Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Centralise error trapping in REBOL/View applications

From: rudolf:meijer:telenet:be at: 9-Aug-2007 12:02

I appreciate all the comments received on my suggestion, but would like to say that my point was twofold: to highlight the manipulation ability of REBOL, allowing to dynamically compute a function name [handler: get to-word join "handle-" suffix] and the more accurate error-logging that is made possible by trapping errors at handler level rather than at <view layout> level. BTW, if one wants to have the equivqalent of [try [view layout]] with RebGUI, where the windows application is started by [display title window] followed by [do-events], I suppose the trap is on the latter function: [[try [do-events]]. Right? Rudolf Meijer