[web2py] Update multiple existing records with the same data from 1 form which is the second form on the page

2016-03-21 Thread drew Roberts
I have something like this in a controller: @auth.requires_login() def list_machines(): form=crud.create(db.machine) form1=SQLFORM(db.machine) machines=db(db.machine.id>0).select(orderby=db.machine.name) return dict(machines=machines,form=form,form1=form1) The view is something like

Re: [web2py] Facebook OAuth - newbie question

2016-03-21 Thread kedai
Sorry to bring this up again, but am having the same problem. accessToken() returns None Could you elaborate what you did to get it working? putting what code , where? thanks On Friday, August 8, 2014 at 11:24:11 AM UTC+8, lyn2py wrote: > > Ok, I have figured out why it didn't work for me. >

[web2py] Re: learning curve?

2016-03-21 Thread Massimo Di Pierro
you are not being rude at all. :-) http://is.gd/pzcxYe is a client side framework (js) while web2py is server side. They are complementary and can work together. Once you learn the basics of

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread Massimo Di Pierro
please try the latest nightly build from the web page. On Monday, 21 March 2016 19:21:31 UTC-5, webmas...@trytha.com wrote: > > Cool beans. Look forward to giving it a whirl. > > On Monday, March 21, 2016 at 3:29:48 PM UTC-7, Massimo Di Pierro wrote: >> >> we will post a new stable version

Re: [web2py] learning curve?

2016-03-21 Thread Dave S
On Monday, March 21, 2016 at 5:37:52 PM UTC-7, Literate Aspects wrote: > > Hi Thomas, > > Is there anything like: http://is.gd/pzcxYe a UI framework? > > Jon > > web2py has a default UI environment. For more details, see my answer in your other thread. /dps > On Tuesday, February 9, 2016

[web2py] Re: Existing Components for Web2PY ?

2016-03-21 Thread Dave S
On Monday, March 21, 2016 at 5:34:19 PM UTC-7, Literate Aspects wrote: > > Hi, I am just beginning with Web2Py - as a person coming from a long time > ago Delphi coder. > > Please, I really want to learn Web2PY inside and out. Is there anything > like: http://is.gd/pzcxYe which has UI

[web2py] Re: learning curve?

2016-03-21 Thread Literate Aspects
Hi, I am sorry, I just now read your reply - VERY SORRY, did not mean to be rude. I really seek a little advisement to begin coding in Web2PY. Is there anything like: http://is.gd/pzcxYe a UI Framework for Web2Py? On Monday, February 8, 2016 at 6:43:05 PM UTC-8, Massimo Di Pierro wrote: > >

Re: [web2py] learning curve?

2016-03-21 Thread Literate Aspects
Hi Thomas, Is there anything like: http://is.gd/pzcxYe a UI framework? Jon On Tuesday, February 9, 2016 at 12:49:54 AM UTC-8, Thomas Bellembois wrote: > > Hi Jon, > > I have spent a long time studying the different Python Web frameworks to > develop a small chemical products management

[web2py] Existing Components for Web2PY ?

2016-03-21 Thread Literate Aspects
Hi, I am just beginning with Web2Py - as a person coming from a long time ago Delphi coder. Please, I really want to learn Web2PY inside and out. Is there anything like: http://is.gd/pzcxYe which has UI frameworks to complete the layout? Any and all suggestions greatly appreciated. Jon --

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread webmaster
Cool beans. Look forward to giving it a whirl. On Monday, March 21, 2016 at 3:29:48 PM UTC-7, Massimo Di Pierro wrote: > > we will post a new stable version tomorrow I think. > > On Monday, 21 March 2016 00:41:15 UTC-5, webm...@trytha.com > wrote: >> >> From the git repo, yes. From the

[web2py] Re: web2py-scheduler

2016-03-21 Thread Dave S
On Monday, March 21, 2016 at 3:58:25 PM UTC-7, Dave S wrote: > > > > On Monday, March 21, 2016 at 3:31:06 PM UTC-7, phoeb...@gmail.com wrote: >> >> hi >> i want 10 min after click on submit button , my program do a function and >> in that 10min my program do another functions , how can i

[web2py] Re: web2py-scheduler

2016-03-21 Thread Dave S
On Monday, March 21, 2016 at 3:31:06 PM UTC-7, phoeb...@gmail.com wrote: > > hi > i want 10 min after click on submit button , my program do a function and > in that 10min my program do another functions , how can i implement it ? > To queue task to run ten minutes after the submit, your

[web2py] web2py 2.14.1 beta

2016-03-21 Thread Massimo Di Pierro
Please help us check it (for testers version) http://web2py.com/init/default/download and let us know if it does not work with your code. I will be released as stable in 2 days. So better check it sooner rather than later. Massimo -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] web2py-scheduler

