Modify component´s properties since client startup script

Hello everybody.

I have 2 issues:

I would like to know how to modify component´s properties since client startup script?. I have 3 Radio buttons in a main window, but one of them must be selected by default every time the project is open.

How to write values on a power table properties since client startup script?

I would create boolean client tags for each, bind the buttons bidirectionally to those tags, and set the client tags appropriately in the startup script. The startup script can’t access the buttons directly unless you open the window. Using client tags avoids that, and maintains the radio button status through closing and re-opening of that window.

1 Like