This post has NOT been accepted by the mailing list yet.
Hello!
I try to inherit my subclass from qx.ui.table.Table. I do override parent constructor and get strange error "Cannot read property 'base' of undefined". My code example look like this - http://tinyurl.com/gu7ucw6. |
try this in the constructor (line 7):
this.base(arguments, model); |
Please create a small playground example that we can see. It should work fine, so there's probably something else going on. Derrell On Tue, Dec 1, 2015, 7:32 PMĀ kreimer <[hidden email]> wrote: try this in the constructor (line 7): ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ qooxdoo-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
This post has NOT been accepted by the mailing list yet.
Thanks very much! Works well! |
In reply to this post by kreimer
This appears to be working. What problem are you seeing? Derrell On Tue, Dec 1, 2015 at 9:14 PM kreimer <[hidden email]> wrote:
------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ qooxdoo-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
Free forum by Nabble | Edit this page |