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

Help needed about 'launch

 [1/3] from: etienne:alaurent:free at: 17-May-2001 1:14


Hi all, I want to launch a Rebol/View app from an other Rebol/View app with 'launch function. But I obtain this : "Launch can only be used by launcher programs." Can anyone help me to understand what appends ? Cheers. --- Etienne

 [2/3] from: arolls:bigpond:au at: 18-May-2001 21:20


There is a restriction with Launch. It can only be used once. So. Program A Launches ->> Program B cannot Launch others. The problem is, if you launch a program from the desktop you cannot launch any more from there. I think it's a security feature. Anton.

 [3/3] from: gjones05:mail:orion at: 18-May-2001 6:44


From: "Anton"
> There is a restriction with Launch. > It can only be used once. <snip> > I think it's a security feature.
And, paraphrasing Carl S., it avoids endless launch loops. --Scott Jones