You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Joshua Ox <et...@gmail.com> on 2021/05/10 15:19:08 UTC

Python textbox

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

Re: Python textbox

Posted by Joshua Ochsankehl <jo...@gmail.com>.
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.ochsankehl@gmail.com> wrote:

> But that isn't how it is currently acting.
>
> On Tue, May 11, 2021 at 11:17 AM Joshua Ochsankehl <
> joshua.ochsankehl@gmail.com> wrote:
>
>> Yes, that's it.
>>
>> On Tue, May 11, 2021 at 10:34 AM Jeff Zhang <zj...@gmail.com> wrote:
>>
>>> Is this what you want ? Actually each time you type enter in the
>>> textbox, the paragraph will rerun.
>>>
>>> [image: image.png]
>>>
>>> Joshua Ochsankehl <jo...@gmail.com> 于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's proprietary to work.
>>>>
>>>> On Mon, May 10, 2021 at 10:27 AM Jeff Zhang <zj...@gmail.com> wrote:
>>>>
>>>>> Could you paste your code ?
>>>>>
>>>>> Joshua Ox <et...@gmail.com> 于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
>>>>>
>>>>
>>>
>>> --
>>> Best Regards
>>>
>>> Jeff Zhang
>>>
>>

Re: Python textbox

Posted by Joshua Ochsankehl <jo...@gmail.com>.
But that isn't how it is currently acting.

On Tue, May 11, 2021 at 11:17 AM Joshua Ochsankehl <
joshua.ochsankehl@gmail.com> wrote:

> Yes, that's it.
>
> On Tue, May 11, 2021 at 10:34 AM Jeff Zhang <zj...@gmail.com> wrote:
>
>> Is this what you want ? Actually each time you type enter in the textbox,
>> the paragraph will rerun.
>>
>> [image: image.png]
>>
>> Joshua Ochsankehl <jo...@gmail.com> 于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's proprietary to work.
>>>
>>> On Mon, May 10, 2021 at 10:27 AM Jeff Zhang <zj...@gmail.com> wrote:
>>>
>>>> Could you paste your code ?
>>>>
>>>> Joshua Ox <et...@gmail.com> 于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
>>>>
>>>
>>
>> --
>> Best Regards
>>
>> Jeff Zhang
>>
>

Re: Python textbox

Posted by Joshua Ochsankehl <jo...@gmail.com>.
Yes, that's it.

On Tue, May 11, 2021 at 10:34 AM Jeff Zhang <zj...@gmail.com> wrote:

> Is this what you want ? Actually each time you type enter in the textbox,
> the paragraph will rerun.
>
> [image: image.png]
>
> Joshua Ochsankehl <jo...@gmail.com> 于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's
>> proprietary to work.
>>
>> On Mon, May 10, 2021 at 10:27 AM Jeff Zhang <zj...@gmail.com> wrote:
>>
>>> Could you paste your code ?
>>>
>>> Joshua Ox <et...@gmail.com> 于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
>>>
>>
>
> --
> Best Regards
>
> Jeff Zhang
>

Re: Python textbox

Posted by Jeff Zhang <zj...@gmail.com>.
Is this what you want ? Actually each time you type enter in the textbox,
the paragraph will rerun.

[image: image.png]

Joshua Ochsankehl <jo...@gmail.com> 于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's
> proprietary to work.
>
> On Mon, May 10, 2021 at 10:27 AM Jeff Zhang <zj...@gmail.com> wrote:
>
>> Could you paste your code ?
>>
>> Joshua Ox <et...@gmail.com> 于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
>>
>

-- 
Best Regards

Jeff Zhang

Re: Python textbox

Posted by Joshua Ochsankehl <jo...@gmail.com>.
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 <zj...@gmail.com> wrote:

> Could you paste your code ?
>
> Joshua Ox <et...@gmail.com> 于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
>

Re: Python textbox

Posted by Jeff Zhang <zj...@gmail.com>.
Could you paste your code ?

Joshua Ox <et...@gmail.com> 于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