[Lift] Re: Welcome Dirk Louwers to the Lift committers

2009-10-23 Thread Dirk Louwers
Hi all, Sorry for the late update. Had a few busy weeks business wise. I am a Dutch self taught software writer. I am running my own company from home and planning to use lift to make rich web applications. Meanwhile I work part time as a coder for a healthcare company to pay the bills. I have

[Lift] Re: Ext.Direct

2009-10-09 Thread Dirk Louwers
these files if you think that will be usefull. Also, would you be interested in using this in the Lift distribution? Please advise. Best, Dirk Louwers On Oct 8, 5:04 pm, Dirk Louwers dirk.louw...@stormlantern.nl wrote: Ok, risking that someone else might also be busy doing this, for now, I am

[Lift] Re: YUI Compressor Fatal Error

2009-10-08 Thread Dirk Louwers
Hi, I am running 9.04 and have used a workaround to fix the YUI compressor issue. See: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/255149 If I remember correctly I romoved a symlink to the rhino jar from /usr/ lib/jvm/java-6-openjdk/jre/lib and that fixed it (without any noticable

[Lift] Re: Ext.Direct

2009-10-08 Thread Dirk Louwers
Any news on this? I am currently doing some rudimentary Ext.Direct stuff with Lift myself. I would gladly help out there. Best, Dirk Louwers On Aug 31, 7:30 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Sat, Aug 29, 2009 at 11:14 AM, Josh Suereth joshua.suer...@gmail.comwrote

[Lift] Re: Ext.Direct

2009-10-08 Thread Dirk Louwers
think that Click is meant to fire a click event on an element. However I am not sure what the exp: JsExp parameter is for. What does it do? That's it for now. Will continue my work later tonight. Best, Dirk Louwers On Oct 8, 4:07 pm, Dirk Louwers dirk.louw...@stormlantern.nl wrote: Any news

[Lift] Re: Overriding date/time formatting

2009-10-07 Thread Dirk Louwers
and fullDateFormat get their DateFormat by first checking S ? x.date.format, otherwise they will switch to DEFAULT, SHORT, MEDIUM, LONG and FULL respectively and use the locale provided by S.locale. If it would be at all usefull I'd be happy to share the code. Best, Dirk Louwers On Oct 7, 2:29 am

[Lift] Re: Override the display names for (Mega)ProtoUser

2009-10-07 Thread Dirk Louwers
Hi, Not to be an evil hijacker of threads, but can anyone supply me the english Lift core resource bundle? I would like to work on a dutch translation. Best, Dirk Louwers On Oct 7, 7:43 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Jeppe, You are my hero ;-) Thanks, Heiko

[Lift] Re: Override the display names for (Mega)ProtoUser

2009-10-07 Thread Dirk Louwers
Cheers, I've finished the translation. Who do I send the file to for integration and how can I have Lift pick it up in the meanwhile? Best, Dirk Louwers On Oct 7, 8:41 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Take it from here:http://github.com/dpp/liftweb/tree/master/lift

[Lift] Re: Overriding date/time formatting

2009-10-07 Thread Dirk Louwers
] = { try { Full(dateParser.parse(s)) } catch { case _ = Empty } } } Have fun with it. Dirk Louwers On Oct 7, 9:31 am, Jeppe Nejsum Madsen je

[Lift] Re: Override the display names for (Mega)ProtoUser

2009-10-07 Thread Dirk Louwers
Nejsum Madsen wrote: Dirk Louwers dirk.louw...@stormlantern.nl writes: Cheers, I've finished the translation. Who do I send the file to for integration and how can I have Lift pick it up in the meanwhile? You can place the file in src/main/resources/i18n and set the locale using

[Lift] Overriding date/time formatting

2009-10-06 Thread Dirk Louwers
to subclass stuff that depends on it? 2) Does anyone have suggestions how to improve/invalidate my approach? Just checking to see if I am on the right path or making this needlessly hard. Thanks in advance for any response. Best, Dirk Louwers --~--~-~--~~~---~--~~ You

[Lift] Re: Why fields are declared as 'object' with Mapper/Record?

2009-10-06 Thread Dirk Louwers
in. Dirk Louwers On Oct 6, 8:38 am, Oleg G. ojo...@gmail.com wrote: Sorry if its a stupid question, but why? I like the idea very much and trying to understand all the aspects. Fields declared as 'objects' can't be overridden. Is it intended? If so why? Consider following oversimplified

[Lift] Re: Using ExtJS with Lift?

2009-08-07 Thread Dirk Louwers
. And nice to meet you. Dirk Louwers On Aug 5, 1:47 am, Stefan Scott stefanscottal...@gmail.com wrote: Thanks for this info, Marius. To get started with Lift I'm reading through the excellent book Exploring Lift you wrote with Eric and Tyler (version 27 July 2009), plus the source