Previously Mike Orr wrote:
> 
> On Fri, Dec 19, 2008 at 11:57 AM, Wichert Akkerman <wich...@wiggy.net> wrote:
> > Often it is very useful to have flash/status messages of several
> > different types, for example to be able to differentiate between
> > informational messages, warnings and errors. To do that I made
> > a simple extension to WebHelpers to add category support to its
> > Flash class. The change is completely backwards compatible, so if
> > you do not need categories you will never notice them.
> 
> What kind of template do you use to display this?  Do you display all
> categories in the same place or in different places?

I show them in the same manner using self-healing messages (ie the same
kind of thing Growl does on OSX) with different styling for different
types of messages. I have the exact same interface in javascript which
I use to show messages returned by JSON calls or other notices.

Wichert.

-- 
Wichert Akkerman <wich...@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to