[REBOL] Problems using view/new
From: jvargas::whywire::net at: 16-Apr-2003 0:06
Does anybody has an explanation for this behavior:
d1: layout [
choice "one" "two" "three"
field 100x200
]
; Display the window, and the face styles respond to events
view d1
; However in this case there is no response to events
view/new d1
To me both should work, and I am puzzle by view/new freezing
when the window. Is this a bug or I am missing something?
Cheers, Jaime
-- The best way to predict the future is to invent it -- Steve Jobs