[web2py] Re: py4web grid syntax - needs testers

2019-09-20 Thread IVINH
For a new update in model, controller or view, do I need to restart the server? On Tuesday, September 17, 2019 at 1:03:11 PM UTC+7, Massimo Di Pierro wrote: > > You have an olv version of pydal > > python3 -m pip install -U pydal > > On Monday, 16 September 2019 17:02:04 UTC-7, isi_jca wrote: >>

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

2019-09-20 Thread Maurice Waka
I wanted to change to code posted above...the two lines but I don't see any change. Tried: if ((el.data('w2p_disable_with', el[method]( { el.data('w2p_disable_with', disable_with_message); } also is it possible to animate from the div page than the button? Regards

[web2py] Links on Menu when using mobile browser not working

2019-09-20 Thread Maurice Waka
Hello. I have noted that the drop down menu when switching to mobile browser is not active. When I click on the 'home' link, the links appear, but when clicking on the specific drop down options on the menu, they are not active. I have to switch back to desktop option for the menu to work. Regar

[web2py] Checking the database items and seeing if they satisfy the condition before taking an action

2019-09-20 Thread mostwanted
What i want to achieve is to disable the quantity button in my shopping application that allows buyers to select the number of items they want if their number exceeds the number of available items. In my mind I can only achieve this if i were able to check first the quantity of the items we hav