|
Re: Problem while resizing firefox [message #552173 is a reply to message #552036] |
Wed, 11 August 2010 07:22 |
Ivan Furnadjiev Messages: 2429 Registered: July 2009 Location: Sofia, Bulgaria |
Senior Member |
|
|
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.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03987 seconds