[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
|
actually the idea was to present additional information on different various views if the selection on the main table is changed. because of this implemented ISelectionListener and register the other views as listeners.
the problem occurs if the user expects to see additional information on one of the other views that has not been initialized until he clicks on it but already interacted with the main table.
i tried with IStartup but it also didn't worked out as expected.
i think lazy initialization is good but doesn't fit for every use case...