0
MySQL에서 Flex3의 HorizontalList로 텍스트를로드하려면 어떻게해야합니까?MySQL에서 플렉스의 HorizontalList로 어떻게로드 할 수 있습니까?
내가 사용하고 있습니다 :
<mx:ControlBar x="10" y="40" width="460" height="230">
<mx:HorizontalList id="dataGrid"
dataProvider="{dataArr}"
labelField="lbl"
iconField="src"
itemRenderer="CustomItemRenderer"
columnCount="4"
columnWidth="100"
rowHeight="100"
horizontalScrollPolicy="on"
width="439" height="230"/>
</mx:ControlBar>
와의 CustomItemRenderer.mxml
<mx:VBox horizontalAlign="center" verticalAlign="middle">
<mx:Image source="{[email protected]}" />
<mx:Label text="{[email protected]}" />
</mx:VBox>
또한 "데이터베이스에서 응용 프로그램을 만듭니다 .."했다와 통합하려 성공했지만 성공하지 못했습니다.