[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-16 Thread David Pollak
How about vmware and Linux as your dev platform? Just askin' On Tue, Jun 16, 2009 at 12:16 AM, marius d. wrote: > > two things: > > 1. Hate msysgit > 2. Thanks to Jorge for his help in committing the file > > > Marius > > On Jun 16, 9:41 am, "marius d." wrote: > > yes yes yes ... entirely my b

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-16 Thread Derek Chen-Becker
Whenever I see "msys" I hear "emesis" in my head. Emesis is the medical term for vomiting. On 6/16/09, marius d. wrote: > > > two things: > > 1. Hate msysgit > 2. Thanks to Jorge for his help in committing the file > > > > Marius > > > On Jun 16, 9:41 am, "marius d." wrote: > > yes yes yes ... e

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-16 Thread Viktor Klang
On Tue, Jun 16, 2009 at 9:16 AM, marius d. wrote: > > two things: > > 1. Hate msysgit +Long.MAX_VALUE > > 2. Thanks to Jorge for his help in committing the file > > > Marius > > On Jun 16, 9:41 am, "marius d." wrote: > > yes yes yes ... entirely my bad as I missed that out ... > > > > I'll c

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-16 Thread marius d.
two things: 1. Hate msysgit 2. Thanks to Jorge for his help in committing the file Marius On Jun 16, 9:41 am, "marius d." wrote: > yes yes yes ... entirely my bad as I missed that out ... > > I'll correct it very soon. > > Marius > > On Jun 16, 3:07 am, "Bryan." wrote: > > > Hi Marius, > > >

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-15 Thread marius d.
yes yes yes ... entirely my bad as I missed that out ... I'll correct it very soon. Marius On Jun 16, 3:07 am, "Bryan." wrote: > Hi Marius, > > I just updated to the tip and got a build failure: > > [WARNING] /home/bryan/public-repos/git/liftweb/sites/example/src/main/ > scala/net/liftweb/exam

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-15 Thread Bryan.
Hi Marius, I just updated to the tip and got a build failure: [WARNING] /home/bryan/public-repos/git/liftweb/sites/example/src/main/ scala/net/liftweb/example/snippet/Ajax.scala:65: error: value autocomplete is not a member of object net.liftweb.http.jquery.JqSHtml [WARNING] "auto" -> J

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-15 Thread marius d.
Folks, I just made the autocomplete a Lift widget so it does not exist anymore in JqShtml object. Here is an example on how to use it: - For Ajax autocomplete AutoComplete("", (current, limit) => { println("current = " + current) (1 to limit).map(v => "Value_" + v) }, s => pr

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-08 Thread Kevin Wright
+1 As an evolving framework, it definitely makes more sense to favour consistency over backward compatibility at this stage On Mon, Jun 8, 2009 at 9:00 AM, marius d. wrote: > > Other folks, please speak up ! :) ... I will soon migrate this into a > Lift widget. > > > Br's, > Marius > > On Jun 6

[Lift] Re: Lift Jquery autocomplete *** API CHANGE CANDIDATE ***

2009-06-08 Thread marius d.
Other folks, please speak up ! :) ... I will soon migrate this into a Lift widget. Br's, Marius On Jun 6, 4:53 pm, David Pollak wrote: > I think I'm using in one place in one project so my api breakage factor is > low.  I'm okay with moving it unless someone else is going to feel real > pain.