Please submit bugs on the Bug Report Form
at http://www.macromedia.com/support/email/wishform/
Somebody at Macromedia will get back to
you if we need supporting files that exhibit the bug.
Thanks!
-e
-----Original Message-----
From: Dimitrios Gianninas
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004
4:48 AM
To: [email protected]
Subject: RE: [flexcoders] Cell
Renderrers
Yup, same experience,
selectedItem changes, but it doesn't actually show it. I'd like to report the
bug, but I don't remember what email address to send it to, perhaps one of the
MM guys could tell us. Bet they are checking out before they let us know :)
Jimmy Gianninas - Software Developer
Optimal Payments Inc.
(514) 380 - 2700 extension 3249
From: Dirk Eismann
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 27, 2004 2:57
AM
To: [email protected]
Subject: RE: [flexcoders] Cell
Renderrers
Hi Dimitrios,
ok - I bulit a sample file with just a DataGrid
and a ComboBox
CustomCellrenderer class. I can confirm that the
ComboBox does not
behave as expected. Interestingly, the ComboBox
really changes its
selecteItem - it just don't shows it.
If you choose another List-based class (e.g. the
List component) for the
CellRenderer the everyting is fine so I suspect
the DepthManager or
whatever class is responsible for correct
z-ordering of the ComboBox's
layers is mixed up because of the nesting inside
the DataGrid.
Could MM please check or confirm this?
Dirk.
-----Original Message-----
From: Dimitrios Gianninas
[mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 2:26 PM
To: [email protected]
Subject: RE: [flexcoders] Cell Renderrers
Hi Dirk,
Thanks for the extra piece of code, but that
doesn't work. The items in
the combo box get re-ordered, but the selected
item still doesn't appear
once selected.
From my point on view I think there is a bug, unless
of course I am
doing something wrong, perhaps MM should post an
example with a
cellRenderer that that is data driven, such as a
combobox or
numericstepper.