[web2py] Re: Mobile browsers cannot select Home in menu

2015-01-23 Thread Otto Domínguez
I noticed that last night, but you know more than I do, so i'll watch this post for a solution. Thanks. El viernes, 23 de enero de 2015, 19:41:15 (UTC-6), Carlos Hanson escribió: > > I would like to better understand the gluon.html.MENU helper with respect > to mobile browsers. > > When mobile i

[web2py] Re: Admin backend not displaying right on GAE

2015-01-23 Thread Otto Domínguez
; > Yours is missing this > > - url: /(.+?)/static/_\d.\d.\d\/(.+) > > On Tuesday, 20 January 2015 16:12:01 UTC-6, Otto Domínguez wrote: >> >> I have a very simple, two table app. It works ok on Python web2py 2.9.12 >> and on GAE web2py (still local, not yet test

[web2py] Not a question, book suggestion

2015-01-21 Thread Otto Domínguez
I read about lazy_tables = True in the book. I used it at once. Then I read about smartgrid. I used it at once. But things did not work well with reference tables. Looking in this group, I became aware that lazy_tables = True impact negatively smartgrid's behavior with reference tables. A note

[web2py] Re: Admin backend not displaying right on GAE

2015-01-20 Thread Otto Domínguez
Thanks. I'm running 2.7.6 on Ubuntu, so this does not appear to be the cause. El martes, 20 de enero de 2015, 17:25:25 (UTC-6), Russ King escribió: > > Are you running python 2.7.7 by any chance? - there is a mime type > regression issue which I was kindly advised of here: > > > https://groups

[web2py] 2.9.9 last version ok on GAE?

2014-12-16 Thread Otto Domínguez
Just testing some code. The admin interface works ok on 2.9.9 but does not on 2.9.10 nor 2.9.11. To my untrained eye, it seems it is missing some CSS. Sorry the screenshot is in spanish, but it shows the general idea. Please advice. -- Resources: - http://web2py.com - http://web2py.com/book (D

[web2py] SQLFORM.grid detect_record_change

2014-07-09 Thread Otto Domínguez
Is it possible to use detect_record_change while submitting an edit with SQLFORM.grid. I'm talking the remotely possible but still possible case where two users choose to edit the same record simultaneously. Just the first one to submit her/his change should be successful. The second one should

[web2py] SQLFORM.smartgrid works as expected up to web2py 2.4.2, but not later versions

2013-07-03 Thread Otto Domínguez
I have a working app since web2py 1.99 times, and I have been upgrading to later versions periodically. Today I noticed my app does not work in 2.5.1 in some simple uses of SQLFORM.smartgrid. I took time this morning to check versions from 2.3.2 up to latest to check in which version it stopped

[web2py] Re: Welcome app and i18n

2012-01-16 Thread Otto Domínguez
> new apps to be based on your modified welcome app, pack the modified app > and replace the existing /web2py/welcome.w2p file with it. > > Anthony > > > > > > > > On Monday, January 16, 2012 4:03:59 PM UTC-5, Otto Domínguez wrote: > > > I have underst

[web2py] Welcome app and i18n

2012-01-16 Thread Otto Domínguez
I have understood that the Welcome app is a template for new apps. I changed the About of the Welcome app and when making a new app I get this modified About page. But not so with language files. On the Welcome app I created a new spanish file for my country (Guatemala) named es-gt.py. It does