Hi, On 11/01/2011, at 4:22 AM, ext Jason H wrote: > Incidentally, is there a way to map from numbers to names so I can > console.log(status) and get "Playing" instead of "6"?
Unfortunately there isn't any built-in, automatic way to do this -- to the JS engine this value is just a number. Regards, Michael _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
