Dialog setBlockOnOpen [message #55109] |
Wed, 24 October 2007 11:34 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02921 seconds