Re: Python textbox

2021-05-11 Thread Joshua Ochsankehl
So i feel dumb. I found the option under the gear. Sorry for the trouble. On Tue, May 11, 2021 at 11:18 AM Joshua Ochsankehl < joshua.ochsank...@gmail.com> wrote: > But that isn't how it is currently acting. > > On Tue, May 11, 2021 at 11:17 AM Joshua Ochsankehl < > joshua.ochsank...@gmail.com>

Re: Python textbox

2021-05-11 Thread Joshua Ochsankehl
But that isn't how it is currently acting. On Tue, May 11, 2021 at 11:17 AM Joshua Ochsankehl < joshua.ochsank...@gmail.com> wrote: > Yes, that's it. > > On Tue, May 11, 2021 at 10:34 AM Jeff Zhang wrote: > >> Is this what you want ? Actually each time you type enter in the textbox, >> the parag

Re: Python textbox

2021-05-11 Thread Joshua Ochsankehl
Yes, that's it. On Tue, May 11, 2021 at 10:34 AM Jeff Zhang wrote: > Is this what you want ? Actually each time you type enter in the textbox, > the paragraph will rerun. > > [image: image.png] > > Joshua Ochsankehl 于2021年5月10日周一 下午11:31写道: > >> I set it to a variable. >> >> var1 = z.textbox("r

Re: Python textbox

2021-05-11 Thread Jeff Zhang
Is this what you want ? Actually each time you type enter in the textbox, the paragraph will rerun. [image: image.png] Joshua Ochsankehl 于2021年5月10日周一 下午11:31写道: > I set it to a variable. > > var1 = z.textbox("reference") > then use and if else to test the change. Can't paste the text cause it

Re: Python textbox

2021-05-10 Thread Joshua Ochsankehl
I set it to a variable. var1 = z.textbox("reference") then use and if else to test the change. Can't paste the text cause it's proprietary to work. On Mon, May 10, 2021 at 10:27 AM Jeff Zhang wrote: > Could you paste your code ? > > Joshua Ox 于2021年5月10日周一 下午11:19写道: > >> I m trying to use te

Re: Python textbox

2021-05-10 Thread Jeff Zhang
Could you paste your code ? Joshua Ox 于2021年5月10日周一 下午11:19写道: > I m trying to use textbox in python but it reloads the page every time I > type. How do i set this to on enter? > > V/R, > Joshua "Ox" Ochsankehl > -- Best Regards Jeff Zhang

Python textbox

2021-05-10 Thread Joshua Ox
I m trying to use textbox in python but it reloads the page every time I type. How do i set this to on enter? V/R, Joshua "Ox" Ochsankehl