12-10-2009 09:03 AM
How can we know on which field touch event generated.
12-10-2009 04:55 PM
What do you mean? From an general application do you want to know which field gets the touch event or from a field do you want to know if it was touched? Or is it something different?
12-12-2009 03:05 AM
rcmaniac25 wrote:What do you mean? From an general application do you want to know which field gets the touch event or from a field do you want to know if it was touched? Or is it something different?
I want to know "whether a particular field touched or not so that i can do specific action for that field "
12-12-2009 01:15 PM - edited 12-12-2009 01:17 PM
You override the touchEvent function in the fields you want to use.
You can then either change something in that field only or call some "global" function to tell it which field was touched and then do whatever global action you want.