I have a detail with the visibility or display of a flex container and coordinate container. When opening the container as a popup there is an aproximate time of about 500ms where the display property is true even though it is false and in the those 500ms it shows me the content of the container
The problem is that when editing the display binding when starting the popup I have approximately 500ms of visual noise, which I want to prevent
This happens only if I edit the binding property
if you have a slow binding, before it gets loaded it will show what was last in the designer. so when saving this file, make sure its empty
2 Likes
Hi Victor
but that is not the problem, because in expression I directly put a false to all my flex containers, that is, in the designer it is false and it saves a false at all times it is false but when I start the popup for 500ms it is true. can't be true at any time if it's always false
Also make sure that property is marked to be persistent.
2 Likes
Hi pturmel
Great, that was something I didn't know
your answer is correct
https://docs.inductiveautomation.com/display/DOC80/Perspective+Component+Properties
Regards