Problem while resizing firefox [message #552036] |
Tue, 10 August 2010 11: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 #552211 is a reply to message #552207] |
Wed, 11 August 2010 05: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.03202 seconds