Sign in to follow this  
Followers 0
Guest Kirkamorey

InTouch scripts for displaying variable integers

2 posts in this topic

I am trying to write a script that will allow me to display different integers in the same space on my graphics page. Example being, I have six soft buttons on one part of my screen and one integer being displayed on another part, when a soft button is pressed I would like that buttons integer to be displayed where the last one was. Is there a quick way to do this or do I have to go the "GetPropertyI()" route? Thanks for your help

Share this post


Link to post
Share on other sites
You can use indirect addressing on the display number and have it change to a specific tag when a button is press. You can use IOSetItem to change the display number tag's "item" field when a button is press, assuming it's an IO tag. You can create a bunch of display numbers overlaping each other and make each one visible only when a certain button is press.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0