Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Shell will not open
Shell will not open [message #645718] Mon, 20 December 2010 08:07 Go to next message
Tobias Semmet is currently offline Tobias SemmetFriend
Messages: 37
Registered: July 2009
Member
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 08:17 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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.
>
>
Previous Topic:[ANN] RAP 1.4 M4 is available
Next Topic:Target Platform RAP and RCP
Goto Forum:
  


Current Time: Fri Apr 19 23:17:00 GMT 2024

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

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

Back to the top