Hi, I have a super class and its child class. In the child class I call:
this._addCommunicationIDToDropList(this.__lastCommunicationIDForArea); where _addCommunicationIDToDropList(id) is a function of the superclass. This fails with the error "TypeError: this._addCommunicationIDToDropList is not a function" What am I doing wrong? Do I have to call non-overwritten methods with another context than this? Best regards, Michael ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel