[flexcoders] Re: Finding Width of a DataGrid Column Dynamically / "Super" Header Text

2006-04-04 Thread jameskeepnews
lumnAt(a).width > will give the width of the column at index a in the datagrid. > dg being the id of the datagrid. > > Hope this helps. > -Shweta > > --- In flexcoders@yahoogroups.com, "jameskeepnews" > wrote: > > > > Thanks, Jeremy -- I am

[flexcoders] Re: Finding Width of a DataGrid Column Dynamically / "Super" Header Text

2006-04-04 Thread jameskeepnews
Thanks, Jeremy -- I am aware of DataGridColumns, which is where we're tracking those widths, and I understand what you're describing in principle. It's the practice I'm looking for... :} Could you (or someone) provide me with a snippet of code as an example? Obliged, jk --- In flexcoders@yah

[flexcoders] Finding Width of a DataGrid Column Dynamically / "Super" Header Text

2006-04-04 Thread jameskeepnews
Friends, A new challenge in our Flex development. We're trying to create "super" header text to two or three groups of DataGrid columns, but not every DataGrid column. Say my DataGrid has 12 columns, but we want specific headers that are always above columns 6-9 and 10-12 in as close to the wi

[flexcoders] Re: Dynamic Generation of DataGridColumns + "rowRenderer"

2006-03-21 Thread jameskeepnews
event if > the user de-selects the row by ctrl-clicking. > > Doug > > --- In flexcoders@yahoogroups.com, "jameskeepnews" > wrote: > > > > Hello. I am very new to Flex -- and we're running the 2.0 Beta > now, > > knowing that we'll ha

[flexcoders] Dynamic Generation of DataGridColumns + "rowRenderer"

2006-03-21 Thread jameskeepnews
Hello. I am very new to Flex -- and we're running the 2.0 Beta now, knowing that we'll have to migrate to it eventually -- and was never an enterprise-class ActionScript developer in Flash anyway, so forgive me if my two questions seem very simple to some of you. Nevertheless, I haven't seen a