http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd
[]s
Neto
Type: Posts; User: netomarin; Keyword(s):
http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd
[]s
Neto
The "problem", probably happen because AJAX request are asynchronous on default. So, you I think the best way to do this, is use something like this:
/** getting token */
$.post(_URL , {
...
Did you tried using jQuery.ajax ?
You can find documentation here: http://docs.jquery.com/Ajax/jQuery.ajax#options
I've never tried but, WRT uses webkit as engine, so it might be possible.
[]s...
Hi Christian,
The hide and show just don't work or your widget crashes?
I'm asking this because I had a problem with DIVs with the property "display: none" and when I tried to use hide or show my...
Hi,
You should before try to access any field, check if is supported and also try to have an alternative to this field.
[]s
Neto
Hi,
You can do this using the interface ItemStateListener. The callback method itemStateChanged(Item item) is call whenever any change has been performed at the item, including enters or modifies...
To control this times activities, you can do this with Timer and TimerTask classes.
Using this, you'll be able to schedule and cancel the execution of a task.
[]s
Neto
Ok, and to access a REST webservice?
Just use httpservice? How can I send the parameters?
I'm trying to access Facebook API.
Thanks!!
Neto Marin
Hi all,
Does anyone have already done something with REST webservices and widsets?
thanks
Neto Marin
Hi all,
I'm trying to create a simple Python application. So, I visited http://www.mobilepythonbook.com/ and took a little example code:
import appuifw
data = appuifw.query("Type...
Hi,
You can do this ONLY if SMS has been sent to a specific port. Messages with no port will go to the native inbox, and there JME don't have access.
And, if you wanna read and kind of native box...
Hi,
As this "property" is something that's depend on the manufacturer, like IMEI, you don't have way to know is.
You can work with the MIDP specifications limit, but it's very "deprecated" with...
Hi,
Can you post to us your MIDlet constructor and startApp() method?
[]s
Neto Marin
Hi Even,
Just to complete the information, you can visit this wiki page: http://wiki.forum.nokia.com/index.php/Java_PIM_%26_Files/Data_Articles
There you'll find a lot of examples and docs...
Hi,
This JSR is with status "In Progress", so I think it will take a long time yet. So, if you are working with S60 and will work just with S60 you can make a hybrid solution:
You can create an...
Hi all,
I´m using EclipseME with WTK 2.5.2 and my application works normally. But, I'm having problem with S60 devices (6681 and E62), so I decided to try using S60 emulator.
And, with emulator...
Hi all,
My aplication will comunicate (though SMS) with a PLC that´s connected to a GSM Modem, but the GSM Modem won´t send the message to a specific port. So, I´ve tried to listen the SMS message...