I've tried many different types of events to trigger a blur when the user 
leaves the text box it runs my event but nothing seems to work.
Anyone done this before?


private function init():void{
        VIN.addEventListener(FlexEvent.VALUE_COMMIT, lookupvehicle);
        //FocusEvent.FOCUS_OUT
                }


private function lookupvehicle(event:Event):void{
                        Alert.show("WORKS");
                }

Reply via email to