> 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