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

[REBOL] How to pop a window to the front with Rebol/View

From: anton::lexicon::net at: 27-Apr-2002 5:58

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.