Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Display non-stacked multiple instances of a view
Display non-stacked multiple instances of a view [message #545193] Wed, 07 July 2010 05:07 Go to next message
Romain  is currently offline Romain Friend
Messages: 8
Registered: June 2010
Junior Member
I have multiple instances of a view created dynamically depends on a result of a simulation.
The thing is, I can have 0, 1, 2, 3 or 4 instances of this view and I'm not able to know it during the creation of the perspective layout.
And I'm stuck with the display of those instances of the view.
I used a FolderLayout to stack them in my perspective and it works but what I would like to do if it's possible is to not stack them but display them like :

-------
| V1 | ........................case : one instance
-------

------------
| V1 | V2 |................case : two instances
------------

------------
| V1 | V2 |
------------ ................ case : three instances
|.....V3... |
------------

------------
| V1 | V2 |
------------ ................case : four instances
| V3 | V4 |
------------

I googled around but I couldn't find if it's even possible to do that.

Sorry for my bad English and I hope it's clear.

Thanks a lot.

Romain
Re: Display non-stacked multiple instances of a view [message #545609 is a reply to message #545193] Thu, 08 July 2010 12:24 Go to previous message
Romain  is currently offline Romain Friend
Messages: 8
Registered: June 2010
Junior Member
Any ideas ??
I know maybe it's little bit tricky or unusual but is anyone has an idea how I could do that or something close ???
Previous Topic:How do I remove Open External File action for RCP editor?
Next Topic:How to change project properties?
Goto Forum:
  


Current Time: Sat Apr 20 00:43:35 GMT 2024

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

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

Back to the top