Hey all --

I'm using a NumericStepper in a CellRender and I'm getting some kind of
weirdness when I'm clicking on it - it dissappears while I'm stepping
up/down, and if I hold it down I get the '256 levels of recursion' happening
in it.

In the .as file I've got the change happenining in there - so obviously when
I'm pressing it down it's always changing -- but where else should I do it?

public function change() {
       listOwner.dataProvider.editField(getCellIndex().itemIndex,
getDataLabel(), step.value);
       setValue(step.value, item, true);
       //listOwner.dispatchEvent({type:"cellEdit"});
       //listOwner.dataProvider[getCellIndex().itemIndex][getDataLabel()] =
step.value;
   }
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to