private function initApp():void
{
teamID.setFocus();
teamID.setSelection(0,0);
} The entry caret is NOT shown in the control AND input is not focused to the control. Any ideas??
private function initApp():void
{
teamID.setFocus();
teamID.setSelection(0,0);
} The entry caret is NOT shown in the control AND input is not focused to the control. Any ideas??