Hi Slocan,
I have already givem a try to that code but was unsucessfully.
That code is for Qt not for QML and I was looking for something simpler, like is used in the app generated by Noki App...
Type: Posts; User: Handout; Keyword(s):
Hi Slocan,
I have already givem a try to that code but was unsucessfully.
That code is for Qt not for QML and I was looking for something simpler, like is used in the app generated by Noki App...
In Qt Simulator Control window choose:
Menu > Application > 'Choose com.nokia.extras platform'.
Hi,
Application made with Ovi AppWizard have a share button that links to a Share Module I'm assumig is part of the OS. This modul allows to share a link + title via SMS, EMail and all the accounts...
We're using the W3C / WRT APIs to access GPS, contacts, local storing, fullscreen, fixed header and toolbar, ...
Executing it inside the browser or in a QWebView will broke that code.
Lookin at...
According to MeeGo documentatioon the QtWRT framework was available in version 1.1.
In the N950 (MeeGo 1.2) I can't figure out if it's included or not.
I Have tried to install a couple of W3C...
Hi,
I didn't realized that.
I was hoping that there was a method to control vibration without the <embed> object.
Thanks for your help,
pivo
I had to replace the solution for controlling vibration through the <embed type="application/x-systeminfo-widget" > by code using the ISysInfo interface of the Platform Services 1.0.
I've been...
Hi,
The only Symbain Anna device I have access to has the firmware 021.013.00.01 (Portuguese) - Nokia X7.
At this point I'm not using the code from out widget - a Wikipedia Browser...
Hi,
I think this might be a bit more serious than the Calendar API.
I can't use the 'device' object to get data from Calendar, Sensors, SystemInfo, Location, ...
Trying something as simples as:...
Hi,
After doing some deeper tests we could narrow down this problem.
Is seems that the <embedded object in the new browser is 'broken'.
It affects too the Flash object (also...
Hi,
After doing some deeper tests we could narrow down this problem.
Is seems that the <embedded object in the new browser is 'broken'.
It affects too the Flash object (also...
Hi,
Are you sure it's the timer that is stopping?
Isn't just the screen that isn't being refreshed while you're pressing it?
If the problem is just refreshing the screen, you could play a little...
Hi,
In order to provide visual feedback to the user, when expecting some time consuming processing, we use setTimeout(timeConsumingFunction,150) so WRT can refresh the screen before executing that...
We're using the embedded object 'application/x-systeminfo-widget' to access information about the device (language, RAM, vibration) and to provide hapatic feedback (through vibration).
In Symbian...