I was looking at the examples that comes with the SDK, I noticed this commdb thingy, I later found out that it's for IAP selection which basically QNetworkAccessManager can do? so is there an...
Type: Posts; User: loellanthony; Keyword(s):
I was looking at the examples that comes with the SDK, I noticed this commdb thingy, I later found out that it's for IAP selection which basically QNetworkAccessManager can do? so is there an...
thanks, this could really come in handy with my next app. :)
http://cartan.cas.suffolk.edu/qtdocs/qt.html#WindowType-enum
basically i'm inquiring if there's a way for a QML component to be modal, even when its parents are out of focus or minimized? Qwidget...
reference error still persist.
hi,
so I wanted to separate my data models as component(s) so it wouldn't cramped up on main.qml
so i created a file called "xmlmodels.qml" and put it in the components folder and say with...
Hi is it possible to implement a timeout in QML's xmlhttprequest?
rather late reply,
it's working in Qt/c++, so it should be the same way with QML, call the path to the local file at the src like this,
src=qrc:jqueryfolder/jq.js
I believe that wiki was about, how to acquire tokens? plus i think their referring to OAuth version 2?
this specific problem though, is with Oauth version 1 , I've already got my access tokens...
so i'm using formspring API, it's a Q & A service?
http://dev.formspring.me/api-methods
basically i have already got the secret token and secret access, and i could request the APIs endpoints that...
my problem is My authenticated POST always returns an invalid signature.
using the linked Oauth module below, i made a request something like this,
...
anybody? surely these are the type of must haves in mobile apps.
so basically there's a reusable module for Oauth version 1 Oauth.js
i've successfully used it in authenticated 'GET's but when using authenticated POST with additional parameters.. it always...
perhaps, try to feed it on a pure javascript html parser. http://ejohn.org/blog/pure-javascript-html-parser/
XMLHttpRequest.responseText()
hello,
what are other data types available in XmlRole aside from string()?
does javascript data types apply?
thanks, didn't know qnetworkaccessmanager is accessible via QML.
hi, it seems XMLHttpRequest has some caching mechanism turned on by default?
as i was using it on the simulator i couldn't get a fresh content from the remote server, any way to disable caching?
whoops! never mind, most probably a javascript issue with chrome browser, tried it with firefox and it uploads just quickly fine.
I'm currently submitting my content to the OVI store, when i hit "upload & continue" , the small progress bar just does its animation progresss for half an hour now, don't you think it's a bit too...
hello, djagadish7, i have already maxed it with 32MB? 0x020000 0xE184800
and this was long before i stumbled on this problem.
sorry, what am i missing?
or maybe i wasn't clear with my first post?
I can successfully upload data, only when it's not sizable as 5 MB on symbian, I am using Qurl then appending it to "data"...
of course that's given, one has to use QNetworkAccessManager
my code, goes something like this,
QByteArray data;
QUrl params;
QNetworkAccessManager* nam;
hello again,
I was trying to upload a file, by encoding the file through a QUrl, it's an audio file with a 4 - 5 MB file size,
when I tried it on the simulator it works fine, but on the N8 it...
it can play mp3 files even in an fp1 3rd edition device.
thanks, sdk 1.1 then :), I also did use QT_USE_NAMESPACE, still the problem persist.
I guess, I couldn't use 1.1.1 against Qt 4.6.3