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)" />
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.