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)" />
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.