Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » wizard problem--please help
wizard problem--please help [message #461161] Mon, 19 September 2005 06:59 Go to next message
Eclipse UserFriend
Originally posted by: deepu.sandblue.com

Hi all,

I working on a few wizard pages that gets activated upon clicking on toolbar
button. Evrything works as usual except when i click 'back' to go to teh
previous page i cant see my controls and gets empty area ( but i see the
title area without any issues )

I spent a lot of time and couldnt find whats wrong. Any help would be
grreatly appreciated.


thanks
dsundar
Re: wizard problem--please help [message #461162 is a reply to message #461161] Mon, 19 September 2005 08:30 Go to previous message
Philipp is currently offline PhilippFriend
Messages: 49
Registered: July 2009
Member
This is a multipart message in MIME format.
--=_alternative 002EBB7DC1257081_=
Content-Type: text/plain; charset="US-ASCII"

Hey dsundar,

in your implementation of the wizard pages check the createControl()
method. Maybe you havent called setControl(yourParentControl) at the end?
You need to make sure that your parent control is accessible via
getControl(). The way to do it is to call setControl().

Hth
-philipp
--=_alternative 002EBB7DC1257081_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hey dsundar,</font>
<br>
<br><font size=2 face="sans-serif">in your implementation of the wizard
pages check the createControl() method. Maybe you havent called setControl(yourParentControl)
at the end? </font><font size=2 face="sans-serif">You need to make sure
that your parent control is accessible via getControl(). The way to do
it is to call setControl(). </font>
<br>
<br><font size=2 face="sans-serif">Hth<br>
-philipp</font>
--=_alternative 002EBB7DC1257081_=--
Previous Topic:problems with swt browser - mozilla on linux
Next Topic:getText() For Browser
Goto Forum:
  


Current Time: Wed Apr 24 13:54:54 GMT 2024

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

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

Back to the top