Thanks man,

That was exactly what I needed.  However I think I underestimated just
how close that would get me to my goal.

I need it to stay open when I select a checkbox.  Any guesses at what
method I need to extend to make be able to intercede the closing of
the box?

Thanks for the help.

simeon


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Welcome to the pain... shot of morphine?
> 
> Matt had an old email that did it like this:
> <mx:ComboBox dataProvider="{sizes.size}" 
> creationComplete="event.target.getDropdown().cellRenderer =
sizeRenderer; 
> event.target.getDropdown().variableRowHeight=true" />
> 
> I did the same thing, only used the open event since then you're
ensured the 
> list is actually created, and you only set it once.
> 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to