RE: [flexcoders] Alert box content

2007-01-04 Thread Tracy Spratt
] Alert box content I have content wrapping in an Alert box. I changed the width of the Alert box, but that didn't help the contents. Any ideas? I want the text "currentTarget:" and "EventBubbling1.myVBox.myButton" on the same line. Thanks- Matt

RE: [flexcoders] Alert box content

2007-01-04 Thread Gordon Smith
Sent: Thursday, January 04, 2007 6:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Alert box content I have content wrapping in an Alert box. I changed the width of the Alert box, but that didn't help the contents. Any ideas? I want the text "currentTarget:" and

Re: [flexcoders] Alert box content

2007-01-04 Thread Daniel Freiman
Your easiest Option would be to add whitespace to the end of the title which should make the alert box wider. If that doesn't work you are going to need to access alert.alertForm.textField (in the mx_internal namespace) and set the size of the textfield manually. You could subclass Alert and Ale

[flexcoders] Alert box content

2007-01-04 Thread Matt Boles
I have content wrapping in an Alert box. I changed the width of the Alert box, but that didn't help the contents. Any ideas? I want the text "currentTarget:" and "EventBubbling1.myVBox.myButton" on the same line. Thanks- Matt Matthew Boles Technical Lead Customer Tra