Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Problem while resizing firefox(Problem with the workbench display while resizing the browser)
Problem while resizing firefox [message #552036] Tue, 10 August 2010 15:18 Go to next message
Philippe NEMBRARD is currently offline Philippe NEMBRARDFriend
Messages: 9
Registered: August 2010
Junior Member
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 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
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.
Re: Problem while resizing firefox [message #552207 is a reply to message #552173] Wed, 11 August 2010 09:12 Go to previous messageGo to next message
Philippe NEMBRARD is currently offline Philippe NEMBRARDFriend
Messages: 9
Registered: August 2010
Junior Member
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
Re: Problem while resizing firefox [message #552211 is a reply to message #552207] Wed, 11 August 2010 09:47 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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
Previous Topic:Eclipse will not start
Next Topic:Current UI update is always triggered by the next UI event
Goto Forum:
  


Current Time: Sat Jul 27 05:34:08 GMT 2024

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

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

Back to the top