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)" />
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.