Views question... [message #259067] |
Wed, 07 July 2004 06:11 |
Eclipse User |
|
|
|
Originally posted by: mbo.shift-think.net
> Hi all
>
> I try to put the 'tabs' of two views right besides each other (like you
have
> it when you code in Eclipse with more than one editor windows open). How
is
> this done? I currently use the following code:
>
> layout.addView(
> SampleView.ID_VIEW,
> IPageLayout.TOP,
> IPageLayout.RATIO_MAX,
> IPageLayout.ID_EDITOR_AREA);
> layout.addView(
> SampleView2.ID_VIEW,
> IPageLayout.TOP,
> IPageLayout.RATIO_MAX,
> IPageLayout.ID_EDITOR_AREA);
>
> The second view is not placed though as I wanted.
>
> How can this be done?
>
> Thanks & cheers,
> Michael
|
|
|
Powered by
FUDForum. Page generated in 0.25407 seconds