Initilization issue when client update

We have some window’s initilization issues when client is updated with publish.
Lots of bindings, event script,…
All works fine in the standard case, but change in designer and publish trigger again some event into the client which may cause some trouble in few case

For simply solving that, we would like to swap to a windows with no problem when publish event is detected into vision client.
Is there a way to do that ? :scratch:

You could monitor the tag: [System]Client/System/EditCount and do what you want on change.

Yeah, good idea, we wil test it.
Hope the tag change is triggered before other windows property evaluation…