[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?

Maybe this is worthy of a bug report..... Famous last words, but I just can't believe I'm the first person to come across this problem (as evidenced by the previous posting link I included) and would have thought it would be a common thing to want to do, so I had a suspicion I was doing something wrong here!

Yes, just to confirm: I do want a certain view to be visible in every perspective, and I do have multiple perspectives. If I exclude the reference to the sticky view in the perspective code, I can then successfully open the sticky view once the application has started, and it behaves like I expect it to (i.e. if I set it to be non-movable or closeable, it is like this for any subsequent perspective I open). Problem is, I want this sticky view to be opened automatically once a user starts the application -I don't want to have to tell the user they need to manually open it (even for the first time after installation).