how do i handle textfield text-changed event?
Hi,
First of all you can read the same from java docs provided by sun..
You will get all the information there..
If have any issue then put here .
Thanks,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
i dont have the http://java.sun.com/javame/reference...tListener.html class.
in fact i dont think i have the jsr217 package , i am coding on midp 2.0 in netbeans.
any other options?
Hi mikecotic,
check out the notifyStateChanged() method of the Item class:
http://www.forum.nokia.com/document/...StateChanged()
Pit