Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » is it possisble to toggle hide/show statuline at runtime?
is it possisble to toggle hide/show statuline at runtime? [message #518108] Wed, 03 March 2010 05:39 Go to next message
Eclipse UserFriend
Originally posted by: cheney_chen.i-len.com

Hi All,

I'm attempting to implement some toggle commands in my rcp application
that hide/show the coolbar and statusline at runtime.

About the coolbar, I can use the
org.eclipse.ui.internal.handlers.ToggleCoolbarHandler from platform to
achieve my purpose.

How about hide/show statusline? And is there already a common toggle
handler the takes care of such task?

Best Regards,
Cheney
Re: is it possisble to toggle hide/show statuline at runtime? [message #518267 is a reply to message #518108] Wed, 03 March 2010 11:00 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Cheney Chen wrote:
> How about hide/show statusline? And is there already a common toggle
> handler the takes care of such task?

No, you would have to figure out how to do it correctly (I'm not
convinced that's a stable operation :-) and then provide your own
command/handler for it.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: is it possisble to toggle hide/show statuline at runtime? [message #518413 is a reply to message #518267] Thu, 04 March 2010 02:11 Go to previous message
Cheney  is currently offline Cheney Friend
Messages: 12
Registered: March 2010
Junior Member
Hi Paul:

Thanks for your reply.

Best Regards,
Cheney

Paul Webster wrote:
> Cheney Chen wrote:
>> How about hide/show statusline? And is there already a common toggle
>> handler the takes care of such task?
>
> No, you would have to figure out how to do it correctly (I'm not
> convinced that's a stable operation :-) and then provide your own
> command/handler for it.
>
> PW
>
Previous Topic:Program change Property sheet column width
Next Topic:[Databinding] Validate that item only appears once in IObservableList
Goto Forum:
  


Current Time: Wed Apr 24 20:36:35 GMT 2024

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

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

Back to the top