Hi Christian,

TabView was briefly broken late last week due to the changes in the form 
API, but it's been fixed. I couldn't reproduce the problem with the 
current trunk revision, could you please update and try again?


Regards,
Daniel

panyasan schrieb:
> 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 
> 


------------------------------------------------------------------------------
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

Reply via email to