[ALLY] How To: Launch View w/o Panel Re:
From: agem:crosswinds at: 6-Sep-2000 22:54
Hi Elan,
great script :
rebol[]
halt
:)
then 'demo works 1*, and for again is somewhere on the list:
--- [larry--ecotope--com] wrote on 3-Sep-2000/13:51:09-7:00
[ALLY] How to restart Control Panel
>>>
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
<<<
[rebol--techscribe--com] wrote on 6-Sep-2000/11:40:02-7:00