ok, so one developer made a spaghetti mess of and app, that got handed over to me to make 508 compliant, now im the type of guy that shuns components cause i prefer to build everything from scratch to keep better control.
however ever this app is full of text components and when i try to tab around it will only jump back and forth from text components.
how the heck can i disable the tabbing on the text components so that my structured tab order isn’t sabotaged?:crying:
to save time and guess i have already tried (say the components name=txt)
txt.enabled = false;
txt.tabEnabled = false;
txt.focusEnabled = false;
if some one out there could help me out with this that’s like at least +10 points