[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Hide Pages Tabs on MultipageEditor
|
- From: gilgens@xxxxxxx (Sam)
- Date: Thu, 24 Jul 2003 06:29:16 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Hi,
I have created a plugin to edit XML files. It uses 3 MultiPageEditor pages
to edit various parts of the file. I want to not allow the user to be able
to 'tab' in between other pages when on any given current page. Is there a
method to hide these tabs at the bottom of each page (excluding the
current one) and then unhide them when appropriate. I don't want to
dispose of them.
thanks,
Sam.