Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » setBounds in Dialog
setBounds in Dialog [message #74007] Thu, 14 February 2008 09:51 Go to next message
Eclipse UserFriend
Hi,

If I change the bounds of a dialog's shell in the following method :

protected void configureShell( final Shell shell ) {
super.configureShell( shell );
shell.setBounds( 0, 0, 600, 400 );
}

the content of this dialog doesn't appear at the second call of this
dialog.

I think that this can be reproduced in the
org.eclipse.rap.demo.controls.LoginForm

Thanks !

Emmanuel
Re: setBounds in Dialog [message #74061 is a reply to message #74007] Thu, 14 February 2008 10:35 Go to previous message
Eclipse UserFriend
Hi Emmanuel,

that one is already catched:

204556: Subclassed Dialog that explicitly calls shell.setSize is blank
the second time it opens
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204556

Greets
Benny

Emmanuel wrote:
> Hi,
>
> If I change the bounds of a dialog's shell in the following method :
>
> protected void configureShell( final Shell shell ) {
> super.configureShell( shell );
> shell.setBounds( 0, 0, 600, 400 );
> }
>
> the content of this dialog doesn't appear at the second call of this
> dialog.
>
> I think that this can be reproduced in the
> org.eclipse.rap.demo.controls.LoginForm
>
> Thanks !
>
> Emmanuel
>
>
>
Previous Topic:MenuItem with CHECK style reacts on right mouse click but does not fire SelectionEvent
Next Topic:Build RAP target from source
Goto Forum:
  


Current Time: Sat Jul 19 05:41:14 EDT 2025

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

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

Back to the top