It was a pretty simple fix. We weren't checking the value of the modal flag so all dialogs behaved as if they were modal.
On Oct 18, 2011, at 3:33 PM, Tomas Stenlund wrote: > Quick as always, care to enligthen me with what it was ? > > Thanks, > > Tomas > > On 10/17/2011 07:18 PM, Greg Brown wrote: >>>> Did you try opening the dialog with the main frame as its owner? That will >>>> ensure that it remains on top of the frame. >>> Yes, but then I don't get it to be non-modal even if I use the setModal >>> (false) on the dialog. So I can't continue to use the main frames menus and >>> buttons. Or am I missing something obvious here ? >> Nope, you discovered a bug. :-) I just checked in a fix. >> >> >
