Hi,
we deploy a ULC-based application as applet. The application can create some dialogs, with

 ULCDialog d = new ULCDialog( UCLWindow myOwnerRootPane );
 d.setModal(true);

(the calls are wrapped in our architecture, but this is what it boils down to).

After that, we add a panel to the dialog, we call d.setResizable(true), d.setVisible(true).

Until we used ULC 5.2, the dialogs created in this way were actually modal.
Now we are switching to ULC 6.1, and the dialogs are not modal anymore... It may certainly be that we made some mistakes while adapting our implementation, but I'd like to ask if you're aware of any relevant change on this feature.

Any hint appreciated,
Alberto

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to