Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » IFolderLayout multiple views and Tab-Image
IFolderLayout multiple views and Tab-Image [message #443481] Tue, 31 January 2006 12:31 Go to next message
Eclipse UserFriend
Hi,

when creating an folder like this:
---------------8<---------------
IFolderLayout folder =
layout.createFolder("forms",IPageLayout.TOP,0.5f,editorArea);
folder.addPlaceholder(MainFormsView.ID + ":*");
---------------8<---------------

the icon shown in the in the Tab disappears when the Tab lose focus. How
can define a behaviour like in eclipse where the Tab-Icon doesn't
disapprear when Tab loses focus?

If you don't know what I'm saying simply check-out the rcp-mail example,
add a new mail-window and switch between them.

Tom
Re: IFolderLayout multiple views and Tab-Image [message #443591 is a reply to message #443481] Wed, 01 February 2006 09:56 Go to previous message
Eclipse UserFriend
Tom Schindl wrote:
> Hi,
>
> when creating an folder like this:
> ---------------8<---------------
> IFolderLayout folder =
> layout.createFolder("forms",IPageLayout.TOP,0.5f,editorArea);
> folder.addPlaceholder(MainFormsView.ID + ":*");
> ---------------8<---------------
>
> the icon shown in the in the Tab disappears when the Tab lose focus. How
> can define a behaviour like in eclipse where the Tab-Icon doesn't
> disapprear when Tab loses focus?
>
> If you don't know what I'm saying simply check-out the rcp-mail example,
> add a new mail-window and switch between them.
>
> Tom
>

In the meanwhile I have filled an enhancement bug for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=125985

Does anybody know the code where the image is removed/added? I cann't
find it in the sources.

Tom
Previous Topic:scrolling enlarged TIFs
Next Topic:org.eclipse.ui.Context
Goto Forum:
  


Current Time: Fri Aug 22 12:40:10 EDT 2025

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

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

Back to the top