First off, you want to address the focusManager on _root
_root.focusManager.setFocus(myTextBox)

The problem I am having, is that when I set focus, I do NOT get a focus ring.
It does select the text inside my text box, but when I hit tab, nothing happens.