[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Hide Pages Tabs on MultipageEditor

Sam wrote:

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.



Instead of using MultiPageEditor you can use Compsite as parent for each your page and use StackLayout to
show on top the desired composite-page.