setBounds in Dialog [message #74007] |
Thu, 14 February 2008 09:51  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03918 seconds