Hi,
I am using trunk. When I build a tab view like so:
var container = new qx.ui.container.Composite(new
qx.ui.layout.VBox(10));
container.setPadding(5);
this.getRoot().add(container);
var tabView = new qx.ui.tabview.TabView();
container.add(tabView);
tabView.add(this.createPage1());
tabView.add(this.createPage2());
The tab view show up ok, both tabs are displayed, but I cannot switch from
the first to the second page. The tab changes, but the content of the first
page stays visible. I get the following message on the console whenever I
click:
The method 'undefined:constructor' of class 'qx.ui.form.Button' is
deprecated: Please consult the API documentation of this method for
alternatives.
The message also appears during the rendering phase a couple of times.
Suggestions?
Christian
--
View this message in context:
http://www.nabble.com/TabView-doesn%27t-work-for-me-tp23570938p23570938.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel