actionscript 3 - Edit Border Around ComboBox -


i trying remove border around combobox. want set borderstyle="none" combobox doesn't have "borderstyle" option. found located using adobe flash debugger. nesting looks this

mycombobox   -->  styledeclaration      -->  stylemanager         -->  stylesroot            -->  borderstyle 

now borderstyle set "inlet" , want "none". deepest have been able stylemanager. stylemanager doesn't allow me access stylesroot. wondering how stylesroot in order change "borderstyle" property.

the code used stylemanager looks following:

var mycsssd:cssstyledeclaration = stylemanager.getstyledeclaration("combobox"); 

or

var mycsssd:cssstyledeclaration = mycombobox.styledeclaration; 

any ideas how can borderstyle property great. in advance.

flex controls have setstyle method. here


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -