Hi Badrinath, On Mon, Jan 17, 2011 at 11:06 AM, <[email protected]> wrote: > Hi , > > > > Need one small help , I got struck up with filehandlers in java script. > which I am importing to my main qml file. > > > > it says "ReferenceError: Can't find variable: fopen" , pasted the following > code. > >
The QML JavaScript run time is very different from the Browser JavaScript run time. You are trying to use Browser JavaScript in QML which is incorrect. For example, Scripting.xxx is ActiveX which will work in a browser but not in QML. Girish _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
