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

[REBOL] Multiple view/new windows

From: greggirwin::starband::net at: 1-Sep-2001 20:45

Hi All, Is there a way to have view/new open multiple modeless windows using the same source layout? For example: my-dlg: layout [button "Close" [unview]] view layout [button "Close" 200 [unview/all] button "Show Modeless Form" 200 [view/new my-dlg] ] Each time you click "Show Modeless Form" the same window is activated, which makes sense, but what if I want to create a layout and let the user view multiple copies of that layout, simultaneously, containing different data? copy doesn't seem to be the solution, or I didn't use it correctly. Thanks in advance! --Gregg