[REBOL] Re: 'launch and scripts running other scripts.
From: hijim:pronet at: 20-Dec-2001 17:34
I tried the script you posted (with my own programs), but when I ran it, I
got a REBOL Dialog box that says "Launch can only be used by launcher
programs." The dialog box has an OK button. I don't get an error.
I haven't read all of the posts on this subject. What did I miss? This would
be a great way to collect all my programs into a menu.
Thanks,
Jim
REBOL []
view layout [
button green / 1.8 "Registers" [launch %registers.r]
button green / 1.8 "Text Editor" [launch %ed-70.r]
button red "Quit" [unview/all]
]
----- Original Message -----
From: Jason Cunliffe <[jasonic--cunliffe--verizon--net]>
To: <[rebol-list--rebol--com]>
Cc: <[reboler--programmer--net]>