I don't know how to properly fix it, but as a hack how about appending a couple of line returns to the text?

-Marc

At 03:30 PM 2/15/2006, you wrote:
I am using a small font and a small height in my combobox but the bottom of
the text is getting cut off. Does anyone know how to fix this? Or does
someone know how to access the textfield in the combobox so I can move it up
a bit?



Here is how to reproduce it:



1. drag a combo to the stage and name it cmb

2. in actionscript:



cmb.setSize(cmb._width, 16);

cmb.setStyle("fontSize", 10);

cmb.addItem({label:"10"});

cmb.dropdown.rowHeight = 14;



notice the text is cut off at the bottom!



Judah

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to