[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: views are not initialized on startup

For efficiency, I believe that all of the views are only initialised when they're shown for the first time. Otherwise, if you have a lot of views in a perspective that you switch to, it would take some time to initialise everything.

Why is this a problem? What would you need to do to cause the views to be initialised earlier? What is it that you're trying to achieve?

Alex.