[web2py] Re: Question on BEAUTIFY with list of tuples

2016-07-01 Thread DNeuman
I have attempted creating a test app a few times. I have spent a week on this so far, with no real progress. Nothing seems to trigger the problem other than the full app. It seems very strange that passing local variables to BEAUTIFY as a list of tuples works in a small app. Yet when the same l

[web2py] Re: Help with memory leak

2016-07-01 Thread DNeuman
I tried from source and saw the memory growth on OS X El Capitan. I tried from the Mac binary and saw the memory growth on OS X El Capitan. (this is without even starting the server). Just double click web2py in finder. On Monday, June 20, 2016 at 4:27:05 PM UTC-7, Anthony wrote: > > In both

[web2py] Re: Help with memory leak

2016-07-01 Thread DNeuman
Sorry I have not had time to respond quickly - I encountered the same thing as Julian. Running from Source shows the task with memory growth: 'python' this is expected, because this was started from the terminal. Python 2.7.11 Gcc 4.2.1 Running from Binary shows the task with memory growth: 'w

[web2py] Re: reading values from request.vars

2016-07-01 Thread Dave S
On Friday, July 1, 2016 at 10:47:22 AM UTC-7, ktesr...@gmail.com wrote: > > Anthony, > > can you share if you have any examples. how can I keep track of that index > as I am not finding any example to get count of request.vars > > vars: '9'], 'txt1': ['1', '15']}> > in this case I have four var

[web2py] Re: reading values from request.vars

2016-07-01 Thread ktesr123456
Anthony, can you share if you have any examples. how can I keep track of that index as I am not finding any example to get count of request.vars vars: in this case I have four vars coming from browser which I should insert to database request.vars.opt1, request.vars.opt2, request.vars.opt3 and

[web2py] Re: Menu not working after redirecting to another view

2016-07-01 Thread Anthony
> > > $(document).ready(function() { > $("#dialog-message").dialog({ > modal: true, > buttons: { > Ok: function() { > $( this ).dialog( "close" ); > {{redirect(URL(''ShowData''))}} > } > } > }); > }); > > This i

[web2py] Re: jQuery.web2py.component "Synchronous XMLHttpRequest ..." error

2016-07-01 Thread Marlysson Silva
I've used datepicker from bootstrap, and I added the css and js from component and I removed the calendar.js component that came together how built-in of web2py ( came at layout.html in an of the included files ) I removed calendar.js because web2py generate same component of date when field of

[web2py] Re: Update a form with new attributes

2016-07-01 Thread Marlysson Silva
Resolved? Em quinta-feira, 30 de junho de 2016 18:23:47 UTC-3, Jing Lu escreveu: > > OK, i figure it out by adding a hidden function to generate the form. > > On Wednesday, June 22, 2016 at 1:23:56 PM UTC-4, Jing Lu wrote: >> >> Hi Web2py developers, >> >> I have a trivial question, but I don't kn