Hi, I have a script on a button that will write to custom properties on my container. I was modifying something else completely and when I went to test the script stopped working.
if event.source.componentEnabled:
event.source.parent.TabIndexSelected = 4
event.source.parent.LocalDBRefresh = 1
event.source.parent.LocalDBRefreshDebounce = 1
On a different project in the same gateway this script works perfectly but when I tried in a different script it didn't worked. I've tried removing the property and create it again but there is something that doesn't want to work. I made sure buttons were enabled. I will probably just get the view from the project that is working into the one that is not.
I just wanted to know if anyone would have some kind of answer.