Skip to main content

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


In SWT you put something in a containing widget by creating a new widget with the containing widget as the constructor's "parent" argument.



"Vicente Ferrer" <vteferrer@xxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

12/19/2006 11:27 AM

Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To
"DSDP ercp list" <dsdp-ercp-dev@xxxxxxxxxxx>
cc
Subject
Re: [dsdp-ercp-dev] I need a MultiPageDialog with scrollable tabs





Hi Mark,

How can I put a ScrolledComposite inside the Composite returned by createPage()?

Class Composite haven´t a setContent() method or some like that.

Thanks

2006/12/19, Mark Rogalski <rogalski@xxxxxxxxxx>:

MultiPageDialog does not provide automatic scroll bars, but you can put a scrolled composite in the composite provided when creating a new dialog page.



"Vicente Ferrer" <vteferrer@xxxxxxxxx>
Sent by:
dsdp-ercp-dev-bounces@xxxxxxxxxxx

12/19/2006 10:02 AM

Please respond to
DSDP ercp list <
dsdp-ercp-dev@xxxxxxxxxxx>


To
dsdp-ercp-dev@xxxxxxxxxxx
cc
Subject
[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

_______________________________________________
dsdp-ercp-dev mailing list

dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


_______________________________________________
dsdp-ercp-dev mailing list

dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top