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

[ALLY] How to restart Control Panel

From: larry::ecotope::com at: 3-Sep-2000 13:51

Hi all, It can be handy to access the control panel from the console. After starting REBOL/View and going to the console by choosing "Tools" and then Console , you are in the console. Typing demo causes REBOL to quit. But you can restart the control panel as an non-quitting View window by typing the following line of code into the console.
>> demo-object/startup: true demo-object/rebrowse
The control panel reappears. When you close it, you return to the console. Cheers -Larry