there are some horizontalarangement. all hidden. inside are 3 elements(a label, a textbox and a checkbox) after every press the button the next hr will be set to visible. how can i code that the focus is change to the next textbox that will be visible and perhaps the keybordlayout will be show.
partially yes.
my problem is to set the cursor into the textbox, that will be visible after klick a button.
in the moment i write a number into a textbox. this box have the cusror and the focus. now i klick the button, an a new textbox appears. but the cursor and focus stays at previous box. this is an ugly usability. the cursor should blinking in the new textbox.
i only want the possibility to set an element is directly editable without an separat klick. in my app i set textbox to be visible after i click an button. it would be very nice the cursor could set into a texbox to direktly edit numbers into it.
actually the cursor is still blinking at the former textbox. the occurence of the keyboard is would be helpful for it.