[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Where to activate a default context

I am using org.eclipse.ui.contexts to organize my menus/commands/...
My only problem is that I don't know where I shoudl activate my default
context.
Right now my app starts up without any context being activated. I put
the context activation into different places (always making sure that I
am only using the Contextservice from the workbench) but it won't work.
I have to use a command when the app is up and running to enable the
context.

Any idea where the default activation shoulkd go?

Thanks
Jochen