The incubator is part of the Open Laszlo codebase. It's available at http://svn.openlaszlo.org/openlaszlo/trunk/lps/components/incubator/ If you have the source tree, it's in $LPS_HOME/lps/components/incubator/ Or get a complete build from http://www.openlaszlo.org/oldownload/
-ben On Apr 10, 2006, at 6:41 PM, WANG Chi wrote: > HI, can you tell me the link of the incubator, I can't find it on > openlaszlo website, thank you. > > Best Regards, > Wang Chi > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:laszlo-user- > [EMAIL PROTECTED] Behalf Of Amy Muntz > Sent: Monday, April 10, 2006 11:06 PM ? > To: [EMAIL PROTECTED] > Cc: [email protected] > Subject: Re: [Laszlo-user] update validator components > > > Hi Nick, > > We use the incubator for sharing - that's where the validator > components are, for example. There is a ton of really cool stuff in > there - especially with the 3.2 release additions. Togawa is one of > the contributors to the OpenLaszlo project! > > To get involved and start submitting things for addition into the > incubator, see http://www.openlaszlo.org/cfaq. > > Best Regards, > Amy > On Apr 10, 2006, at 6:11 AM, [EMAIL PROTECTED] wrote: > >> >> Hi Togawa >> >> This is great! You've just saved me a good many hours trying to >> achieve something similar - many thanks indeed. >> >> Some feedback: >> >> 1) I think there's a bug in stringvalidator.lzx - >> >> This line: >> if(textlength < minLength){ >> >> Should be: >> if(textlength <= minLength){ >> >> 2) Another very small thing - when each field is validated ok, I >> would be tempted to hide the messagestring - so when I've typed my >> name in, I'm not still seeing "please input name" for example. >> >> Other than that - looking really promising. Many thanks again. >> >> I also didn't realise there was a formlayout.lzx in existence >> already - I searched for something a couple of weeks ago but >> couldn't find anything, so ended up writing my own! Do you have a >> public repository where you share things like this? >> >> Nick >> >> >> >> >> >> >> On Monday, April 10, 2006, at 10:36AM, togawa manabu >> <[EMAIL PROTECTED]> wrote: >> >>> updated validator components. >>> >>> Summary: add baseerrordisplayview class to change the look and >>> feel of >>> validators. >>> >>> demo: >>> http://laszlo.jp/lps/samples/validator-test/validatorTest.lzx >>> >>> this is a another demo moves like laszlo mail's registration form. >>> http://laszlo.jp/lps/samples/validator-test/validatorTest- >>> expandview.lzx >>> >>> thanks. >>> >>> -togawa manabu >>> _______________________________________________ >>> Laszlo-user mailing list >>> [email protected] >>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user >>> >>> >> _______________________________________________ >> Laszlo-user mailing list >> [email protected] >> http://www.openlaszlo.org/mailman/listinfo/laszlo-user > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user benjamin shine software engineer [EMAIL PROTECTED] _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
