pashminakazi commented on issue #856:
URL: https://github.com/apache/royale-asjs/issues/856#issuecomment-644621862


   Now all buttons will be visible to you
   
   Click on New button then give value in Site Picklist and click save then 
click Add button.
   In com/dbz/modules/SAL/dbzSealsSetupDetail.mxml
   Check the Seal Type Dropdown
   ```
   [Bindable] private var arrNatureDataProvider:ArrayCollection =
                                new 
ArrayCollection([{label:"Button",id:0},{label:"Click", id:1}]);
   <s:DropDownList id="sd_Seal_Type" tabIndex="12" x="97" y="136" width="110" 
height="20" 
                        dataProvider="{arrNatureDataProvider}" 
selectedIndex="0" />
   ```
   I also added labelField="label" but still selection is empty for dropdown


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


Reply via email to