>Exactly my thoughts ;) >I hope I can find some time in the near future to dive back in.
Cool :-) I will be happy to assist you in any way, if you want to. Or we could also do it as a team, sharing our thoughts on the dev list. On my side, I think I will be able to spend enough time on it probably in November. Maurice -----Message d'origine----- De : Maxime Cowez [mailto:maxime.co...@gmail.com] Envoyé : lundi 14 octobre 2013 12:42 À : dev@flex.apache.org Objet : Re: FLEX-33806 and spark Alert implementation > I think both sentences lead to the same conclusion: making a new "Popup" as easy as possible to implement (using your "PopupController"). > That way, it's not even needed to derive from anything. > If you need a custom alert with let's say "Retry/Ignore/Abort" > buttons, build a custom Panel and plug the PopupController, implement the IPopup interface and you are done :-). Exactly my thoughts ;) I hope I can find some time in the near future to dive back in. On Mon, Oct 14, 2013 at 12:31 PM, Justin Mclean <jus...@classsoftware.com>wrote: > Hi, > > > IMO, the buttons configuration Yes/No , Ok/Cancel, is part of the > standard Alert behavior (see Windows or Java API, for example). > > For the same reason, the icons should also be standardized ( INFO, > WARNING, ERROR). > > Let take a leaf from Android with debug , info, warning, error and wtf. > wtf = what a terrible failure. > > Justin