Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Wizards
Wizards [message #463625] Tue, 13 February 2007 15:33
Eclipse UserFriend
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?
Previous Topic:Replace Contents of Editor
Next Topic:Packaging and Deploying Applications based on Eclipse RCP
Goto Forum:
  


Current Time: Sun Mar 23 21:00:15 EDT 2025

Powered by FUDForum. Page generated in 0.06519 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top