[Flashcoders] DataGrid Component not displaying all rows

2007-02-13 Thread Charlie Skinner
I have a DataGrid Component that has it's dataProvider property set to a RecordSet that has been returned from the server via Flash Remoting. All goes well untill I try to display more than 20 results in the DataGrid, when it will display all except for the last one. I've traced the length of th

RE: [Flashcoders] DataGrid Component not displaying all rows

2007-02-26 Thread Charlie Skinner
] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Skinner Sent: 13 February 2007 15:47 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] DataGrid Component not displaying all rows I have a DataGrid Component that has it's dataProvider property set to a RecordSet that has been ret

[Flashcoders] Tree Table Component

2007-02-27 Thread Charlie Skinner
Has anyone seen any examples of Flash and/or Flex Components that can do something similar to this: http://www.teamdev.com/quipukit/demo/treetable/TreeTable1.jsf ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or se

RE: [Flashcoders] CellRenderer, Datagrid & component updating

2007-03-01 Thread Charlie Skinner
I've had many problems with the DataGrid and CellRender. One trick that may be worth trying, but is by no means guaranteed to have any effect, is the following line: dataGrid.dataProvider = dataGrid.dataProvider; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[Flashcoders] Tree Component broken

2006-07-19 Thread Charlie Skinner
Well maybe that's a little dramatic, but it certainly is very easy to break it in Flash Player 8 and 9. All that is required is: _global.style.setStyle("alternatingRowColors", [0xFF, 0xF3F3F3]); Then you can no longer select nodes when you open them. Unless you have a very long tree and make

RE: [Flashcoders] Speed up Datagrids

2006-07-21 Thread Charlie Skinner
One tip/trick I learnt from my current company. Make the DataGrid 4 pixels high, once the data has loaded resize the DG. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

[Flashcoders] Flash Player 8 Corporate Penetration

2006-07-26 Thread Charlie Skinner
Does anyone know any sources for statistics on Flash Player 8 Penetration within Corporate networks? I've seen this question asked before in a number of places and it always goes un-answered. ___ Flashcoders@chattyfig.figleaf.com To change your subscript