Is it possible to stream local file using QML ?
-
wrote on 10 Mar 2012, 18:19 last edited by
Is it possible to stream local file using QML ?
I don't wanna use C++. Is it possible in QML or JS ? -
wrote on 11 Mar 2012, 00:08 last edited by
What do you mean by "stream local file?" From where to where?
-
wrote on 11 Mar 2012, 09:21 last edited by
Thanks for reply..
I'm talking about to stream offline storage file... like C++ <fstream>... I wanna develop a NOTES application for symbian which can store notes with .txt file extension. Is it possible in QML ? -
wrote on 11 Mar 2012, 12:37 last edited by
QML/javascript has no file i/o, other than the sql offline storage API.
You probably will have to use C++.If the .txt isn't critical, try the SQL Offline Storage API in http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeglobalobject.html
-
wrote on 11 Mar 2012, 15:47 last edited by
Thank u Damian...
It's almost helpful.
3/5