[web2py] Re: How to change the wording "working..." during page refresh

2019-09-19 Thread Massimo Di Pierro
You simply do: w2p_ajax_disable_with_message = "Doh! I am busy."; On Thursday, 19 September 2019 08:27:10 UTC-7, Maurice Waka wrote: > > I would like to use a different wording in the web2py.js by modifying this > part: > > /*if you don't want to see "working..." on buttons,

[web2py] How to change the wording "working..." during page refresh

2019-09-19 Thread Maurice Waka
I would like to use a different wording in the web2py.js by modifying this part: /*if you don't want to see "working..." on buttons, replace the following * two lines with this one * el.data('w2p_disable_with', el[method]()); */ if

[web2py] Re: decremental subtraction of values in DB field 2

2019-09-19 Thread villas
Just a suggestion, but why not try something easy, like: - add a date field to your model - when saving a record from an entry form, use onvalidation - in the onvalidation function, find the previously dated record - compare the previous record with the current entries - calculate

Re: [web2py] Re: login_bare needs a password ?

2019-09-19 Thread António Ramos
any help? Em qua, 18 de set de 2019 às 18:15, António Ramos escreveu: > or maybe not > I tried to impersonate other user that has membership PORTEIRO and i get > "Forbidden" > > Em qua, 18 de set de 2019 às 18:09, António Ramos > escreveu: > >> apparently i need to be logged in first. >> >>

Re: [web2py] Re: How to hide address/tool bar when going mobile

2019-09-19 Thread Maurice Waka
wow. Noted On Thu, Sep 19, 2019 at 6:18 AM Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > https://forum.playcanvas.com/t/hiding-address-bar-in-mobile/5310 > > On Tuesday, 17 September 2019 23:40:21 UTC-7, Maurice Waka wrote: >> >> Hello >> I'm testing my app on mobile sites and noticed

Re: [web2py] Re: Whats the best way to create an Android or iOS app for web2py project

2019-09-19 Thread Rahul Dhakate
Hi All, Any clues anyone on the questions asked? Regards, *Rahul* On Fri, 13 Sep 2019 at 12:53 PM, Rahul Dhakate wrote: > Thanks! Dave and Pbop for getting back with the answers. Sorry about > posting less details > > *@dave* - No, I do not intend to run web2py on mobile device. Web2py