[web2py] How to add the small images that exist in the default buttons to grid's selectable option buttons?

2019-03-09 Thread João Matos
Hello, How can I add the small images that exist in the default buttons to grid's selectable option buttons? Thanks, JM -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Re

[web2py] OAuth2 Provider for Web2py

2019-03-09 Thread Kevin Keller
Would anyone know how I can use web2py as an oauth2 provider? I would like to use Oracle Jet as frontend and web2py as backend via building a rest API. Oracle Jet supports OAuth2 natively to easily create CRUD models that are protected with Oauth2. Otherwise I would need to create a rest call

[web2py] Re: web2py and timezones

2019-03-09 Thread Valdeck Rowe
Hi, I started to try out niphlod's timezone plugin (https://github.com/niphlod/w2p_timezone_plugin) only to realize that my web2py doesn't recognize the timezone attribute of the IS_DATE* validators. It was then that I noticed the 2.5.4 web2py version that it works with. Any ideas when this wi

[web2py] A view with a grid/form, that receives a raise HTTP(205) should force a grid update/form reset

2019-03-09 Thread João Matos
A view with a grid/form, that receives a raise HTTP(205) should force a grid update/form reset. Correct? Windows 7 Pro x64 SP1+all upd Python 3.7.1 x86 web2py 2.18.3 Firefox 65.0.2 x64 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (

[web2py] Re: A view with a grid/form, that receives a raise HTTP(205) should force a grid update/form reset

2019-03-09 Thread Leonel Câmara
No, the browser should do that, but browsers don't. BTW, from the questions I've been seeing from you, it's clear you reached the limit of what the grid can do, the grid is meant to be a quick way to make CRUD for a table, if you want to make a more specific interface for your problem domain, i

[web2py] Re: A view with a grid/form, that receives a raise HTTP(205) should force a grid update/form reset

2019-03-09 Thread João Matos
Ok, thanks for the tip. sábado, 9 de Março de 2019 às 17:34:23 UTC, Leonel Câmara escreveu: > > No, the browser should do that, but browsers don't. > > BTW, from the questions I've been seeing from you, it's clear you reached > the limit of what the grid can do, the grid is meant to be a quick wa

[web2py] Re: 2.18.3 blank logger message window. Mac users please chime in

2019-03-09 Thread Yi Liu
Hi, Leonel, Thanks for the suggestion. Unfortunately, I made the two changes. I also deleted the pyc file, it did not help. Still the same error. Thank you all the same. On Thursday, March 7, 2019 at 11:07:38 AM UTC-8, Leonel Câmara wrote: > > This is clearly a bug in web2py's messagebox handle