You probably calling a private or protected function in your code. Private methods are those starting with two underscore: __imPrivate(), and protected are those with just one, like: _imProtected(). If you are extending a class, you can call in your code public and protected methods. Otherwise, just public methods (without any "_" before the method name). Private methods are those used exclusively by the class that it's declared.
On Wed, Mar 2, 2011 at 6:50 PM, [email protected] <[email protected]>wrote: > when i use the soruce evrsion after compile, i get no errors, when i try > it under build, i get alwys an error: > > Fehler: this[C[B]] is not a function > > > How can i fix this? > > i use qooxdoo 1.3. > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > >
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
