> this.__data = [];
> this.navTree.addListener("drop", function(e) {
>      this.__data = e.getTarget().someMethodOnMyWidget(); // returning an array
>      rpc.callAsyn(callBack, 'remote method', this.__data);
> }
> 
> ...
> Looking with the debugger it seems that it recurses (is this the right
> verb?) in a check for callBack (?) being of type function.

So what does callBack look like, then?

T.

------------------------------------------------------------------------------
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

Reply via email to