Hi all, I want to create something like a (Java) map in qooxdoo. Here some pseudo code:
var map = new Map(); map.put('x', 'y'); // x is the key, y the value map.get('y'); I've now played around with new qx.core.Object() and tried to put in a object instance some new properties on runtime. That fails (error: no property for x)... Has anyone an idea, how can I get a simple map like the pseudo code above? Thanks in advance - Claus
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel