RE: [flexcoders] mx.control.alert

2006-03-06 Thread Deepak Verma
] On Behalf Of Matt Chotin Sent: Sunday, March 05, 2006 3:16 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] mx.control.alert If you call Alert.show youll get the Alert instance back. You should be able to then set its width and height. Matt From: flexcoders

RE: [flexcoders] mx.control.alert

2006-03-06 Thread Matt Chotin
:52 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] mx.control.alert Thanks Matt, The height property increases the size of the Alert box. But it does not realign the controls inside the Alert box. (The height of the textbox where the message is displayed is still the same

RE: [flexcoders] mx.control.alert

2006-03-04 Thread Matt Chotin
@yahoogroups.com Subject: RE: [flexcoders] mx.control.alert Yes, adding \n \r increases the box size but scrollbar is still there . Any ideas to remove scroll bar From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Friday, March 03, 2006 12:09 AM

RE: [flexcoders] mx.control.alert

2006-03-03 Thread Deepak Verma
: [flexcoders] mx.control.alert Try adding some \n and \r to the end of the text you put in to the Alert box. - Original Message - From: deepu_verma [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 02, 2006 12:05 PM Subject: [flexcoders] mx.control.alert Hi all, I am

Re: [flexcoders] mx.control.alert

2006-03-02 Thread JesterXL
Try adding some \n and \r to the end of the text you put in to the Alert box. - Original Message - From: deepu_verma [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 02, 2006 12:05 PM Subject: [flexcoders] mx.control.alert Hi all, I am using