Problem while resizing firefox [message #552036] |
Tue, 10 August 2010 15:18  |
Eclipse User |
|
|
|
I've got a problem under Firefox 3.6.8 and older version, but it works fine with IE, Safari, Opera as Chrome
I launch my rap application while the browser is not maximized. The workbench is well displayed.
But when I maximized my firefox, my application display is increased but I loose the display on the right side of the browser. Here is my ApplicationWorkbenchWindowAdvisor code. Did I miss something ?
public void preWindowOpen()
{
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize(new Point(900, 660));
configurer.setShowPerspectiveBar(false);
configurer.setShowCoolBar(false);
configurer.setTitle("TEST");
configurer.setShowStatusLine(false);
configurer.setShowProgressIndicator(true);
}
I try to use configurer.setShellStyle( SWT.TITLE ) but it has no effect on my problem.
|
|
|
Re: Problem while resizing firefox [message #552173 is a reply to message #552036] |
Wed, 11 August 2010 07:22   |
Eclipse User |
|
|
|
Hi Philippe,
I can't reproduce this problem with Workbench Demo in FF 3.6.8 with CVS
HEAD. Which version of RAP are you using? Could you provide a complete
self running project that demonstrate the problem?
Best,
Ivan
On 08/10/2010 6:18 PM, Philippe NEMBRARD wrote:
> I've got a problem under Firefox 3.6.8 and older version, but it works
> fine with IE, Safari, Opera as Chrome
>
> I launch my rap application while the browser is not maximized. The
> workbench is well displayed.
> But when I maximized my firefox, my application display is increased
> but I loose the display on the right side of the browser. Here is my
> ApplicationWorkbenchWindowAdvisor code. Did I miss something ?
>
> public void preWindowOpen()
> {
> IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
> configurer.setInitialSize(new Point(900, 660));
> configurer.setShowPerspectiveBar(false);
> configurer.setShowCoolBar(false);
> configurer.setTitle("TEST");
> configurer.setShowStatusLine(false);
> configurer.setShowProgressIndicator(true);
> }
>
> I try to use configurer.setShellStyle( SWT.TITLE ) but it has no
> effect on my problem.
|
|
|
|
Re: Problem while resizing firefox [message #552211 is a reply to message #552207] |
Wed, 11 August 2010 09:47  |
Eclipse User |
|
|
|
Hi Philippe,
If the problem persist with the latest RAP version, please feel free to
open a bugzilla with a snippet to reproduce it.
Best,
Ivan
On 08/11/2010 12:12 PM, Philippe NEMBRARD wrote:
> I'm currently working with RAP 1.3 M2, but we've planned to use the
> last version in a few weeks. Do you think it could solve the problem ?
> Best regards
|
|
|
Powered by
FUDForum. Page generated in 0.03619 seconds