Error with MessageDialogRequest and 2 screens

This is the forum for JIDE Common Layer which is open sourced at https://github.com/jidesoft/jide-oss. Please note, JIDE technical support doesn't monitor this forum as often as other forums. Please consider subscribe for technical support for JIDE Common Layer so that you can use customer only forum to get a timely response.

Moderator: JIDE Support

Forum rules
Community driven forum for open source JIDE Common Layer. JIDE technical support doesn't monitor this forum as often as other forums. If you only use JIDE Common Layer, please consider subscribing for technical support for JIDE Common Layer so that you can use customer only forum to get a timely response.

Error with MessageDialogRequest and 2 screens

Postby aruidisch » Mon Nov 19, 2012 3:30 am

Hi,
there is a problem with the the MessageDialogRequest when a GUIApplication is used.

Code:
dialog = new MessageDialogRequest( dialogTitle, message,null,DialogOptions.createYesNoCancelButtons(EhsData.getInstance().getBundleString("langja"),
EhsData.getInstance().getBundleString("langnein"), EhsData.getInstance().getBundleString("MSG_DIALOG_CANCEL")), style);

DialogResponse response = MessageDialogRequest.showDialog(application, dialog);
answer = response.isYes();

when the application is shown at the second screen, the message box is placed on the first screen AND the message-box panel is black.
When I move the dialog to the second screen the message is shown correctly (and also when I move it back)
aruidisch
 
Posts: 1
Joined: Mon Nov 19, 2012 3:18 am

Re: Error with MessageDialogRequest and 2 screens

Postby JIDE Support » Mon Nov 19, 2012 10:39 am

May I ask which JIDE/JDAF release you are using? If it's not the latest one, could you please give the latest release a try? We solved a similar issue in recent updates.

Thanks,
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am


Return to JIDE Common Layer Open Source Project Discussion (Community Driven)

Who is online

Users browsing this forum: No registered users and 5 guests

cron