[Lift] *breaking changes* Gravatar widget

2008-11-01 Thread Tim Perrett
Hey guys, I've updated the Gravatar widget that was origionally created by Ty. The implementation now is actually very different. No longer is the Gravatar class an instansiable class, its an object with overloaded apply methods. So, now, rather than: val g = new Gravatar() g.render([EMAIL

[Lift] Re: *breaking changes* Gravatar widget

2008-11-01 Thread David Pollak
Excellent stuff! On 11/1/08, Tim Perrett [EMAIL PROTECTED] wrote: Hey guys, I've updated the Gravatar widget that was origionally created by Ty. The implementation now is actually very different. No longer is the Gravatar class an instansiable class, its an object with overloaded apply

[Lift] Re: *breaking changes* Gravatar widget

2008-11-01 Thread TylerWeir
Much better than my initial impl. Thanks and good stuff. On Nov 1, 7:18 am, Tim Perrett [EMAIL PROTECTED] wrote: Hey guys, I've updated the Gravatar widget that was origionally created by Ty. The implementation now is actually very different. No longer is the Gravatar class an instansiable

[Lift] Flot widget commited to lift repository

2008-11-01 Thread Francois Bertrand
Hi: The flot widget is a wrapper around the jQuery Flot widget ( http://code.google.com/p/flot/). It generates the necessary javascript code and can be used from a comet actor to refresh the graph in real time. The commited source are: - the flot widget itself in the lift-widgets module (Scala

[Lift] Session problems when running the Lift sample apps and my own simultaneously

2008-11-01 Thread Charles F. Munat
I don't know if anyone else has observed this behavior, but... When I run my Lift app (mvn jetty:run) on port , and simultaneously run the Lift sample app (mvn jetty:run) on port 8080, the SessionVars in my app get hosed. I have a CurrentUserId session variable, and it just disappears,

[Lift] Re: Session problems when running the Lift sample apps and my own simultaneously

2008-11-01 Thread Tim Perrett
Chas, What happens if you access one under 127.0.0.1 and the other under localhost? Do you still see this? Cheers, Tim Sent from my iPhone On 1 Nov 2008, at 23:16, Charles F. Munat [EMAIL PROTECTED] wrote: I don't know if anyone else has observed this behavior, but... When I run my

[Lift] Re: Session problems when running the Lift sample apps and my own simultaneously

2008-11-01 Thread Charles F. Munat
I'll test this as soon as I get a chance. Chas. Tim Perrett wrote: Chas, What happens if you access one under 127.0.0.1 and the other under localhost? Do you still see this? Cheers, Tim Sent from my iPhone On 1 Nov 2008, at 23:16, Charles F. Munat [EMAIL PROTECTED] wrote: I