Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] I need a MultiPageDialog with scrollable tabs

Hello,

I´m writing an application with eRCP and I need a MutiPageDialog that have scroll funcionality.

I think default MultiPageDialog is not scrollable, is that truth?

In that case, how can I make a tabbed control with scroll on the tabs? I was looking the ScrolledComposite in the ercpdemo project from the eclipse CVS but I don´t know how can I put that ScrolledComposite inside a MultiPageDialog. In fact, there isn´t any method from MultiPageDialog to put some Composite inside it, and the standard way to create a new tab is:

Composite page = multipagedialog.createPage("tabname", null);


Somebody knows how to do a MutiPageDialog with scrollable tabs?

Thanks a lot in advance,

Vicente Ferrer


Back to the top