itry this code to get  the eventkey.

but i always get on:
alert(e.getKeyCode());


this error:
Fehler: e.getKeyCode is not a function




example:
qx.Class.define("job.system.Login", {
        extend: qx.core.Object,
        members :
            {   
       ....

                this.__username.addListener("keyup", function(e) {
                    alert(e.getKeyCode());
                    });

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to