Re: AW: ModalWindow question

2007-11-01 Thread Doug Leeper
Thanks Stefan. I figured that this is what I was left with...had to wait to the onWindowCloseCallback to handle the user action properly. I was hoping for a more elegant (already built) means to be able to "pass back" to the calling ModalWindow to identify what "action" was performed. But sin

AW: ModalWindow question

2007-11-01 Thread Stefan Lindner
You can try something like private boolean closedByCloseButton = false; ModalWindow modalWindow = modalWindow.setCloseButtonCallback(new ModalWindow.CloseButtonCallback(){ private static