[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

Why does it only work after the selection is made? You should be able to find out the currently selected item via getSelection() on the selection service. You don't need to do things by event only.

Alex.