Re: [flexcoders] flex vertial button?

2010-01-18 Thread Warren
() { super(); } override public function truncateToFit(s:String = null):Boolean { return false; } } - Original Message - From: markflex2007 To: flexcoders@yahoogroups.com Sent: Saturday, January 16, 2010 4:02 PM Subject: [flexcoders] flex vertial button? I

[flexcoders] flex vertial button?

2010-01-16 Thread markflex2007
I try to vertical button like.but I can not see label in button. mx:HBox width=100% rotation=90 x=100 y=100 clipContent=true mx:Button id=myButton label=CLICK ME height=30 rotation=90 / /mx:HBox Do you have other ways.Thanks Mark

Re: [flexcoders] flex vertial button?

2010-01-16 Thread robert.vancuren...@gmail.com
Try embedding your fonts, that should fix your problem. Flex can not display rotated fonts unless they are embedded. -- Sent from my Palm Pre markflex2007 wrote:   I try to vertical button like.but I can not see label in button. lt;mx:HBox width=100%