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. GridItem is a HBox though so if you want something else (like a Canvas or a VBox or whatever), add that as a child to your GridItem and put other components in there as you normally would. -Josh On Wed, Jun 18, 2008 at 3:27 PM, pbrendanc <[EMAIL PROTECTED]> wrote: > --- In [email protected], "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 understand grid row etc - However I > need the calling syntax/example code to create and position the > controls dynamically - any offers? > > TIA > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

