[flexcoders] Re: Nested Repeater problem

2007-01-30 Thread bulldog65mustang
XML for this. Also, it would be better to build this data on the server, and pass the whole datqaProovider at once. If that is an option. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bulldog65mustang Sent

[flexcoders] Nested Repeater problem

2007-01-28 Thread bulldog65mustang
I have a situation where I need to call a RemoteObject that returns a set of questions. I set the dataProvider of my Repeater to this ArrayCollection. The Result Handler of this RO loops through the ArrayCollection and calls another RO to retreive the answers( may have multiple answers per

[flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread bulldog65mustang
Is it possible to rotate the items in a HorizontalList? I have used the mx:Sequence and mx:AnimateProperty tag to move through the items one at a time, but once it reaches the end its done. I need to continually cycle the items in the List. -- Flexcoders Mailing List FAQ:

[flexcoders] RemoteObject result as dataprovider for mx:List

2006-10-03 Thread bulldog65mustang
I am calling a cfc that return a query. How do I set the result to a mx:List dataProvider? I have tried a couple different thing, but can only get [Object Object] to display for each item in the list. -- Flexcoders Mailing List FAQ: