--- In [email protected], "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 be in a square.

A Canvas with a Constraint-based layout would also work, or a repeater 
that just looks at currentIndex and calculates the position based on 
that.  I suspect this might be a lighter weight solution.

JMO;

Amy

Reply via email to