Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Maximizing properties view issue
Maximizing properties view issue [message #662334] Wed, 30 March 2011 09:34
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
Hi all,

I know this is most probably not problem in the RAP platform but I need
guides how to trace and debug my problem.

Namely:
I have properties view defined in the perspective with

layout.addStandaloneViewPlaceholder(IPageLayout.ID_PROP_SHEE T,
IPageLayout.BOTTOM, 0.75f, "mainFolder", true);

When needed I call

IWorkbenchPage activePage =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage();


activePage.showView(IPageLayout.ID_PROP_SHEET, null,
IWorkbenchPage.VIEW_VISIBLE);

or

activePage.hideView(propertiesView);

respectively.

The problem is that when the user maximizes the properties view the
whole browser window gets the RAP default background and no more user
actions are possible any more due to lack of any controls on the page.
The RAP applications keeps on running, based on the log entries that I
watch.

Any hints where to start debugging, tracing or watching are welcome.

Thank you in advance,
Aleksandar
Previous Topic:Difference between deployables & 'Running as RAP application'?
Next Topic:Display.(a)syncExec() execution problem
Goto Forum:
  


Current Time: Wed Apr 24 15:45:45 GMT 2024

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

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

Back to the top