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
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
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
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
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
>
>
>
$(document).ready(function() {
> $("#dialog-message").dialog({
> modal: true,
> buttons: {
> Ok: function() {
> $( this ).dialog( "close" );
> {{redirect(URL(''ShowData''))}}
> }
> }
> });
> });
>
>
This i
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
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
8 matches
Mail list logo