Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » view toolbar display problem on business theme
view toolbar display problem on business theme [message #1046933] Mon, 22 April 2013 15:07 Go to next message
somporn pongpan is currently offline somporn pongpanFriend
Messages: 7
Registered: April 2013
Junior Member
Hi,

I have a display problem on RAP business theme's view toolbar. It doesn't show up when reopen a view so the contribution items is hidden. However, if I managed to zoom in or zoom out (forcing it to render the view again) it will be displayed again.

You can test it on the business workbench theme demo site below. Try to play with tree view on the bottom left of the page by making it to show toolbar then close and reopen it again. The toolbar doesn't show unless has been zoomed in or out.

I am using Windows XP with IE8 and also with Chrome.

http: / / rap.eclipsesource.com / workbenchdemo / business

Re: view toolbar display problem on business theme [message #1725382 is a reply to message #1046933] Thu, 03 March 2016 07:50 Go to previous messageGo to next message
Nin Pa is currently offline Nin PaFriend
Messages: 36
Registered: September 2013
Member
Have you found a solution for this problem?
Got the same. It is a very frustrating issue.
I would be grateful getting a solution.
Re: view toolbar display problem on business theme [message #1731823 is a reply to message #1046933] Tue, 10 May 2016 11:32 Go to previous messageGo to next message
Nin Pa is currently offline Nin PaFriend
Messages: 36
Registered: September 2013
Member
still the same problem...
doesn't anyone got a solution???

Or something like how to force the "zoom" programmatically, so that the toolbar is visible again?

[Updated on: Tue, 10 May 2016 11:36]

Report message to a moderator

Re: view toolbar display problem on business theme [message #1732169 is a reply to message #1731823] Fri, 13 May 2016 08:29 Go to previous message
Nin Pa is currently offline Nin PaFriend
Messages: 36
Registered: September 2013
Member
Finally got it. If anyone else has the problem:

IWorkbenchPage workbenchPage = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
IViewReference ref = workbenchPage.findViewReference(id);
workbenchPage.toggleZoom(ref);
workbenchPage.toggleZoom(ref);

This will force the update.
Previous Topic:Problem with RAP 1.5 App and Maven
Next Topic:UI not blocked during a long event.
Goto Forum:
  


Current Time: Thu Apr 18 15:15:44 GMT 2024

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

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

Back to the top