08-16-2010 03:29 AM
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