Ok.. here's a weird one. I have in actionscript:

if (country.selectedItem.l_country != 'United States' && 
country.selectedItem.l_country != 'Canada'){
                c_state.editable = true;
        }else{
                c_state.editable = false;
        }

where c_state is my combo box. Adding in the .editable = false on the 
else makes the combobox replicate itself off to the side. It's like it 
doesn't have time to clear/redraw itself. In other words I end up 
seeing TWO combo boxes, one editable, one not. Has anyone run into 
this?

-Steve






------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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