[web2py] JqueryMobile

2014-02-22 Thread clarix
Hi all, I am using JqueryMobile in a new web2py test application and it renders perfectly but the response.flash notifications don't work even though web2py_ajax.html is included in the layout file (\plugin_jqmobile\layout.html) which I didn't modify. I appreciate your help! Thanks, Clara --

[web2py] Multi player "game" with Web2py

2014-02-14 Thread clarix
Hi, I find this difficult to formulate so bear with me. I am looking to implement something like a multi player web server, except that instead of games, users would be answering questions or selecting options. The responses of the users would change the evolution of the questions/options pr

[web2py] Theming with Bootswatch

2013-11-05 Thread clarix
Hi all, I would like to use a Bootswatch theme on my web2py application. I notice that web2py uses bootstrap version 2.2.2 while bootstrap has released V 3.0.1. Is there any plan to update to the latest Bootstrap version? With any Bootstrap version though: is there a straightforward way to appl

[web2py] Re: How to hide uuid field in crud create form

2011-10-30 Thread clarix
Anthony > > > > > > > > On Sunday, October 30, 2011 11:18:03 AM UTC-4, clarix wrote: > > > Hello, > > > I added an uuid field to my tables to allow to merge dababases: > > > Field('uuid',default=web2py_uuid(),writable = False), >

[web2py] How to hide uuid field in crud create form

2011-10-30 Thread clarix
Hello, I added an uuid field to my tables to allow to merge dababases: Field('uuid',default=web2py_uuid(),writable = False), The problem I find is that the uuid field now shows in the crud.create forms. I tried to set the uuid readable property to False but in doing so the crud.create form not o

[web2py] Merge multiple sqlite databases into one

2011-09-30 Thread clarix
Hello, I am developing a web2py application that is going to run in 4 warehouses. They are not connected to the internet. I need to then generate a second web2py application that gathers the information of the 4 sites into a single database with exactly the same table layout for data analysis. W