[flexcoders] Re: ComboBoxes + Label in ItemRenderer

2008-03-25 Thread dougco2000
You need to move your code that sets the label: criticite.text = ( resultGravite * resultProbabilite ).toString(); into the doShow() routine since that is where the objects get (re)set everytime the grid changes. -doug --- In flexcoders@yahoogroups.com, quantum_ohm [EMAIL PROTECTED] wrote:

[flexcoders] Re: ComboBoxes + Label in ItemRenderer

2008-03-25 Thread quantum_ohm
Thx Doug, but it doesn't work yet. actually the 'resultGravite' var for instance becomes 0 at the second loop of the datachange event... ? so 'criticite.text' gets initialized each time --- In flexcoders@yahoogroups.com, dougco2000 [EMAIL PROTECTED] wrote: You need to move your code that sets