Thanks Gregg, for pointing out the 'launch command.  I hadn't noticed it before.  It 
works great in simples scripts like ...

view layout [button [launch %feedback.r]]

But I have a larger script whose relevant contents boils down to this ...

output: make object! [
        file:  %feedback.r
]

view layout [
        button "Do Script!" [
                if script? output/file  [
                        launch output/file
                ]
        ]
]

The above works as a script unto itself, but within the larger script, I get the 
following error message...

"Launch can only be used by launcher programs" in a REBOL/View Dialog Box.

Since 'launch is undocumented, do you know what this error means?
-- 

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


1 cent a minute calls anywhere in the U.S.!

http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://www.getpennytalk.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to