Hi,
I have designed a widget for Nokia 5800,which has form with a text box and a button to submit the contents of textbox to server.
Problem is when i enter the text using Full-Qwerty keypad,...
Type: Posts; User: gaurav2610; Keyword(s):
Hi,
I have designed a widget for Nokia 5800,which has form with a text box and a button to submit the contents of textbox to server.
Problem is when i enter the text using Full-Qwerty keypad,...
I have used a self timer to fix this issue.. couldnt get ny better solution. If someone has it please share.
function timerMethod()
{
setTimeout ( "timerMethod()", 500 );
}
I have used a 64x64 png image and it looks proper(96dpi).Try it out
Hi friends,
I am designing a widget which has a textbox in it. Whenever the user types in something inside the textbox, a javascript method is invoked(onKeyUp event). This works fine with...
Someone please help.. desperately need a solution for this.
Yes it seems running fine for intervals upto 15mins.
Here is a code snipplet :
long wakeuptime ; // this value is retrieved from the timings set by user
long newWakeUpTime = wakeuptime -...
Hi,
I am developing a mobile application utilising pushregister alarm to invoke my midlet at user defined time(user can also select day of week).My current located is India(+5.30 GMT).My...
Thanks for the reply Honest.
Yes, you have guessed right I'm trying to remove the old content.
I have already tried the method you mentioned; is there any alternate method to do it?
Hi Everyone,
We are currently developing a J2ME application, which displays glossary. Though the app is nearly done, but I'm stuck with a particular problem; when any category is selected, it...
hey guys,
I tried signing it and it did solve the Unknown Supplier issue.
Thanks :)
Hi,
I did not get the underlined parameters.Could you please explain a little.
Thanks for replying Sunil, I will try signing it
I am trying to install my j2me application on my Nokia N95,while installation it shows Details as
Supplier : Unknown
Type : Unknown
Web Address : Unknown
I have set the midlet attribute...