Re: [flexcoders] Re: How to create a n * n grid dynamically (not datagrid)

2008-06-18 Thread Josh McDonald
I assume they're just like any other component. Instantiate them, set whatever fields you need, and call addChild(newComponent) on the container to which you want to add them. Put a Grid somewhere, put GridRows in your grid, GridItems in your GridRows, and your components into your GridItems.

[flexcoders] Re: How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread pbrendanc
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Look into Grid, GridRow, etc. These can be created at run-time. But depending on what you're actually trying to do, you may be better suited with the Tile component. -Josh Can you be a bit more specific - I