You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a custom air valve controller that will use some text-inputs to save valve timing, preset names, and valve timing edits. I will be having this on a raspberry pi touch screen and would like a pop-up keyboard to show when clicking on one of these three text-inputs. I have used a bind_item_handler_registry that then looks at a clicked handler and then does a callback to a show_keyboard function but as soon as I load the program it runs the function. Here is the code that I am using (simplified with just showing the appropriate functions and callbacks).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all.
I am writing a custom air valve controller that will use some text-inputs to save valve timing, preset names, and valve timing edits. I will be having this on a raspberry pi touch screen and would like a pop-up keyboard to show when clicking on one of these three text-inputs. I have used a bind_item_handler_registry that then looks at a clicked handler and then does a callback to a show_keyboard function but as soon as I load the program it runs the function. Here is the code that I am using (simplified with just showing the appropriate functions and callbacks).
Let me know what you think I should do differently! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions