Re: [flexcoders] Combobox editor problem

2010-04-05 Thread Jayant C R
Looks like you just need to make the combobox opaque. Set fillAlphas=[1, 1] for Combo in checkBoxEditor.mxml. -Jayant On Sun, Apr 4, 2010 at 3:30 AM, Bala_V v_vignes...@yahoo.co.in wrote: Hi. Iam using a combo box as item editor and am rendering it dynamically using action script. My

Re: [flexcoders] Label help

2010-02-24 Thread Jayant C R
One way to solve your problem is to position the dots behind your label and make the backgrounds of your labels opaque so that your labels cover part of the dots and give the appearance that the dots extend from one label to another. 1) Add a label containing just , as