pashminakazi opened a new issue #760: Spark's List dataprovider is not setting 
the values
URL: https://github.com/apache/royale-asjs/issues/760
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Import from Select in Menu
   Go to Import -> Import Chargesfrom Setups in Menu
   File : com/dbz/modules/IMP/dbzImportChargesSetup.mxml
   
   Click on image after Formula
   
![image](https://user-images.githubusercontent.com/42200979/77047368-6ec4b080-69e6-11ea-9fda-6f316d7c0ddc.png)
   when u click this Image com/dbz/modules/IMP/dbzImportChargesFormulaPopup.mxml
   
   there's a s:List below **System Columns**
   ```
   [Bindable]private var dataProvider:ArrayCollection = new ArrayCollection([
                                {label:'1_FOBRate',id:'shpd_fobrate'}, 
{label:'2_CustomFOBRate', id:'shpd_cusfobrate'}, {label:'3_Frieght', 
id:'shpd_frieght  '}, 
                                {label:'4_CustomFrieght', 
id:'shpd_cusfrieght'}, {label:'5_CNF', id:'shpd_cnf'}, {label:'6_CustomCNF', 
id:'shpd_cuscnf'},
                                {label:'7_CNFValue', id:'shpd_cnfvalue'}, 
{label:'8_CustomCNFValue', id:'shpd_cuscnfvalue'}, 
                                {label:'9_PerUnitInsurance', 
id:'shpd_puinsurance'}, {label:'10_Insurance', id:'shpd_insurance'}, 
{label:'11_FCRate', id:'shpd_fcrate'},
                                {label:'12_CustomFCRate', 
id:'shpd_customfcrate'}, {label:'13_CIFValue', id:'shpd_cifvalue'}, 
                                {label:'14_CustomCIFValue', 
id:'shpd_cuscifvalue'}, {label:'15_BLQuantity', id:'shpd_blqty'}, 
                                {label:'16_ActualQuantity', 
id:'shpd_actualqty'}, {label:'17_CustomQuantity', id:'shpd_customqty'},
                                {label:'18_ItemMRP', id:'itm_mrp'}, 
{label:'19_ActualRate', id:'shpd_actual_rate'}, {label:'20_FCRateUser', 
id:'shpd_fcrate_user'}
                        ]);
   <s:BorderContainer borderVisible="true" x="93" y="162" width="263" 
height="195">
        <s:List id="lstSysVariable" dataProvider="{dataProvider}" x="5" y="20" 
width="249" 
           height="170" borderVisible="true" change="fn_addSysColumns(event);"/>
   </s:BorderContainer>
   
   ```
   dataProvider is not setting Values in spark's List
   In Royale : 
   
![image](https://user-images.githubusercontent.com/42200979/77047611-d7139200-69e6-11ea-9cb6-33005ae1dde6.png)
   
   In Flex : 
   
![image](https://user-images.githubusercontent.com/42200979/77047642-e561ae00-69e6-11ea-8def-13b8007caac2.png)
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to