posted 11 years ago
Hello all,
I'm developing a JFace wizard plugin. The wizard has a total of 5 pages. The problem is, the buttons, combo boxes on wizard are not receiving clicks. At first execution, it run successfully. Later it stopped working.
I can't figure out what's wrong. There's no problem in the code.
I used WindowBuilder to design GUI for wizard pages. I have two eclipse installations. The one with WindowBuilder runs the wizard correctly, while the one not containing WindowBuilder refuses to respond clicks.
Why is that happening?
The WindowBuilder adds com.instantiations.designer.jdt.fragment_8.1.0.r36x201010220706.jar in plug-in dependencies. Is it making the wizard plugin responsive?
Please help!!!