private function autoTabText_onChange(event:ChangeWatcher):void { if(bookText.length==3) { focusManager.setFocus(blockText); } }
if(bookText.text.length==3)
protected function bookText_changeHandler(event:TextOperationEvent):void { if(bookText.text.length==3) { focusManager.setFocus(blockText); } } ... <s:TextInput width="56" height="31" x="10" y="68" id="bookText" maxChars="3" change="bookText_changeHandler(event)" />
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.