PDA

View Full Version : tabbing


wcwilson
01-22-2003, 05:14 PM
This may just be a bug in the example app, but is tabbing supposed to work? When in the contacts detail screen I expect to be able to tab between the fields, but hitting tab only highlights the text in the field.

--Wayne

antun
01-22-2003, 05:59 PM
Hey Wayne

There is a bug in the B2 release of the LPS with respect to tabbing, and this has been fixed in the upcoming release.

When the new release comes out, you will be able to tab in the lexical order of the textfields in the file by default. You'll also be able to change the order by defining methods (getNextSelection and/or getPrevSelection) in the text field, which effectively overwrite the respective default methods. They have to return any focussable view.

That's basically what the tabbing order is; it's a focus change.

-Antun

wcwilson
02-03-2003, 10:01 AM
The tabbing bug seems to be fixed in DR.

--Wayne