pashminakazi commented on issue #793: URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-654382747
Hi Alex, I debugged into flex when i opened picklist and select rows and click OK button,then fn_SetDesc function is called. mx:List valueCommit="fn_SetDesc();" and this function is setting mx:TextArea's text but in Royale this function is setted on mx:List's change and valueCommit but it doesn't being called on doing anything Regards, Pashmina On Mon, Jul 6, 2020 at 7:50 PM aharui <[email protected]> wrote: > This is all your code. Maybe debug it in Flex so you can explain exactly > how the TextArea gets updated. Then debug the same in Royale and see where > the code behaves differently. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/royale-asjs/issues/793#issuecomment-654285439>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AKB67E7244C2DNT3N5N6OFDR2HQD7ANCNFSM4LXSCPMQ> > . > ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
