On Mon, Sep 27, 2010 at 6:59 PM, Gregory Schlomoff <[email protected]> wrote: >> I know javascript doesn't have a sleep() per se, but I've tried using >> the setTimeout() function, which I thought was standard, > > Technically setTimeout is a member of the window object (you should > write window.setTimeout, but the window object is implicit) >
Thanks, Greg. I had mistakenly assumed that the current QML object was a "window" in javascript terms. Cheers, Alex _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
