why bother tracing.. it supposed to be fault.. the issue is that same
responder wont fired again .
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/responder-bug-or-not-please-help-tp45472p45771.html
Sent from the Apache Flex Development mailing list archiv
help?
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/responder-bug-or-not-please-help-tp45472p45565.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
hi,
not sure if it suppose to be this way,
for example, a button to invoke remote object call,
protected function
btn_clickHandler(event:MouseEvent):void
{
trace("btn_clickHandler");
va