How do I display a value?


#1

Easy scenario: I want to have the number 2 written somwhere and want it to become a different number when I click a button. How can I do that?


#2

That is simple: You just set a “OnClick” event for this button and add a “set Text” action that will change the text on the shape that originally says “2” to whatever number you like.
If you want to have more flexibility and let the user enter the new number, you can also do that by using variables. It’s a bit more advanced but not very hard to achieve

Here’s a link to both options: http://xid2jo.axshare.com
And the source file: TextChange.rp (64.7 KB)


closed #3

unlisted #4