Great!
Works perfectly now, without any global variables:

By using a static method in my current qooxdoo class
and by passing the
  var myObjHashString = this.$$hash;
string.

Later I get the instance again as you have described:
var myObj = qx.core.ObjectRegistry.fromHashCode(myObjHashString);

thanks

Marcel

thron7 schrieb:
>> Is it possible to pass some hash code of 'this' to
>> doSomething(hashValue);  (or to your static method)
>> and find the 'this' later by using this hashValue; Is there a lookup
>> built into qooxdoo to
>> search for a 'this' by having its 'hashValue' or similar?
>>     
>
> Try qx.core.ObjectRegistry#fromHashCode.
>
> T.
>
>
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>   


-- 
Marcel Ruff
http://www.xmlBlaster.org
http://watchee.net
Phone: +49 7551 309371


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to