Re: AW: [DISCUSS] Alerts and dialogs in Flex 4.x / Spark (was: Alerts and dialogs in FlexJS)

2013-06-16 Thread Carlos Rovira
Very Cool Toaster component Maxime :) 2013/6/16 Maxime Cowez > For those interested: > I've had some fun creating another implementation of SkinnablePopUp: it's a > Toaster that allows you to display toast-style messages. > In its simplest form you use it like this: > > > > > > > > The

Re: AW: [DISCUSS] Alerts and dialogs in Flex 4.x / Spark (was: Alerts and dialogs in FlexJS)

2013-06-16 Thread Maxime Cowez
For those interested: I've had some fun creating another implementation of SkinnablePopUp: it's a Toaster that allows you to display toast-style messages. In its simplest form you use it like this: The positioning properties ('bottom' and 'right' in this example) are relative to the appl

Re: AW: [DISCUSS] Alerts and dialogs in Flex 4.x / Spark (was: Alerts and dialogs in FlexJS)

2013-06-16 Thread Maxime Cowez
@Carlos > Maybe we could update it to get the benefits in your implementation to get best of both worlds. I'll see what I can do from my end to integrate both approaches. I'll also try to address some of the feedback I gathered here. @Christopher > Regarding the callback-functionality, I would pr

Re: AW: [DISCUSS] Alerts and dialogs in Flex 4.x / Spark (was: Alerts and dialogs in FlexJS)

2013-06-11 Thread Peter Ent
For FlexJS, the Alert will have an AlertModel where the title, message, and button labels will be stored. The model is assigned via style sheet (or programmatically) and the model can be changed dynamically. If you wanted something different or more generic, it will be possible to extend the AlertM