Hi, I am looking for a way to activate and pop
a window to the front with rebol/view.

Using 'launch is not ideal because it won't work
if the program that wants to launch has already
itself been launched (as from the Desktop).

I could use View/Pro features to launch another
rebol process, but I would rather not:

        call "\path\to\rebol.exe script-name.r"

As described in rebol/Zine Volume 1 Issue 5,
you can do this in IOS:

        lay/changes: 'activate 
        show lay

Maybe there is a similar trick in Rebol/View?

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

Reply via email to