Re: [flexcoders] AS3 nested groups

2010-06-22 Thread Alex Harui
I don’t see you adding hgWeek’s to a parent. On 6/21/10 1:52 PM, "Scott" wrote: I’m trying to draw a calendar grid using HGroup and VGroup If I do the follow it draws 7 boxes: for (var nDay:int = 0; nDay < 7; nDay++) { var bcBox:BorderContainer = new BorderContainer(); var l

[flexcoders] AS3 nested groups

2010-06-21 Thread Scott
I'm trying to draw a calendar grid using HGroup and VGroup If I do the follow it draws 7 boxes: for (var nDay:int = 0; nDay < 7; nDay++) { var bcBox:BorderContainer = new BorderContainer(); var lblCalText:Label = new Label(); var vgWeek:VGroup = new VGroup();