Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® World™ Development

Reply
New Contributor
mnithin_99
Posts: 8
Registered: ‎05-31-2010
My Carrier: General

Hi dear friends

I've started creating an application.....In that there are two editfields. When i enter a number in one editfield i want to add it with a constant & to display in the next editfield. That is when I press 9 ,I want to add it with 2 after pressing 9 & to display in the next field after the release of key 9. Can anyone help me??

 

EditField abc=new EditField("","",5,EditField.FILTER_NUMERIC);

add(abc);

(this is my first edit field,while entering a number here i want to show that number + a constant in another editfield)

 

Please help me..Thanks in advance

 

With Love,

Nithin

Please use plain text.