Hello
I have a timer who is running and changing the X-Value to slide a menu box.
Now I want to get the x values at the move and import them in a collection at the move time.
I tried to use a TextInput2-Property: onChange:
Collect(colVariableX,{FullName: TextInput1.Text});
but its not working. After run, collection without values is created.
The TextInput1 is showing under Default:LabelGreenBlock.X
The workflow behind is:
(1) The TextInput shows the values at runtime so changed always the input of the default.
(2) I collect all the values in a collection.
(3) I show the values in a table
The idea is, to get all values of the changing X variable of the timer (movement by each step).
I hope I could explain it in an easy way 😉
Cheers
Michael