Hi treinio,
I have tried your example and it works. Thanks :)
Type: Posts; User: Tslv; Keyword(s):
Hi treinio,
I have tried your example and it works. Thanks :)
Hi,
I am trying to develop a GPS speedometer using QML. All of the code is also inside QML. I don't want to edit C++ files if I don't have to.
I was wondering how can I prevent the screen from...
On the 808 Pure View and 701 there is app Nat Geo (National Geographic). It comes preinstalled on the phones. It is an WebTV app and it works on Nokia Belle FP1.
Somebody obviously found a...
Hi,
I have utilised the WebTV WRT template to create few apps.
http://www.developer.nokia.com/Community/Wiki/On_demand_Web_TV_%E2%80%93_have_your_favorite_channels_with_you
The apps work fine...
Hi Andrea,
I have created a resource file and I have inserted the file "BRUSHSCI.TTF".
I have changed line in mail.cpp
fontDatabase.addApplicationFont(":/fonts/BRUSHSCI.TTF");
Do you know how...
Did I miss something?
Hi Andrea,
Thanks for your reply. I have been playing with this today but unfortunately I didn't manage to make it work. I get the error
"FT_New_Face failed with index 0 : 1 "
Here is what I...
How can I use a font from Windows in the app for Symbian phone?
I have created a new project and my target is Symbian. When I choose MainPage.wml and I switch to Designer I can change Font of the...
Hi Dan,
does the method you described above work for s40 devices? I am having hard time testing it out. In other words it is not working for me. Nothing is happening on my phone. I am using Web...
Hi Ilkka,
thanks for your reply. I was wondering how to open the project if it isn't in the project explorer anymore.
So the question is how do I open project from my disk from the Workspace...
Hi,
I have created few projects using Nokia Web Tools 1.5. After I was done I closed the projects. How do I open them again?
There is no open project in the File menu. I found only open file. I...
How can I install my s40 app on my phone? I have .wgt file and I want to install it on the Asha 302. How do I do that?
I have tried deploying my app using Blue tooth launcher and by using the link...
Hi,
Thanks for the advice. I have problem with that control because it doesn't show me external pictures. In my case it doesn't show me the pictures from Nokia Maps because they are external. They...
Hi,
Thanks for your answer.
I have created HTML page and uploaded it to my Public folder on Dropbox. This is my test scenario for web hosting. I pass my search query via URL. This works in...
Can I use Nokia Maps REST API just as geoCode service?
I want to send address to it and receive longitude and Latitude back.
I want to create Windows Phone 7 app and I am using Bing maps control....
Hi
Thanks for the clarification.
I would like to use Geocode() function of the Nokia Maps. I would like to search for an address and receive its longitude and latitude. I have html page that...
Hi symbianyucca. Thanks for your reply. Could you plase explain the title of this topic? What does it mean thaht maps Api is supported in Mango? Which part of it is supported?
Hi,
I have created an app for Mango phones that uses Bing Maps Control. I live in Croatia in Europe and I have realized that Bing Maps doesn't support search in Croatia :( I mean it cannot find many...
Thanks for the help, this works
Hi vineet.jain,
Thanks for helping me out with this :)
Adding those two lines in .pro file helped me. Now i don't get error anymore. My code compiles fine. I have changed it a bit, but I still...
How do you know I should import QtMobility.sensors 1.2? I mean where does that say in documentation?
I have added import QtMobility.sensors 1.2
Now I get different type of Error message. Here...
Same thing. I get message Accelerometer is not a type.
I have to import something in order to Accelerometer or AccelerometerReading are recognized. I am not sure what do i have to import in my...
Hi,
I want to access accelerometer using only Qt Quick. I don't want to write C++ code. I just want to write QML code.
I have googled out this: QML Accelerometer Element...
Hi petrib
Is there a method/function/object or component in QML that already does that?
If not how should I write one?
If the mobile phone is laying down on my window it is easy. I only check if...
Hi mahbub_s60,
I am aware that GPS is not 100% accurate. Nobody's perfect, right? :)
I was just wondering how are other apps like apps that show GPS speed or maybe Nokia Maps have speed that...