[web2py] Re: Would there be an advantage to having more discussion on Stackoverflow?

2015-05-26 Thread Dave S
On Tuesday, May 26, 2015 at 3:13:04 PM UTC-7, Ben Lawrence wrote: > > So, I am wondering how the web2py developers feel about StackOverflow? > > My understanding is that web2py questions should be asked here at > web2py-users... is it because there is some commercial gain (advertising) > at SO

Re: [web2py] sqlform.smartgrid from custom datefield from sqlform.factory

2015-05-26 Thread Kevin Capuchino
¿Cual es tu problema? El may 26, 2015 6:51 PM, "'FERNANDO VILLARROEL' via web2py-users" < web2py@googlegroups.com> escribió: > Hi. > > I need you help, any idea how i can solve my problem. > > Regards > > > > On Monday, May 25, 2015 11:03 PM, 'FERNANDO VILLARROEL' via > web2py-users wrote: > >

Re: [web2py] sqlform.smartgrid from custom datefield from sqlform.factory

2015-05-26 Thread 'FERNANDO VILLARROEL' via web2py-users
Hi. I need you help, any idea how i can solve my problem. Regards On Monday, May 25, 2015 11:03 PM, 'FERNANDO VILLARROEL' via web2py-users wrote: Dear All I have problem when i click on pagination of sqlform.smartgrid because my custom date field change to today and i lost data def

[web2py] Re: Dropdown

2015-05-26 Thread 黄祥
not sure, i get it what you want, perhaps you can use jquery or show_if. ref: http://web2py.com/books/default/chapter/29/07/forms-and-validators#Conditional-fields http://web2py.com/books/default/chapter/29/11/jquery-and-ajax#Conditional-fields-in-forms best regards, stifan -- Resources: - http:

[web2py] controller names in vars

2015-05-26 Thread Alex Glaros
I'm trying to pass a controller name to var and have that executed cancel_1A = request.get_vars.NAME_of_var_1_to_return_if_CANCEL cancel_1B = request.get_vars.var_1_to_return_if_cancel form = FORM.confirm('Are you sure?',{'Cancel and go back':URL(request. vars.controller_to_return_to_i

[web2py] Re: Would there be an advantage to having more discussion on Stackoverflow?

2015-05-26 Thread Ben Lawrence
So, I am wondering how the web2py developers feel about StackOverflow? My understanding is that web2py questions should be asked here at web2py-users... is it because there is some commercial gain (advertising) at SO? I don't mind using either... On Thursday, October 6, 2011 at 9:39:38 AM UT

Re: [web2py] Re: Is there a working bootstrap3 formstyle for auth?

2015-05-26 Thread Niphlod
ok, rephrasing... why is it fine in the scaffolding app and not in yours ? On Tuesday, May 26, 2015 at 3:59:38 PM UTC+2, Richard Penman wrote: > > I wasn't using the scaffolding app, just setting the formstyle and > then checking the user login/register forms. > > On Sat, May 23, 2015 at 2:58 AM

Re: [web2py] Re: initilize GPIO in web2py-Scheduler

2015-05-26 Thread Dave S
On Saturday, May 23, 2015 at 6:02:34 AM UTC-7, Ramos wrote: > > Why do people use raspbery pi ? > > I use electric imp or even esp8266 and have my sensors connected to the > cloud where the app lives. > > No more problems with setting up linux, drivers, etc > > Its IOT time!! > > a) First I've h

[web2py] Re: update_record not working but not failing.

2015-05-26 Thread Anthony
Can you show the full controller code? -- 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 Google

[web2py] Re: return locals()

2015-05-26 Thread Annet
Hi Anthony, Thanks for your reply. Are you saying you want to do something like: > Yes, that's exactly what I want, I just wasn't able to figure out how to write the code. Your code works. Best Annet. > > def function_vars(...): > stylesheet = some_stylesheet > navbarpad = some_nav

[web2py] Dropdown

2015-05-26 Thread KevC
I have a problem. I´m working with a dropdown, when I choose a option it get a FORM, and I have a field for all forms. If I choose a option my fields erase. I wanna get that variable. What can I do? For example, this is a form: Title: Data warehouse Type: | Article |

[web2py] Re: update_record not working but not failing.

2015-05-26 Thread Derek
Well, I suppose you could start by running a profiler on the database to record activity, or you can log all sql statements and see what's going on there. On Saturday, May 23, 2015 at 1:44:25 AM UTC-7, peter wrote: > > It is in a regular HTTP request. I actually somewhat later when someone > t

Re: [web2py] Re: Is there a working bootstrap3 formstyle for auth?

2015-05-26 Thread Richard Baron Penman
I wasn't using the scaffolding app, just setting the formstyle and then checking the user login/register forms. On Sat, May 23, 2015 at 2:58 AM, Niphlod wrote: > uhm. could you point out what are the pages of the scaffolding app you're > referring to ? they don't seem that bad to me. > > On Frida