[web2py] Re: Bootstrap tooltips require tether

2019-02-10 Thread Константин Комков
I need to find solution and I create simple project with ajax request it work in my computer and don't work on server. On server it returned welcom page. Now it's return errors like: > Failed to load resource: net::ERR_TOO_MANY_REDIRECTS..welcome:1 or > GET

Re: [web2py] Increment the value of a variable in one page by clicking a link in a different page

2019-02-10 Thread mostwanted
Thanks alot @SP, i can really work with this On Sunday, February 10, 2019 at 7:41:33 PM UTC+2, sandeep patel wrote: > > Hello,@Mostwanted > The code is working well. Actually in your view is not displaying anything > at all because of initially items is none, so for loop will not iterate >

Re: [web2py] Increment the value of a variable in one page by clicking a link in a different page

2019-02-10 Thread sandeep patel
Hello,@Mostwanted The code is working well. Actually in your view is not displaying anything at all because of initially items is none, so for loop will not iterate anything. For all this working well you have to insert a row in DB. I have updated the code so you don't need to do anything. Please

Re: [web2py] Increment the value of a variable in one page by clicking a link in a different page

2019-02-10 Thread mostwanted
Hey @SP, my view is not not displaying anything at all, my link is not displayed!! I was working on your example above, I dont know if i am missing something. On Sunday, February 10, 2019 at 3:24:38 PM UTC+2, sandeep patel wrote: > > > @Mostwanted > I think you can achieve this functionality by

Re: [web2py] Increment the value of a variable in one page by clicking a link in a different page

2019-02-10 Thread sandeep patel
@Mostwanted I think you can achieve this functionality by a couple of ways. One, you can store every clicks value in session but you can only store for the time being. Another way you can directly store every clicks values in DB. You can try this code #Model db.define_table('countclick',

[web2py] Increment the value of a variable in one page by clicking a link in a different page

2019-02-10 Thread mostwanted
I am trying achieve something but i don't know how, i have a page called Link (default/link.html) that has a link called Increment {{=A('Increment', _id="increment",_href=URL('default', 'value'))}} and a page called value (default/value.html) that has a variable (X), what i want is to have

[web2py] Re: Migrate from sqlite to mysql

2019-02-10 Thread 黄祥
> > but, what happen if I install python 3.7 on windows? Does web2py still use > 2.7? > this question is vague not sure what do you have in web2py? win version or source version? if use source version, then web2py run on python is depending on the command you use *e.g. in ubuntu environment*

Re: [web2py] Re: Need to change text Size of the header

2019-02-10 Thread sandeep patel
@Arindas Please see an attached layout.html file. You get the idea. Thanks SP On Sun, Feb 10, 2019 at 2:00 PM Arindam Dasgupta wrote: > Hi Sandeep, > > As always, Thank you so much. > > I still need to know where do I use these classes in the layout file. The > following codes in the layout

[web2py] Re: Migrate from sqlite to mysql

2019-02-10 Thread Andrea Fae'
but, what happen if I install python 3.7 on windows? Does web2py still use 2.7? Or installinh mysql without this connector? What does you think? Other suggestions? I don't like to use different things because I need to publish my application to pythonanywhere... thanks Il giorno domenica 10

[web2py] Re: Migrate from sqlite to mysql

2019-02-10 Thread 黄祥
pardon, not using windows atm, so cant test it perhaps you have 2 options: - try mariadb (not sure mariadb required python3 or not) or - use conda (miniconda (light version) or anaconda) to install python3 and python2 in 1 machine *ref:* https://www.anaconda.com/distribution/

[web2py] Re: Migrate from sqlite to mysql

2019-02-10 Thread Andrea Fae'
Hello, if I trye to install mysql 8 on my windows pc it tells me I have a problem about requirements. I don't have installed python 3.7. But could I have problem installing python 3.7 on my web2py based on python 2.17? thank you in advance for your gently answers! Il giorno sabato 9 febbraio

Re: [web2py] Re: Need to change text Size of the header

2019-02-10 Thread Arindam Dasgupta
Hi Sandeep, As always, Thank you so much. I still need to know where do I use these classes in the layout file. The following codes in the layout file is controlling the navigation bar. How do I use the classes you mentioned above? Once again I am attaching the layout file. I am sorry if the