Python Forum

Full Version: Screen Hiding - visibility options IF statement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to get two text boxes on top of each other in a screen. I want just one visible at a time. So really all I need is a simple If statement based off a single value to hide or display textbox based of a value? Does anyone have a script or example of a script that might help with this task? The HMI I am trying to accomplish this task on is Ignition. I know how to accomplish in VB just not Python.

Thanks for any assistance on this,