[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.albireo] Re: Invoking jface WizardDialog from Swing Action

javaguy wrote:

1. from a node + context menu, I want to be able to invoke a jface Dialog w/ eclipse wizard pages.

You should be able to fire up your JFace dialog ( within a Display.asyncExec runnable) from the Swing action's java code. Does this not work for you? What's the error you are seeing?