From: WarDemonZ on
hey everyone

i was wondering is there a nice quick way of making it so that when you press
tab whilst entering in text data into a set of fields, it will scroll to the
next field, its just a hassle as im used to pressing tab to go through menus
and i keep forgetting it wont do it when i test my program, all the text fields
are in sequential order, so it starts from like sprite 10 to sprite 25 or
something, is it doable?

cheers

From: Sean Wilson on
If your text entry widgets are #text or #field sprites, you can set
member.autoTab = TRUE and the cursor will shift to the next widget when
your user presses TAB