Re: [flexcoders] Re: How can I loop through a Tile ?

2007-02-28 Thread Ciarán
Hi Mark, What you're trying to accomplish is (don't quote my authority here...) I think best tackled in Flex with a TileList and a custom ItemRenderer. You're definitely going into too much depth by altering component children individually at runtime. Since there's more than one way to skin a

[flexcoders] Re: How can I loop through a Tile ?

2007-02-27 Thread oneproofdk
--- In flexcoders@yahoogroups.com, Ciarán [EMAIL PROTECTED] wrote: Hi Mark, Hi Ciarán Thanks for your answer. I can see your point, so I'll try to illustrate what I'm doing and trying to achieve: In the application, I have a mx:tile id=tile1/ In a HTTPService Result Handler, I loop through

[flexcoders] Re: How can I loop through a Tile ?

2007-02-27 Thread oneproofdk
Just to visualize the problem : http://flex2.dk/mark/screencaps/tileproblems.jpg

[flexcoders] Re: How can I loop through a Tile ?

2007-02-27 Thread oneproofdk
Hi Ciarán Just put up a small example for you (and others) to see. Rightclick to view source: http://flex2.dk/mark/addchild/childTest.html Very simple app - 2 buttons. Add Children - will add 12 vboxes, each containing 2 images Loop Through Children - Will loop through tile1.numChildren -

[flexcoders] Re: How can I loop through a Tile ?

2007-02-27 Thread oneproofdk
No one ?? Really need help with this one :-| bump Thanks, Mark