1

Topic: How can i predefine an edit tex field

when the program starts (setup prozedure), 'remotexy.edit_1 = myvariable' works and the edit field is written with the variable.
If I use the previous procedure (remotexy.edit_1 = myvariable) in the running program, it does not work.
how can I assign a value to a text edit field?

Many thanks for the help.

2 (edited by Guillaume 2020-06-06 18:11:40)

Re: How can i predefine an edit tex field

Hello,

It was not possible until the recent update of remotexy, so update app and library and it should work. After setting the variable you must call RemoteXY_sendInputVariables() to update the view in the app

3

Re: How can i predefine an edit tex field

Hello Guillaume, thanks for the hint, now it works as it should!