[Qt-qml] QML : js File handling
Girish Ramakrishnan
girish at forwardbias.in
Mon Jan 17 07:17:10 CET 2011
Hi Badrinath,
On Mon, Jan 17, 2011 at 11:06 AM, <badrinath.chandi at nokia.com> 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
More information about the Qt-qml
mailing list