Tagged Questions

0
votes
1answer
14 views

Flex - Saving a new order of items of a HorizontalList through AMF

Hi, I've been working with the drag-and-drop of items inside an Horizontal List in Flex. It works fine, but now I need to save the new order through AMF in my database. I'm pretty sure it's quite …
0
votes
1answer
59 views

HTML Horizontal Ordered Lists with Numbering

I'm using an ordered list in order to get numbering, which works perfectly fine when the list is vertical. However, once I make it horizontal, the numbering disappears. The display attribute in the …
0
votes
1answer
174 views

resizing item renderer when horizontalList resizes

I have a HorizontalList that is resized at runtime. The problem is that the items are not adjusting their height to the height of the HorizontalList. I use an item renderer (vBox) which has its height …
1
vote
3answers
161 views

Centering item renderers in a HorizontalList

I am trying to center itemRenderers in a horizontal list if the number of items in the list is less than the maximum visible number. Has anyone found a good way to do this? See an illustration of …
0
votes
1answer
278 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" …
2
votes
2answers
2k views

Flex - Change position of scrollbar to the top of a HorizontalList component

Hi By default, the Horizontal ScrollBar of a HorizontalList component will be at the bottom. Is there a way to reposition it so it is at the top? Just for clarity, I do not mean moving the scroll …