2016-03-21 Thread phoebe20016
hi i want 10 min after click on submit button , my program do a function and in that 10min my program do another functions , how can i implement it ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread Massimo Di Pierro
we will post a new stable version tomorrow I think. On Monday, 21 March 2016 00:41:15 UTC-5, webmas...@trytha.com wrote: > > From the git repo, yes. From the current source files on web2py.com, no. > > On Sunday, March 20, 2016 at 10:22:20 PM UTC-7, Massimo Di Pierro wrote: >> >> So can you

[web2py] Re: What are the platforms for free web hosting of web2py apps?

2016-03-21 Thread Nbush
- windows hosting Azure web apps free plan (1Gb RAM, 1GB Disk) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] incorporate response.menu in a bootstrap3 side-menu

2016-03-21 Thread Steve
Goodevening, I have already a working Bootstrap login screen and a new Bootstrap layout Plugin template working but ... I am struggeling to get the sidebar working with response.menu and my main problem is to get the classes and styling correct. Think that has to do with the standard class

[web2py] Re: Warning that TK libraries aren't installed

2016-03-21 Thread Bill Lugg
That was the ticket. Thanks! Bill Lugg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the

[web2py] Re: Bootstrap is really killing web2py

2016-03-21 Thread Anthony
> I agree with this post subject about bootstrap killing web2py, i use > web2py in 4 different projects using CSS framewors like materialize, > material design lite and material-ui and its really hard to use things like > SQLFORM.smartgrid because it has the classes hardcoded, maybe this can

[web2py] Re: Bootstrap is really killing web2py

2016-03-21 Thread Dave S
On Monday, March 21, 2016 at 8:20:59 AM UTC-7, Luis Valladares wrote: > > Hello! > > I agree with this post subject about bootstrap killing web2py, i use > web2py in 4 different projects using CSS framewors like materialize, > material design lite and material-ui and its really hard to use

[web2py] Re: Bootstrap is really killing web2py

2016-03-21 Thread Luis Valladares
Hello! I agree with this post subject about bootstrap killing web2py, i use web2py in 4 different projects using CSS framewors like materialize, material design lite and material-ui and its really hard to use things like SQLFORM.smartgrid because it has the classes hardcoded, maybe this can be

[web2py] Re: multiple id selection using request.vars.name

2016-03-21 Thread Anthony
On Monday, March 21, 2016 at 9:51:24 AM UTC-4, Ron Chatterjee wrote: > > Yes. And agreed. I didn't realize same variable got changed from string to > list. Wonder if its better to be consistent and keep the same type > throughout (list). Even though just one number. > We wouldn't want to do

[web2py] Re: Warning that TK libraries aren't installed

2016-03-21 Thread Niphlod
python-tk should be the needed package if tk was installed without python bindings. On Monday, March 21, 2016 at 4:43:53 AM UTC+1, Bill Lugg wrote: > > I just switched Linux distros to Mint 17.3. I'm using the same web2py > installation that I was using under Kubuntu 15.10 where it worked

[web2py] Re: for those of us who do not understand ...

2016-03-21 Thread Ron Chatterjee
Something I ran into today searching for sphinx. Thought would be nice to share. http://bootswatch.com/united/ Scroll to see <> and to code example. Very similar. On Sunday, March 13, 2016 at 12:50:13 AM UTC-5, Massimo Di Pierro wrote: > > Good point. I added some ore widgets. Still working

Re: [web2py] Re: How do you use web2py app work with phonegap?

2016-03-21 Thread eric cuver
this is how I work sometimes use semantic-ui. angulars, Ionic and etc ... I do not like I prefer using ractive.js, yui, or knockoutjs. Le lundi 21 mars 2016 13:52:20 UTC+1, Carlos Costa a écrit : > > I am using cordova and bootstrap for rapid prototyping. > Next I will change it to static pages

[web2py] Re: multiple id selection using request.vars.name

2016-03-21 Thread Ron Chatterjee
Yes. And agreed. I didn't realize same variable got changed from string to list. Wonder if its better to be consistent and keep the same type throughout (list). Even though just one number. Thanks for pointing that out. Appreciate it. On Sunday, March 20, 2016 at 9:22:24 PM UTC-4, Anthony

Re: [web2py] Re: How do you use web2py app work with phonegap?

2016-03-21 Thread Carlos Costa
I am using cordova and bootstrap for rapid prototyping. Next I will change it to static pages interacting via json webservices. 2016-03-21 7:23 GMT-03:00 eric cuver : > ok thank you i'll check > > > Le dimanche 20 mars 2016 21:24:05 UTC+1, pbreit a écrit : >> >> Ionic

[web2py] Re: How do you use web2py app work with phonegap?

2016-03-21 Thread eric cuver
ok thank you i'll check Le dimanche 20 mars 2016 21:24:05 UTC+1, pbreit a écrit : > > Ionic is free. But it does use Angular. > > You can't just "use a CSS framework" as mentioned above. You need a > framework that can manage data and interactions with server. > > Maybe look at Onsen or F7? > >