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 AlertForm, but that will probably be annoying for such a simple feature. If there's an event that gets thrown after the alert calls updateDisplaylist() you could set a listener to it and update the size then.
- Dan On 1/4/07, Matt Boles <[EMAIL PROTECTED]> wrote:
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 Training Adobe Systems Incorporated 345 Park Avenue San Jose, CA 95110-2704 USA 770-993-8527p, 678-592-7992c [EMAIL PROTECTED]
<<attachment: image002.jpg>>


