Tagged Questions
0
votes
1answer
400 views
How can I load something from MySQL to an HorizontalList in Flex
How can I load text from MySQL to an HorizontalList in Flex3 ?
I am using :
<mx:ControlBar x="10" y="40" width="460" height="230">
<mx:HorizontalList id="dataGrid"
...