[flexcoders] Re: alert button order

2008-07-25 Thread joshua gatcke
Thanks for the tips. I am going to write a new alert component - this might end up being super awesome now that I think about it. Oh the possibilities. :D

Re: [flexcoders] Re: alert button order

2008-07-24 Thread Josh McDonald
I often mimic Alert with a mxml component based on tileWindow, and just add a static show method that calls out to PopupManager.createPopup() and centrePopup(), it's easy as pie. -Josh On Fri, Jul 25, 2008 at 11:36 AM, lampei <[EMAIL PROTECTED]> wrote: > I guess you could use the PopUpManager cl

[flexcoders] Re: alert button order

2008-07-24 Thread lampei
I guess you could use the PopUpManager class to create your own alert style box. You could then mimic all of the Alert functionality, but have your own Alert box that could do whatever you want to with it. You could even add an OK/Yes button if you wanted :) --- In flexcoders@yahoogroups.com, jo