You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/03/31 13:48:46 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #793: mx:TextArea is not setting its value from pick; ist

pashminakazi opened a new issue #793: mx:TextArea is not setting its value from pick;ist 
URL: https://github.com/apache/royale-asjs/issues/793
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Sales from Select in Menu
   Go to Incentive Scheme from Setups in Menu
   File : com/dbz/modules/SAL/dbzIncentiveSchemeSetup.mxml
   
   Exclude Customer 
   <mx:TextArea id="inc_Cust_Desc"  x="209" y="286"  width="386" 	 enabled="true" editable="false" height="82"   tabEnabled="false" tabFocusEnabled="false"/>
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #793: mx:TextArea is not setting its value from pick; ist

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #793: mx:TextArea is not setting its value from pick;ist 
URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-613925805
 
 
   @aharui From where should i call fn_setDesc() directly?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #793: mx:TextArea is not setting its value from pick; ist

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #793: mx:TextArea is not setting its value from pick;ist 
URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-614152646
 
 
   Often there is an event like a "close" event when a popup goes away.  I have not examined your code to find the best place.  That should be your responsibility.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #793: mx:TextArea is not setting its value from pick; ist

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #793: mx:TextArea is not setting its value from pick;ist 
URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-613877094
 
 
   It looks like the PickList sets a dataProvider in inc_Cust_DescList which is an mx:LIst with visible=false.  There is a comment that the code was relying on the valueCommit event and is now trying to use the "change" event, but there won't be change event from a mx:List unless the user interacts with it.  Probably best to detect that the PickList has been dismissed and call the fn_setDesc() directly.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services