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

[ALLY] How To: Launch View w/o Panel

 [1/3] from: rebol::techscribe::com at: 6-Sep-2000 11:40


Hi, is there a way to launch View straight into the console and bring up the panel programmatically, when you want to? TIA ;- Elan [ : - ) ] author of REBOL: THE OFFICIAL GUIDE REBOL Press: The Official Source for REBOL Books http://www.REBOLpress.com visit me at http://www.TechScribe.com

 [2/3] from: jimg:rebol at: 6-Sep-2000 11:58


Hi Elan, Yes, set start-view?: off in your user.r and then just type demo at the console prompt to start the panel. - jim At 11:40 AM 9/6/2000 -0700, you wrote:

 [3/3] 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