[web2py] Re: Update value on view

2017-09-12 Thread Wabbajack
wrote: > > Looks like your JS runs only at window.onload, but the graph data are > delivered via Ajax requests. > > Anthony > > On Sunday, September 10, 2017 at 10:48:31 PM UTC-4, Wabbajack wrote: >> >> Hi Anthony, >> >> I have successfully get the values f

[web2py] Re: Update value on view

2017-09-10 Thread Wabbajack
ou are polling every second, whether or not the data have changed. > Second, you are sending all the data on every request instead of just the > changes. This may be fine for your use case, but a more efficient approach > would be to use a server push pubsub method (e.g., use websockets

Re: [web2py] Re: insecure string pickle

2017-09-08 Thread Wabbajack
at 1:17:41 AM UTC+8, Dave S wrote: > > > > On Wednesday, September 6, 2017 at 12:23:50 AM UTC-7, Wabbajack wrote: >> >> Hi Kiran, >> >> Yes the folders cache, sessions, and error have no file inside... >> Is there any other way to clear this folders? >>

[web2py] Update value on view

2017-09-08 Thread Wabbajack
Hi All, I am really confused on auto updating variable on view... What i want is i have an initial value that is displayed on index.html thru query in default.py index function But hope to change this values everytime there is a change on the database. I have read this

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Wabbajack
en there is a "Clean up App" ( I > don't remember the specific name) option there, which you could use, before > you start running the app. > > > Kiran Subbaramanhttp://subbaraman.wordpress.com/about/ > > On 06-Sep-17 12:53 PM

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Wabbajack
t; On 06-Sep-17 10:26 AM, Wabbajack wrote: > > Hi I also go this Error... > > I am running Win7 computer > I used web2py 2.9.11 when i created an app before > with database and etc. > > Now i have new applications running 2.14.6 with no problem also... > > But when i copied th

[web2py] Re: insecure string pickle

2017-09-05 Thread Wabbajack
Hi I also go this Error... I am running Win7 computer I used web2py 2.9.11 when i created an app before with database and etc. Now i have new applications running 2.14.6 with no problem also... But when i copied the old application created on my previous web2py<2.9.11> into web2py<2.14.6> to

[web2py] Re: Field('upload') : problem with file name

2017-05-24 Thread Wabbajack
Hi Massimo, Still has this issue... :( I am using 2.14.6 web2py running in windows7 with pydal 17.03 and python 2.7 I have this filename 54 characters (including '.pdf ') This is the field on my db.py After i add a record including an upload file this is the Error Adding record

[web2py] Re: table already exists; 'Rows' object has no attribute 'fields'

2017-04-19 Thread Wabbajack
on the DB On Wednesday, April 19, 2017 at 1:56:33 PM UTC+8, Dave S wrote: > > > > On Tuesday, April 18, 2017 at 7:54:32 PM UTC-7, Wabbajack wrote: >> >> >> Similar problem here i have downloaded the latest version. >> > > Windows? Source? Packaged or

[web2py] Re: table already exists; 'Rows' object has no attribute 'fields'

2017-04-18 Thread Wabbajack
Similar problem here i have downloaded the latest version. enable username = true add 1 user thru the webapp then go appadmin click db.auth_user [to view my newly created user] then the error occurs 'Rows' object has no attribute 'fields' Also i view the database and confirmed that it already

[web2py] Re: Facebook Connect for web2py is ready!

2017-02-03 Thread Wabbajack
Im sorry i think i know this post is way back... but for now im trying to do what your discussing but i cant get it to work... am i missing something? 1. i downloaded the file and run it as what it mention >> no display (already added my APP ID and Key in default) 2. Also ive tried the tutorial

[web2py] Re: How to update bootstrap in latest (2.11.2-stable) version web2py?

2015-09-14 Thread Wabbajack
I have the same issue i have tried replacing bootstrap.min.css which i usually do at web2py later version... But with 2.11.2 i seems to have destroys the navigation bar and {{block right_sidebar}} On Thursday, July 9, 2015 at 9:01:37 PM UTC+8, Massimo Di Pierro wrote: > bootstrap is not

[web2py] Re: How to update bootstrap in latest (2.11.2-stable) version web2py?

2015-09-14 Thread Wabbajack
Now i got to change the web2py bootstrap with 2.9.11 instead of replacing bootstrap.min.css (seems to work with older web2py version) i tried replacing bootstrap-theme.css... On Tuesday, September 15, 2015 at 1:34:30 PM UTC+8, Wabbajack wrote: > I have the same issue i have tried replac

[web2py] Re: Converting python list into javascript array in views (web2py) ?

2015-08-12 Thread Wabbajack
Thanks Niphlod, var t= {{=XML(response.json(p))}} this way is functional with web2py 2.9.11 but with the latest version your way is the correct way :) Thanks...luckily i stumble on this... On Friday, November 8, 2013 at 3:50:30 AM UTC+8, Niphlod wrote: nope. from gluon.serializers import

[web2py] Re: Auth_user dynamic cascading registration fields

2015-07-31 Thread Wabbajack
Hi Massimo On Wednesday, July 29, 2015 at 6:30:18 AM UTC+8, Wabbajack wrote: I have created a *factory,department,section and team* table in the database and a *factory* is on a *one to many* relationship with *department* a *department* is on a *one to many

[web2py] Re: Auth_user dynamic cascading registration fields

2015-07-31 Thread Wabbajack
will want to take a look at my example here: http://www.web2pyslices.com/slice/show/1724/cascading-dropdowns-simplified let me know if you have questions. You should be able to easily extend it to do multi level cascading. On Tuesday, July 28, 2015 at 3:30:18 PM UTC-7, Wabbajack wrote: I

[web2py] Auth_user dynamic cascading registration fields

2015-07-28 Thread Wabbajack
I have created a *factory,department,section and team* table in the database and a *factory* is on a *one to many* relationship with *department* a *department* is on a *one to many* relationship with* section* a *section* is on a *one to many* relationship with* team* *Table names* factory =