[flexcoders] DataGrid space at top right of headers override?

2009-02-02 Thread Jason Crummack
ect which columns are visible in the grid I could of course just add a dummy column if this isn't possible but it would be useful to use that space if the scrollbar was visible? Many Thanks Jason Crummack Easysoft Limited

[flexcoders] Datagrid and sorting

2009-01-14 Thread Jason Crummack
e a way to know when the sort has completed so that i can set the status text / turn off the wait cursor? Thanks Jason Crummack Easysoft Limited

Re: {Disarmed} Re: [flexcoders] TitleWindow with TabNavigator

2008-09-04 Thread Jason Crummack
tleWindow > window.width = maxWidth + vm.left + vm.right; > window.height = maxHeight + vm.top + vm.bottom; > > That needs to be in a TabNavigator subclass after you know for > sure ALL children have been created. > > I don't know if that will work, but this

[flexcoders] TitleWindow with TabNavigator

2008-09-04 Thread Jason Crummack
Hi, I have a problem with the display of an options dialog (TitleWindow) that contains a TabNavigator and sizing of the underlying tabs. I've tried combinations of creationPolicy="all" and resizeToContent="true" on the navigator and don't seem to be able to get the effect i'm after what i'd li