As said it is not possible to retrieve any event whic tells that an item has lost its focus in a form until and unless the item is a customitem.
For more reference...
Type: Posts; User: wang_shui; Keyword(s):
As said it is not possible to retrieve any event whic tells that an item has lost its focus in a form until and unless the item is a customitem.
For more reference...
Hi Dino,
The push registry entry should be made/available only in the JAD file. If it is present in the manifest file then causes a number of problems. I had the experience that my application...
u may also try
http://discussion.forum.nokia.com/forum/showthread.php?t=85970
Please go search th forum because you may find detailed help before posting
regards
Wang
Hi,
This can be done by checking collision of the image boundaries. There are specific methods available in tilelayer and also in sprites
There are a number of articles available in the net and...
Hi Abhi4u,
It is quite easy, you have to generate the jad & Jar file. A large number of basic documents are available in Forum Nokia and also in Nokia Wiki. Only thing is you need to search...
Hi Fred,
If IMEI retrieval is supported in that phone, then should be retrieved by
System.getProperty("com.nokia.mid.imei").
If not then the phone is not supporting it.
For more details...
Hi,
In s60 heap size of the devices will be unlimited but in the case of 6300 it is 2MB. So may be your image processing is taking more memory. I beleive you have to optmize the application to...
Hi,
If you are saying about midlet icon. Then entry in the jad should be made.Eg:
MIDlet-1: sample, /images/sample.png, sample.sampleMIDlet
Thanks
Here is a simple tutorial on how to draw a scrollbar. You can easily do it on Canvas
https://fivedots.coe.psu.ac.th/~ad/jg/j2me01/scroller.pdf
Regards,
Wang
Hi ,
Please use directional game actions defined in the Canvas class: Canvas.UP, Canvas.DOWN, Canvas.LEFT, and Canvas.RIGHT, or the value CustomItem.NONE. If the value is NONE, some...
Hi surajj,
In your application Push registry is used only for invoking the application right. Sending the SMS will be done by the application and not by push registry right?
Regards,
Wang
Congrats to all the winners
wang_shui
Hi Lucca,
"now I can upload the file, but the application crashes 4-5 sec after the file has been sent. ?!? KERN-EXEC 0"
Did you solve this problem or does it occur in the emulator only.
I am...
Hi,
You have to write your own PNG encoder...
Search the net you will find png encoders, just port them to J2ME this might help you
Regards,
Wang
Have u searched the motocoder community
It might me more helpful since this is a different vendor. http://developer.motorola.com/
Regards,
Wang
i agree 100% with u guys
HI,
Here is a sample for data transfer between mobile & PC using J2ME & J2EE
http://www.benhui.net/modules.php?name=Bluetooth
Regards,
Wang
Hi,
Here r a lot of custom UI like j2mepolish but are free as well. So use them
http://j2me.ngphone.com/opensource/ui.htm
Regards,
Wang
Hi,
It is rare that people go & look in different forums. Most of them stick to their forums which they like most.
Regards,
Wang
Hi,
There is a valuable discussion here which will give u an answer for ur problem..
http://discussion.forum.nokia.com/forum/showthread.php?t=89669
wang
Hi All,
Is there emulator which can be used to run both symbin C++ & J2me application.
I have written an application which invokes a j2me application from within a symbian application. Inorder to...
Hi ,
Have u tried a square area & please check whether the problem still exists.
Wang
Hi,
have u tried this sample
http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_tips_java_1201.jsp
It was working fine ie; listening to the messages & the...
Hi ,
It looks to be something u have done wrong in ur code.
Is it u r trying just a helloworld application?Please check ur jad & manifest entries.
Wang
Hi,
Also try to save the file within a folder say file://c:/Others rather than writing it in the root. Some phones doesn't give permission to write a file in its root
please also search the...