DoiT,
Great thanks.
Rob
Type: Posts; User: robnugent; Keyword(s):
DoiT,
Great thanks.
Rob
Dan,
Thanks for your patience and the explanation - much appreciated.
Rob
Hi,
I'm trying to rephrase a question more generally that I asked badly a couple of days ago in another thread.
I'm writing a homebrew mapping application to run under Symbian. Since this is a...
Dan,
Thanks for the reply - I'm not sure that the 'covering'/'translucent' issue applies when running under Symbian (i.e. on a cell phone) does it ?
I'll try putting another question up...
Hi,
I'm overriding QWidget::showEvent() and QWidget::hideEvent() in my QMainWindow so that I can try to avoid unnecessary processing when my application is pushed into the background by a user...
TimsonC200,
Thanks for the reply - that seems to fix most of the problem - I can now compile and deploy again. (The syntax highlighting is still complaining in the QTCreator GUI, but that's no big...
Rahul, Dan,
Thanks for the replies.
Just to be absolutely clear:
1) I've always had 'MOBILITY = location + systeminfo' in my project
2) Both Symbian and Simulator worked with the BETA of...
Rahul,
Thanks for the reply.
I've got:
MOBILITY = location + systeminfo
Which was what I thought I needed, and what worked fine with the beta of Nokia QT SDK.
I just moved to Nokia QT SDK 1.0 (Windows 7) having previously been using a beta release.
My application was compiling and running OK with the beta for both the Simulator and Symbian release.
...
OK - I've managed to fix it. Here's the solution for anyone else who hits the same issue:
In my project file I was missing the following:
symbian {
TARGET.UID3 = 0xeb20e322
...
Rob,
Thanks for the reply. It's definitely this line of code, as I stripped my example back so that this is the *only* line in my example that does anything with the location API.
The rest of...
Sorry about the thread title - It should of course have read QGeoPositionInfoSource.
Hi,
I'm trying to write a trivial QT program that uses the location API.
I'm using QT Creator 1.3.83.
When I run the program in the simulator, all is OK and I can determine (and display) my...