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

[REBOL] Re: Multiple view/new windows

From: al:bri:xtra at: 2-Sep-2001 22:45

Gregg Irwin asked:
> Is there a way to have view/new open multiple modeless windows using the
same source layout?
>> my-dlg: [button "Close" [unview]]
== [button "Close" [unview]]
>> view layout [button "Close" 200 [unview/all]
[ button "Show Modeless Form" 200 [view/new layout copy my-dlg] [ ] My two changes are here: my-dlg: [button "Close" [unview]] [view/new layout copy my-dlg] I hope that helps! Andrew Martin Speaking in many tongues, all Rebol... ICQ: 26227169 http://zen.scripterz.org