I am trying to implement that control into my application.
When an application starts I want to have a control that is based on 
MaskedTextInput seleted. So, in my init I am saying:
badgeid.setFocus();
badgeid would get its border highlighted but a mouse pointer will not 
be inside of MaskedTextInput and to start entering data the user has to 
click on badgeid. Is it possible to position mouse pointer into the 
MaskedTextInput text input control without licking on it?

Thanks

Reply via email to