Including popup in tabbed sequence with fields
Posted: Tue May 15, 2012 3:52 am
I'm not sure I'm posting this at the right level--I'm attempting to reimplement a twenty year old SuperCard stack for a commercial project, so I'm an odd mix of expert and neophyte.
Anyway, I need to be able to include a popup type selection in the middle of the data entry fields on a card. This type, it's fields for first, middle, and last name, at which point gender would be implemented. I want the tab from lastname to take the user to a control that could either be selected by mouse OR by typing the first character of gender (e.g., male/female/joint), at which point another tab would run the script associated with that choice and deposit the cursor into address.
It looks like traversalon may have something to do with this. It also appears that I may be stomping on the mac human interface guidelines--but to the extent that they require a user to leave the keyboard for the mouse to make a routine selection, they're just plain wrong, and I don't care.
i suppose I could have both a field with an onexit and a popup that both can control a third field, but this is ugly.
What is the best way to achieve this?
thanks
hawk
Anyway, I need to be able to include a popup type selection in the middle of the data entry fields on a card. This type, it's fields for first, middle, and last name, at which point gender would be implemented. I want the tab from lastname to take the user to a control that could either be selected by mouse OR by typing the first character of gender (e.g., male/female/joint), at which point another tab would run the script associated with that choice and deposit the cursor into address.
It looks like traversalon may have something to do with this. It also appears that I may be stomping on the mac human interface guidelines--but to the extent that they require a user to leave the keyboard for the mouse to make a routine selection, they're just plain wrong, and I don't care.
i suppose I could have both a field with an onexit and a popup that both can control a third field, but this is ugly.
What is the best way to achieve this?
thanks
hawk