Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » view Problem
view Problem [message #444471] Thu, 16 February 2006 11:16 Go to next message
Eclipse UserFriend
Originally posted by: danie.mouapi.dai-labor.de

Hi
I have implemented some views and placed its in IFolderLayout.It's work
fine.
But only the first view is active, and the other views are active only when
I clicked the view.

IFolderLayout folder1 = layout.createFolder("right_top", IPageLayout.RIGHT,
//$NON-NLS-1$
0.25f, "left");
folder1.addView(AnalyzerSOMView.ID);
folder1.addView(PreferenceView.ID);
folder1.addView(ImagesView.ID);

I would appreciate any help,

Danie Christelle.
Re: view Problem [message #444477 is a reply to message #444471] Thu, 16 February 2006 11:41 Go to previous messageGo to next message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 137
Registered: July 2009
Senior Member
Christelle M. wrote:

> Hi
> I have implemented some views and placed its in IFolderLayout.It's work
> fine.
> But only the first view is active, and the other views are active only when
> I clicked the view.

<snip>

That sounds right. Eclipse does not fully create a view until it is
really going to display. That way of a customer never touches a view it
does not takeup resources.

What would you like to happen and why?

Ian
Re: view Problem [message #444481 is a reply to message #444477] Thu, 16 February 2006 12:06 Go to previous message
Eclipse UserFriend
Originally posted by: danie.mouapi.dai-labor.de

I would like show images on the first view and take a snapshot of the image.
On the second view I would like to see all snapshots. But this view is empty
until I clicked on it.
When I clicked the images view only snapshots I take after the click are
visible.

Has someone an idea?
Christelle

"Ian Leslie" <lesliesoftware@yahoo.com> schrieb im Newsbeitrag
news:034ce4e711e746cbd74fa11ef4946d0c$1@www.eclipse.org...
> Christelle M. wrote:
>
>> Hi
>> I have implemented some views and placed its in IFolderLayout.It's work
>> fine.
>> But only the first view is active, and the other views are active only
>> when I clicked the view.
>
> <snip>
>
> That sounds right. Eclipse does not fully create a view until it is
> really going to display. That way of a customer never touches a view it
> does not takeup resources.
>
> What would you like to happen and why?
>
> Ian
>
Previous Topic:Server integration problem (jboss)
Next Topic:Views
Goto Forum:
  


Current Time: Sun Nov 03 16:29:13 GMT 2024

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

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

Back to the top