Wizards [message #463625] |
Tue, 13 February 2007 15:33 |
Eclipse User |
|
|
|
Originally posted by: jamarijr.gmail.com
I am doing a plugin that has a 2 page widget.
When I only do 1 page, each page works fine. Meaning:
ssPage = new SystemSelectionPage(selecti);
// devPage = new DeviceSelectionPage(selecti);
addPage( ssPage );
// addPage( devPage );
Works fine
// ssPage = new SystemSelectionPage(selecti);
devPage = new DeviceSelectionPage(selecti);
// addPage( ssPage );
addPage( devPage );
Works fine.
But when I have both pages enabled the 1st (which uses the grid layout) the
screen is basically blank, but the 2nd page is perfectly fine?!? Any hints?
|
|
|
Powered by
FUDForum. Page generated in 0.06519 seconds