Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Dynamic Buttons in Wizard Pages
Dynamic Buttons in Wizard Pages [message #458464] Wed, 13 July 2005 21:14 Go to next message
Duncan Krebs is currently offline Duncan KrebsFriend
Messages: 79
Registered: July 2009
Member
Hi,
Does anyone know how I can dynamically build the controls for a wizard
page based on some values from the previous page? The way I'm doing it now
is by overRiding the getNextPage() method and calling a special init
method that builds the controls for the next wizard page.

From debugging I know that the controls are getting added to the container
on the wizard page but they don't show up on the page. I tried
container.update() and container.redraw() and still no luck.

Any ideas?
Re: Dynamic Buttons in Wizard Pages [message #458522 is a reply to message #458464] Thu, 14 July 2005 14:08 Go to previous message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

"Duncan Krebs" <duncan@krebsnet.com> wrote in message
news:1db7d9731836f4d218c4d023e96312c9$1@www.eclipse.org...
> Hi,
> Does anyone know how I can dynamically build the controls for a wizard
> page based on some values from the previous page? The way I'm doing it now
> is by overRiding the getNextPage() method and calling a special init
> method that builds the controls for the next wizard page.
> From debugging I know that the controls are getting added to the container
> on the wizard page but they don't show up on the page. I tried
> container.update() and container.redraw() and still no luck.
> Any ideas?
>
Did you try container.layout()?
---
Sunil
Previous Topic:Vertical alignment in label; Preferred size of label
Next Topic:Image Flicker With Mouse Move
Goto Forum:
  


Current Time: Fri Apr 26 17:01:26 GMT 2024

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

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

Back to the top