Re: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Howard Fore
Even better... On Mon, Aug 18, 2008 at 11:30 AM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]> > wrote: > > > > I think I'd use a grid instead of repeater/HBox/VBox combinations, > esp since > > you know the seating arrangments are going to

RE: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Tracy Spratt
And as Amy points out, Repeater can use the x,y coordinates to draw the seat components in their correct positions, without the weight of the Grid container. An pay attention to what Tim says: " For each seat, a custom UIComponent". Do that, do not attempt to code the repeated elements in lin

Re: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Howard Fore
I think I'd use a grid instead of repeater/HBox/VBox combinations, esp since you know the seating arrangments are going to be in a square. On Mon, Aug 18, 2008 at 8:52 AM, smccran <[EMAIL PROTECTED]> wrote: > That would be much better, but I couldn't figure out how to change > the layout. > > IE