How about this?
window2: layout [h2 "window2"]
view main-window: layout [
btn "open" [
if not viewed? window2 [
view/new/offset window2 main-window/offset +
200x0
]
]
btn "close" [unview/only window2]
]Anton. > Hi all > > I need open two windows at the same time, > one window must be main and manage second window. > > It's possible? > > Thanks -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
