[REBOL] Re: Catching the Close Event
From: rotenca:telvia:it at: 12-Jan-2003 13:26
> I want to catch the close event to save the position of the window when itis closed.>> view/new l: layout [button] >> l/feel/detect: func [f e][all [e/type = 'close probe f/offset] e] >> do-events281x281 --- Ciao Romano