I chose to make my own Flex component based on a Canvas or some other suitable 
object into which I placed TextArea object that would allow me to display HTML 
using a suitable message.

I did have to write some code to mimic the behaviors of Alert.Show() to make my 
pop-up modal and on top of other windows but this was not too difficult to do.

I got a bit tired of the boring grey pop-up that never seems to look all that 
professional to me and I wanted to display Error messages in red with a bit of 
HTML on the side.

It took me a bit of work to find the right UIDisplay object I could use with 
the PopUpManager but then it all fit into place and worked well.

----- Original Message ----
From: Carlos Humberto <[EMAIL PROTECTED]>
To: Lista - Flexcoders <flexcoders@yahoogroups.com>
Sent: Wednesday, April 4, 2007 4:21:46 PM
Subject: [flexcoders] How do put HTML in an Alert

How do put HTML in an Alert?

Don't work:
Alert.show(" <b>Hi</b> ", "Alert !", 3, this, handler_alert) ;

Obs: I'm Brazilian. Excuse my terrible English!

Thanks a lot !
Carlos H

Reply via email to