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

[REBOL] Re: Newbie VIEW question

From: petr:krenzelok:trz:cz at: 19-Nov-2005 21:16

yes, scripts can crash, so you can end-up in console. Once there are windows still being shown, rebol does not enter event loop automatically, as it does during first invocation of view. So you would have to manually call 'do-events from console. Try this, could help. However, for such trial and error coding, better clear View displayed windows by calling 'unview or 'univew/all from concole, then your new 'view invocations should run as expected, without having to call 'do-events ... well, I am not guru here, and I just thinks it is something like that, so sorry if it does not help in your case :-) Cheers, =A8-pekr-