09-11-2020 04:08 PM - edited 09-11-2020 04:18 PM
Hi,
While playing with pictures, I figured out that they're issues with the update of the indicator.
At each update, we can see that all the picture is redraw.
To have a smoother update, the only way I found is to add another control on top of the picture...
Any better solution ?
Edit :
There is a "Smooth update" property accessible by rigth clic during the execution that solves the problem.
09-11-2020 04:33 PM
A similar situation happens with tables.
It does not have to be a control. You can put a small transparent decoration on top and that helps the situation and the user never sees it.
Interesting thing about the smooth updates, I've never seen that right click menu before. But I rarely work with pictures, and even more rarely work with them that dynamically.
09-12-2020 07:32 AM
This property is also available during edit time.
No need to use dirty trick !
09-12-2020 07:34 AM
I use a picture to animate a Flappy Bird game and and now, I refresh the picture each 20ms without flash.
09-14-2020 03:48 AM - edited 09-14-2020 03:50 AM
Weirdly enough, one way to make a smooth update is to:
In one property node.
This combined with smooth updates, and\or defer panel updates.
For me this was the only option that worked for a large image (in size and stuff in it) in a subpanel.
I don't use Asynchronous Display, as updating the image with this option within a defer panel updates doesn't update the image...