[web2py] Re: Auto-complete widget problem.

2011-04-14 Thread annet
@Tito, Thanks for your reply. I tried changing the name of the what field in the second form: def index(): form1=SQLFORM.factory( Field('what',widget=SQLFORM.widgets.autocomplete(request,db.companykeyword.word)) Field('city',widget=SQLFORM.widgets.autocomplete(request,db.adres.plaats)))

[web2py] Re: Auto-complete widget problem.

2011-04-14 Thread Massimo Di Pierro
... and? did it solve it? On Apr 14, 6:44 am, Tito Garrido wrote: > Hi Annet, > > I had the same problem... I've changed the name of the second field... in > your case "what"... try to put "what2" just to test... > > Regards, > > Tito > > > > > > > > > > On Thu, Apr 14, 2011 at 4:17 AM, annet wr

[web2py] Re: auto complete widget

2010-08-25 Thread annet
Massimo, To solve the problem I changed the code in gluon/sqlhtml.py. I think making it a parameter is a good idea, at the moment I don't have the skills to provide you with a patch :-( Kind regards, Annet,

[web2py] Re: auto complete widget

2010-08-25 Thread mdipierro
this is hardcoded in gluon/sqlhtml.py attr['_onblur']="jQuery('#% (div_id)s').delay(3000).fadeOut('slow');" I guess we can make it is a parameter of the widget. I would take a patch. On Aug 25, 1:23 am, annet wrote: > I am using web2py's auto complete widget, and wonder whether the div >

[web2py] Re: auto complete widget

2010-08-25 Thread annet
Hi Martin, I gave you solution a try, but it doesn't make any difference to the auto complete's behaviour. Kind regards, Annet.

[web2py] Re: auto complete widget

2010-08-25 Thread Martin.Mulone
I dont know this is the reason because i never tried automplete, but in web2py_ajax.html change code like fadeIn('slow') or fadeOut('slow') to fadeIn('fast') or fadeOut('fast') On Aug 25, 3:23 am, annet wrote: > I am using web2py's auto complete widget, and wonder whether the div > containing the