Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Dialog setBlockOnOpen
Dialog setBlockOnOpen [message #55109] Wed, 24 October 2007 11:34 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.ahoegger.ch

Is it possible the block on open on a dialog does not work properly?
I did something like:
MessageDialog d = new ...;
d.setBlockOnOpen(false);
d.open();
The dialog did never show up.

Thanks for input
Andreas
Re: Dialog setBlockOnOpen [message #55193 is a reply to message #55109] Wed, 24 October 2007 13:22 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.ahoegger.ch

Solved, the dialog shows up but in background.

Thanks anyway
Andreas

Andreas Michael Hoegger wrote:
> Is it possible the block on open on a dialog does not work properly?
> I did something like:
> MessageDialog d = new ...;
> d.setBlockOnOpen(false);
> d.open();
> The dialog did never show up.
>
> Thanks for input
> Andreas
Previous Topic:Starting Equinox service programmatically
Next Topic:Exception unloading sessions to persistent storage
Goto Forum:
  


Current Time: Thu Apr 25 08:20:47 GMT 2024

Powered by FUDForum. Page generated in 0.03531 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top