PDA

View Full Version : Multiple TextInput widgets


rolandtroisch
02-06-2006, 07:22 AM
Hi,

I have two textinput widgets in a panel. I can only apparently type in the first one. How can set focus to the second one and type in it?

Regards,

RR

Opus4
02-06-2006, 09:59 AM
Currently, there isn't a way to assign focus for the text input widgets. I would design the screens so that only 1 input is presented to the user at a time.

- Andy