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

[REBOL] Re: launch (view 1.2.1)

From: antonr:iinet:au at: 6-May-2003 17:52

Yes, an already launched script cannot launch another script. Here is a map of the possibilities: console +------ do script one +---------- launch script 1 +---------- launch script 2 desktop +------ launch script 1 +------ launch script 2 So you can do a script in the console, it may launch another script, but that launched script cannot launch yet another. You can see the View Desktop can launch scripts, but those scripts may not launch others. It makes no difference if you have Pro or not. You can see it as a security feature. A while back I tried to get around this limitation. It works well for some cases. Maybe it works for you. See http://www.lexicon.net/anton/rebol/start.r Anton.