PDA

View Full Version : Tabbing between TextInput-instances


cowtrap
05-09-2007, 08:50 PM
Is it possible to give Key.ENTER the same functionality as the TAB-key event when switching between different inputfields and highlighting them.

Or do I have to define that functionality from scratch ?



thx ahead!

dvlnblk
05-10-2007, 01:09 AM
I would think that you are going to have to write a custom function for it. But I am not sure.

cowtrap
05-10-2007, 04:53 PM
Ok thought so :)