thanks for answer, now everything works perfectly.
Type: Posts; User: blackbird700; Keyword(s):
thanks for answer, now everything works perfectly.
It seems customer has coocked firmware, or something similar... I couldn't recreate bug, but will try later in longer session...
Yesterday our customer sent us e-mail.. our application draws graph of mathematical function, and when he enters, for example x^2, he gets stdout instead of graph. when he minimises app, and open it...
4 free items and 2 paid - no updates last couple of days...
if you haven't noticed, one is widget and one is java-based. widget is for touch-phones, and java-based is for all others.
Why don't you include <QtMessaging/QMessage>?
Do you use qtm namespace? (in .h file, between includes and class definition, you should have QTM_USE_NAMESPACE)
did you look into qt mobility directory for .sis files?
which phone you are trying to run app?
if phone is running 5th ed symbian, you should install mobility for symbian 5th ed...
thanks, works like a charm...
wiki example is pretty much outdated :/
ok, i forgot to use qtm_namespace :D
but now i get this error:
\mainwindow.cpp:198: error: expected primary-expression before '.' token
in first line of snippet:
...
yes, i did.
it is not underlined yellow (when i intentionally misstype some of includes, i got yellow underlines)...
anyone?
i reinstalled entire qt sdk - i uninstalled everything, then i intalled perl (strawberry), then 5th ed sdk, then nokia qt sdk package (930 mb)...
then i ran updater, and installed qt...
yes, i did everything, just like in wiki...
i tried to remove QMessageServiceAction (and slot), but then compiler returns error for QMessage :S
now i am trying to reinstall sdks - 5th ed and qt...
me again, with semi-stupid questions...
how to send sms using qt mobility?
i followed this:
http://wiki.forum.nokia.com/index.php/CS001616_-_Send_SMS_using_Qt_Mobility
but, on build i get...
nice!
thanks!
administrators should put button somewhere for editing options...
when i am not logged in, when i open some topic, i see old posts on top, and newer are below. but when i log in, newest posts are on top. how could i get old posts on top, because it's easier to read...
http://doc.qt.nokia.com/latest/qstring.html#toUtf8
put vendorinfo outside symbian {}
thank you!
actually, I dont need to expose database externally, but I didn't know how to deploy it to app private directory.
I assume, if I put database in app private directory, I'd need just write filename...
Hi
I am building some app which uses sqlite database. When I create database, put it in my project folder, put DEPLOYMENT in .pro file (and write function for open database, of course) and build app...
Thanks, I needed keywords, so I could search docs and google....
Hi!
I'm exploring Qt for Symbian, and doing a little app which should parse XML and display data in QListBoxes..
But, I don't know how to tell Qt studio where to put my .xml file, and later, when...
ok, I downloaded and installed S60 SDK, and now it works on phone (it doesn't work on simulator, but i don't care for simulator)
Thanks to danhicksbyron!
I used reinterpret_cast..
when I say it's not working, I mean it compiles, but when executed, it doesn't force orientation (i tried both simulator and nokia5800). I replaced Landscape with Portrait. When I paste code from...