IFolderLayout multiple views and Tab-Image [message #443481] |
Tue, 31 January 2006 12:31  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04098 seconds