Hello there!
I need help with an issue: I want to go from screen1 to screen2 and put a text to a label on screen2 (actually I want to load an image on screen2 but that does not matter:
Or for everybody to understand: On Screen 1 is a text in a label, I want to press a button next to the label and then it should go to screen2 and set a label on screen2 to the same text.
I even tried to use the clock component:
…but was not possible!
The only thing way to do so was this (I had to click Button12 on Screen2):
What am I doing wrong?
Thx in advance,
User81