Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Views question...
Views question... [message #259067] Wed, 07 July 2004 06:11
Eclipse UserFriend
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
Previous Topic:Synchronizing progress
Next Topic:testing a model that is updated asynchronously
Goto Forum:
  


Current Time: Fri May 02 07:47:24 EDT 2025

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

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

Back to the top