Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Perspective Resize
Perspective Resize [message #453575] Thu, 03 August 2006 11:24
Eclipse UserFriend
Originally posted by: kent.126.com

Hi,
I write a very simple perspective like this:
layout.addView("SampleView", IPageLayout.TOP, 0.25f,
IPageLayout.ID_EDITOR_AREA);
layout.setEditorAreaVisible(true);
But when i max the shell, the SampleView's height does not change
according to the ratio and the editor area change to very big height. Is
it neccessary to catch resize event? How to let the view in perspective
change its size according to the ratio?

Thanks a lot.
Kent.
Previous Topic:Obfuscating Plug-ins
Next Topic:The progress item(on the right of statusbar) has no effect when Job is running.
Goto Forum:
  


Current Time: Sat Oct 05 03:50:49 GMT 2024

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

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

Back to the top