[web2py] Re: web2py 2.19.1 is OUT

2020-04-09 Thread Wep2buy
Hi every body: I have an app under 2.18.5, every thing is fine, when compressing the app, the size of the zip is 6 mega. the same app under 2.19.1, every thing is fine, when compressing the app, the size of the zip is 9 mega. Explaining is highly appreciated. -- Resources: - http://web2py.c

[web2py] many users logged in, at the same time.

2020-04-09 Thread Wep2buy
Hi every body: how can i test an app (like chat) from my desktop many users logged in, at the same time. I mean that i don't want to login and the logout , for each user. Any help is highly appreciated. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github

[web2py] Re: many users logged in, at the same time.

2020-04-09 Thread Wep2buy
Thank you every body. The most valuable feature in web2py is the supportive group. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this me

[web2py] Re: many users logged in, at the same time.

2020-07-02 Thread Wep2buy
pls, have a look https://www.youtube.com/watch?v=DSL1GO3c6oI&t=631s -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

[web2py] educational

2021-04-02 Thread Wep2buy
Hi, How can i have an application, that interrupt the users (entering data through form) and doing saving/submitting of the current content of the form? For example, allowing the entry of data for certain period of time. at the end of that period, the current content of the forms needs to be c

[web2py] Re: educational

2021-07-06 Thread Wep2buy
i > There the the search controller def search() combined with callback > action def callback() gives you a blueprint on how to do it. > > Regards > Clemens > > On Saturday, April 3, 2021 at 2:59:44 AM UTC+2 Wep2buy wrote: > >> Hi, >> >> How can i have an a