[web2py] Re: web2py 2.17.1

2018-10-05 Thread David Manns
I have this problem too, there are a few forms where for information clarity I want to show fields which cannot be changed in a particular context. On Monday, October 1, 2018 at 7:43:06 AM UTC-4, Awe wrote: > > Well, yes I think it breaks something, > in 2.16.1 this was fine: > form = SQLFORM.fa

[web2py] Re: UPDATE BOOTSTRAP VERSION FROM 3 TO 4

2018-10-05 Thread Carl Petersen
Leonel, could you go into a bit more depth on the changes you had to make in the menu? I would certainly appreciate it. On Wednesday, April 26, 2017 at 8:51:15 AM UTC-5, Leonel Câmara wrote: > > The forms in Boostrap 4 are pretty much the same as in bootstrap 3, you do > need to change some st

[web2py] Strange behaviour of calendar size in grid?

2018-10-05 Thread sandeep patel
Hello, I am using bootstrap3_stacked formstyle in grid. Everything works fine except one thing (calendar size) please refer image for more information. NOTE- I am using Version-2.16.1 #modal db.define_tabel('name', Field('date_of_entry','date',default=date.today(),label=

[web2py] Re: Future of web2py

2018-10-05 Thread Dan Carroll
Not sure if this thread is finished yet but I would like to add my requests for the new framework. * Something with a mobile first perspective would be nice. * Data and page caching on client side. * And offline capabilities. That said, it goes without saying it would need some kind of syncing

[web2py] Problem with admin debugger still in 2.17.1

2018-10-05 Thread David Manns
I occasionally use the admin debugger package to investigate problems when running in my test environment on Windows 10 using the source distribution of web2py and Python 2.7 When I place a breakpoint on the code and execute my test case the interactive debugger is triggered, and I can step thr