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

[REBOL] Re: test panel in REBOL/View

From: larry:ecotope at: 17-Jan-2001 9:47

Hi Robert I use this function which I define in my user.r. It lets you start the test panel regardless of whether demo-init has been previously run. test-panel: does [ if not value? 'demo-object [do demo-init] demo-object/startup: true demo-object/rebrowse ] If you prefer to start in console mode just put start-view?: false in your user.r HTH -Larry