Thank you, we found the problem.
Our client-side implementation for the dialog (extending UIDialog)
contained redundant calls to setVisible(), which for some reason caused
the dialog not to be modal...
Regards,
Alb
Janak Mulani wrote:
***********************
Warning: Your file, ulctestapp.war, contains more than 1000 files after
decompression and cannot be scanned.
***********************
***********************
Warning: Your file, ulctestapp.war, contains more than 1000 files after
decompression and cannot be scanned.
***********************
Hi Alberto,
I created a small sample app with ULC 6.1 and deployed it in Tomcat. It
works just fine. Try the attached war file.
Also see the attached source code.
Let me know if it worked for you.
Thanks and regards,
Janak
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alberto Nipoti
Sent: Friday, June 30, 2006 4:08 PM
To: [EMAIL PROTECTED]
Subject: [ULC-developer] Problem with modal dialogs and ULC 6.1
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
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer