[flexcoders] Repeater children resetting comboboxes

2006-11-08 Thread phildouglas
Hey all I have a Repeater repeating a component of mine containing a few ComboBoxes and a TextInput, and using an ArrayCollection as dataProvider. I have set the Repeater to use recycleChildren=true, however when I perform addItem() on my ArrayCollection, the ComboBoxes are being set to

[flexcoders] StyleManager

2006-08-21 Thread phildouglas
Hey all. I'm having problems with setting styles progrmatically. When I do the following: applicationControlBarDeclaration.setStyle(fillAlphas, [1,1]); applicationControlBarDeclaration.setStyle(fillColors, [0xFF,0xFF]);

[flexcoders] PrintDataGrid page filling

2006-08-14 Thread phildouglas
Does anyone know much about using the PrintDataGrid class with multiple pages beyond whats included in the flex livedocs. I'm trying to print a graph with a table, and so need the chart at the top of the first page, followed by the datagrid. If the data is longer than one page then i need to