-
Sep 26th, 2006, 04:36 PM
#1
TabbedPane & TabbedDialogPage... 2 questions
Hi
I have 2 questions with regards to TabbedPane and TabbedDialogPage...
I create a TabbedDialogPage by calling multiple addForm(form1), addForm(form2) etc...
The dialog is generated without a problem, each tab represents a form
Q1: How could I tell my form that its tab has been selected? cleanly? Is there a listener of some sort already available?
Q2: How could I tell my dialog to hide some tabs when some events occur. (the obvious solution of sub-classing the TabbedDialogPage and calling setVisible on the Dialog does not work). I believe that it is not trivial even for JDK... may be it is a JDK question?
Many thanks
Benoit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules