Hello Christian, do you use the deprecated methods and events in your application or does the framework throw these messages? If some part of code in the framework is responsible for the warnings, we don't know and should remove them. Could you perhaps in the last case supply a code snippet or the stack trace that we can fix the warnings?
Best, Martin Am 18.05.2009 um 19:18 schrieb panyasan: > > Hello Daniel, > > yes, with rev. 19163, everything works as expected. I am still getting > notices: > > The event 'changeChecked' from class 'qx.ui.form.ToggleButton' is > deprecated: Please use the changeValue event instead. > > The method 'qx.ui.form.ToggleButton:setChecked' of class > 'qx.ui.form.ToggleButton' is deprecated: Please use the value property > instead. > > The method 'qx.ui.form.ToggleButton:getChecked' of class > 'qx.ui.form.ToggleButton' is deprecated: Please use the value property > instead. > > but you probably know about those. > > Thanks, > > Christian > > > Daniel Wagner-10 wrote: >> >> >> >> 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 >> >> > > -- > View this message in context: > http://www.nabble.com/TabView-doesn%27t-work-for-me-tp23570938p23601780.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 > > ------------------------------------------------------------------------------ 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
