cpsdesigns2002 wrote:

1. Using a combo box - it the user selects an item using the keyboard, the change event is not triggered.

Of course, it is!

2. I'm using the drag and drop classes from Macromedia to drag and item from one datagrid to another. After selecting an item from grid A and dragging it to grid B, when I use the scroll bar on grid A to scroll the list, I see multiple instances of the same item displayed throughout the grid.
[snip]

Can you post some sample code that illustrates the problem? Meanwhile, you might want to go through the code for the Explorer DragDropGrid.mxml sample:

http://flexapps.macromedia.com/flex15/explorer/dragdrop/DragDropGrid.mxml

3. Using two datagrids in separate items in a Viewstack, such that when I click a button grid A is made invisible while grid B is made visible. An array of items contained in one cell of the selectedItem for grid A should populate the dataprovider for grid B. If I trigger grid B to become visible, grid B is not filled with the data from my array when I initially change the visibility of grid B. However, after making grid B visible once, I can trigger it a second time and the second time the grid is populated correctly. In this example, grid A has been dynamically attached using ActionScript, while grid B is drawn at runtime through an .mxml file. Any suggestions?

Sample code? It's hard to tell from the above description.

4. One last question: Is the correct syntax for focusing cell 1 row 1 in a datagrid: datagrid.focusedCell = "{itemIndex:0,columnIndex:0}";

Yes.

Manish




Reply via email to