Hi, >Is there any standard way to know if component value is changed through user interaction and not through >programmatically?
What's about the CHANGE event? >“FocusEvent.FOCUS_OUT” was another option but it did execute even when there is no change in value >attempted. If the FOCUS_OUT event most fits your needs: To detect the changes you maybe could buffer the initial value(s) and compare it with the current value(s) after FOCUS_OUT was dispatched. HTH, Olaf -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/flex-UI-component-value-change-tp12715p12716.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
