Shell will not open [message #645718] |
Mon, 20 December 2010 03:07  |
Eclipse User |
|
|
|
Hi,
i try to open a Shell...
... in older RAP Applications i create a Shell, set the bounds and call shell.open() and the shell will be displayed on top of the Browser.
Now the shell will not displayed (and the focus will stay on the focusied widget. (It looks like there is no shell created)
shell = new Shell(style);
shell.setBounds(GuiHandler.centerShell(shellHoehe, shellBreite, shell));
generateShell(); // hear a composite will created and set on shell
shell.open();
Thanks for your help.
|
|
|
Re: Shell will not open [message #645720 is a reply to message #645718] |
Mon, 20 December 2010 03:17  |
Eclipse User |
|
|
|
Hi Tobias,
could you open a bugzilla with a self-running snippet to reproduce it.
Thanks,
Ivan
On 20.12.2010 10:07 AM, Tobias Semmet wrote:
> Hi,
>
> i try to open a Shell...
>
> .. in older RAP Applications i create a Shell, set the bounds and call
> shell.open() and the shell will be displayed on top of the Browser.
>
> Now the shell will not displayed (and the focus will stay on the
> focusied widget. (It looks like there is no shell created)
>
> shell = new Shell(style);
> shell.setBounds(GuiHandler.centerShell(shellHoehe,
> shellBreite, shell));
> generateShell(); // hear a composite will created and set on
> shell
> shell.open();
>
> Thanks for your help.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02852 seconds