[flexcoders] Re: Custom ComboBoxCellRenderer Issue

2005-06-11 Thread send2martin
hi buddy i belive this will help u and its not so comlex function setValue( str : String, item : Object, selection : String ) : Void { if ( item == undefined ) { comboLabel.visible = false; combo.visible = false; return; } if ( selection == normal ||

[flexcoders] Re: Custom ComboBoxCellRenderer Issue

2005-05-27 Thread alex_harui
You're not missing anything. There's a super-secret mouseDown handler in the datagrid that is messing you up. Lots of folks have tried various ways to workaround it and I think they've succeeded. Last time we tried it, we subclassed the DataGrid and overrode its onMouseDown method to see if