[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: StickyView -how to initialize as visible from start up?

Nigel Pickard wrote:
Thanks for the help Paul. It appears there are some issues with StickyViews. If I can get something to work, I'll post it on the board.


2 quick options that I can think of (not elegant :-)

1. use IPerspectiveListener3#perspectiveOpened() to check if your sticky view is already there, and if not open it ... then tie it to your main perspective. It's kinda fake-attached to your perspective this way.

2. Have one of your main views check and open the sticky view on the way up. This is less obvious why the view opened, though.

Later,
PW