Adobe is on holiday this week so I will answer for Peter.

There are org.apache.flex.html.Alert and SimpleAlert classes.  SimpleAlert
wraps JavaScript alert and has no options.  Alert is more like
mx.controls.Alert.

Other than Panel, there is no "base class" for dialogs.  Feel free to make
one if you need it, but consider that in regular Flex, things like
TitleWindow and PopUpManager existed to handle really complex overlapping
window scenarios.  If you are just going to float something over the rest
of your UI, you can just add and remove a Panel from code or via states.

HTH,
-Alex

On 7/7/16, 6:25 AM, "yishayw" <yishayj...@hotmail.com> wrote:

>Hi Peter,
>
>Is there anything I can use for dialogs or should I create something?
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Alerts-and-Di
>alogs-in-FlexJS-tp27505p53755.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to