view Problem [message #444471] |
Thu, 16 February 2006 11:16 |
Eclipse User |
|
|
|
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 #444481 is a reply to message #444477] |
Thu, 16 February 2006 12:06 |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.03242 seconds