Hi qooxdoo geeks
I am pretty new to qooxdoo and even not an expert in javascript. My problem
may look stupid but I need to solve it, if possible.
I am creating a qooxdoo class (MyClass). I want that one instance (obj1) of
MyClass to add a listener to some other instance (obj2) of the same class
where obj1 don't have direct access to obj2. instead it only has "obj2"
handle literal. In my particular case I can't pass obj2 in constructor
I guess one ugly way to do this would be, first obj1 should get the handle
obj2 by eval("obj2") then call obj2.addListener(...) but I believe there
would be some nicer way in qooxdoo.

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