[flexcoders] Flex 3.3 SDK and DataVisualization

2009-08-18 Thread Annette Spooner
Hi, Is it possible to use the Flex 3.3 SDK on its own, without Flex Builder 3, and use the Data Visualization components such as AdvancedDataGrid? I have followed the installation instructions at http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk. html#Datavisualization

[flexcoders] Flex 2.0.1 constraint based layout

2009-03-22 Thread Annette Spooner
Hi, I am trying to use constraint based layout to have a datagrid adjust in size as the browser window is resized. I have put together a simplified example below, but it is not working. When the application is first displayed, the datagrid does not stretch to fill the width or height of the

[flexcoders] Multiple views of same data

2009-02-05 Thread Annette Spooner
Hi, I have an application that requires multiple views of the same data. Thus, in practice, I would ideally like to have two DataGrids, each with the same ArrayCollection as dataProvider, but each sorted differently. I know that sorting a DataGrid sorts the underlying dataProvider, so is there

[flexcoders] Tabbing in custom item editor in datagrid

2008-04-18 Thread Annette Spooner
I have a datagrid, with a custom item editor that contains two text input fields. When the user tabs into the column using this tem editor, I would like focus to be set on the first text field. Tabbing again should move focus to the second text field and tabbing a third time should move focus out