Hi,
The example for the APIBridge contains access to the camera if that helps
<APIBridge Directory>\WgzInstaller\content\APIBridgeTest.wgz
APIBridge.newFileService(
"image",
function...
Type: Posts; User: oldfield; Keyword(s):
Hi,
The example for the APIBridge contains access to the camera if that helps
<APIBridge Directory>\WgzInstaller\content\APIBridgeTest.wgz
APIBridge.newFileService(
"image",
function...
Ok,
This is how I do it
function MyLocation() {
try {
// This specifies update option used while retrieving location estimation.
var updateoptions = new Object();
// Setting...
Hi,
Yes you will have to do that and there are restrictions on the number of Geocodes that you are allowed. It is explained here;
...
Hi,
I am having a little trouble with the APIBridge FileUpload. I am certain it is a silly problem but does anyone know wehat I am doing wrong?
Trying APIBridge fileupload; I call
function...
Hi,
Well I just used Google maps API and Aptana editor to create a navigation widget. I have deployed it on my N97 so far and it all works just fine. It was not difficult, just simply being a...
Hi,
I do this all the time with xmlHttpRequests. Here is some of my code which retrieves the group names fom and xml file on the server by running a asp script on the server.
function...
Hi,
My experience says that font sizes of 18, 16 and 14 pixels is about as small as you want to go. Buttons should be a min of 40px heigh and wide. Use green colors where possible. there are a set...
Hi,
Yucca is completely correct. I have gone ahead at this stage and developed a location based widget around Google maps. I would say that Aptana editor combined with Nokia Widget Run time is...
Hi,
What do you mean by push notification ? are you referring to Http or something
Regards
Hi Maveric,
I have popped up here. How do I launch OVI Maps in a widget? It seem it is possible. I have just finished a widget using Google maps (Yuck!!!).
Regards
Hi,
Yes I have. Do you want some code ?
Regards
OK,
I have created and tested my first widget. Packaged it with Aptana and deployed it to the N900 via Bluetooth. It now appears under the file manager as test.wgz.
How do I install this widget...
OK,
To get this clear in my head.
1. Nokia N series phone have maps BUT there is no maps API currently available
2. There is a location API for these phones that will give coordinates etc
3....
Ok,
I got it to work.
function get_Groups()
{
xmlhttp = null;
xmlhttp = new window.XMLHttpRequest();
try {
netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserRead...
Hi Yucca,
I am trying to develop a WRT similar to the ones I developed for the OVI Beta SDK. I want to retrieve the data from my server. the code is;
function get_Groups()
{
xmlhttp = new...
Hi,
Thank you for this link, it is very interesting. I am just starting with WRT's and have loaded Aptana editor and imported the Services 2.0 WGZ's. When I launch the calanderServicers.wgz...