Hi All,
I have a View 'View1' with a SWT_AWT frame embedded in to the viewpart.
The view displays a button "Button1?. On the click of ?Button1?, I am
invoking a wizard ?Wizard1?, whose pages are built using awt panels
embedded in to SWT_AWT frames.
When I invoke this wizard through 'Button1', the wizard appears but the
display area is blank. No controls are visible. This was the case even
when the control inside the viewpart was a JTree.
The same wizard works fine when invoked from the extension point
'org.eclipse.ui.newWizards' or any other extension point. Any help in this
regard is greatly appreciated.