How To Accept User Input? #133
Replies: 5 comments 1 reply
-
Hi, Currently you can't unfortunately, I haven't tackled inputs yet. |
Beta Was this translation helpful? Give feedback.
-
I believe the missing key component here is a new Panel-like object with generic cc: @soumitradev |
Beta Was this translation helpful? Give feedback.
-
Ah thanks @FedeClaudi and @johnnychen94 .
I could see it being quite challenging! |
Beta Was this translation helpful? Give feedback.
-
Hey, I've converted this to a discussion since we're throwing ideas around and I won't get to implementing them any time soon. I see two challenges:
For (2), I haven't implemented this kind of "live" updatable renderables yet. It likely would just be a panel wrapped into something that refreshes the display at, say, 60 Hz. A bit expensive to create a new panel at each refresh but it might be ok performance wise. Rich does have |
Beta Was this translation helpful? Give feedback.
-
Just an update to say that |
Beta Was this translation helpful? Give feedback.
-
Hi @FedeClaudi !
How do I use Term.jl to accept user input?
For example, I have the following render:
and would somehow like to use
prompt
within it.When I tried using prompt inside of a
Panel
, I get this:How do I accept user input within the box?
Any thoughts?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions