Results 1 to 1 of 1
Thread: Traverse control on WizardPage
- 06-29-2010, 09:16 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 2
- Rep Power
- 0
Traverse control on WizardPage
I am using WizardDialog and WizardPage I have two questions:
1) WizardPage ..... setDescription seems to be limited to 2 lines of text. Is this a restriction? Or is there some option to tell it to wrap or should I see scroll bars if longer text? The behavior I see is the description is truncated.
2) When I bring up the WizardPage and hit tab key. The flow is traversed into the description section of the wizardpage. I cannot seem to figure out how to tell the Wizardpage not to traverse to the description section.
My setup for the wizard page is really basic...
public MyPage() {
super("This is my page");
setDescription("Some description");
}
I tried to getControl() object but it was null. I was thinking that I needed to setup a traverse listener and deny traversing to this location. I searched on many forums but have not found a way to do this.
uggestions?
Similar Threads
-
traverse directory search string in files help please
By superdry in forum New To JavaReplies: 3Last Post: 08-28-2009, 04:51 AM -
[SOLVED] Traverse database analogous to preorder traversal of graph
By coolFrenzi in forum Advanced JavaReplies: 4Last Post: 04-06-2009, 04:54 AM -
control app width based on certain control
By thebillybobjr in forum SWT / JFaceReplies: 0Last Post: 05-15-2008, 05:52 PM -
error with traverse a relations ship
By darkbalder in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 12-11-2007, 06:25 PM -
How do you recursively traverse through file folders ?
By nimraj in forum New To JavaReplies: 2Last Post: 11-27-2007, 02:45 PM
Bookmarks