Hello Daniel, Daniel Hirtzbruch wrote: > > I found another destruct definition missing in the framework: > > Missing destruct definition for '_buttonRow' in > qx.ui.form.renderer.Single[undefined]: qx.ui.container.Composite[undefined > > I think I can't dispose this one by myself - can I? > Thats good to hear. You could dispose it by yourself because it's a protected field which you can access from everywhere. But thats a task the framework should do so there is no need for you to do that. I already fixed that minor issue with revision 21778. But keep in mind that you still need to dispose the buttons you added yourself. The renderer did not create them so he should not dispose them.
Daniel Hirtzbruch wrote: > > Well, imho this is not worth opening a new bug, is it ok to post things > like this on the mailing list or should I better file a bug report? > Sure, if we think its worth a bug, we can still tell you that on the list or open up a report our selfs. Regards, Martin -- View this message in context: http://n2.nabble.com/missing-destruct-definitions-again-tp4749258p4755143.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
