If I close a modal window with destroy() the window disappears, but the screen remains blue.
I created the window like this:
var searchwin
function searchwinCreate() {
searchwin = new Window(...)
searchwin.setDestroyOnClose()
...
}
function searchwinDone() {
searchwin.destroy()
}
Any ideas?
Thank you.
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
