[web2py] Re: "time" picker not working, how to show 15min increments

2012-05-05 Thread Vincent Davis
rote: > > I guess the book need updating. You need to install the jquery plugin time > picker yourself and perhaps replace the line in web2py.js that calls > timeentry. > > On Saturday, 5 May 2012 07:25:43 UTC-5, Vincent Davis wrote: >> >> jquery timeen

[web2py] Re: "time" picker not working, how to show 15min increments

2012-05-05 Thread Vincent Davis
gt; > > On Friday, 4 May 2012 23:19:01 UTC-5, Vincent Davis wrote: >> >> version 1.99.7 mac >> I have tried Chrome and Safari (osx 10.7) >> >> Just used the wizard to build a simple app. No modification from wizard. >> see db below >>

[web2py] Re: "time" picker not working, how to show 15min increments

2012-05-04 Thread Vincent Davis
T('Room')), Field('f_start', type='time', label=T('Start')), Field('f_end', type='time', label=T('End')), Field('f_day', type='date', label=T('Day')), Field(&#x

[web2py] "time" picker not working, how to show 15min increments

2012-05-04 Thread Vincent Davis
1. The web2py book suggests there is a time picker ajax built in. It does not work for me, both the date and datetime picker does. http://web2py.com/books/default/chapter/29/11#web2py_ajax.html I don't get the time picker shown here or any time picker. 2. I would like to onl

[web2py] Re: Display image from db

2011-03-23 Thread Vincent Davis
On Mar 23, 5:21 am, Kenneth Lundström wrote: > In your controller/default.py you probably have function defined as: > > def download(): return response.download(request,db) > > To view a picture do something like this in your controller: > record = db(db.t_student.id == 2).select() > if len(reco

[web2py] Display image from db

2011-03-23 Thread Vincent Davis
I have used the wizard to start working on an app. one of the tabled upload an file (image). How should I modify the view/control to display the image? The view and control and db are those created by the wizard but I have pasted them below. What is the recommended way to require the uploaded file