It seems that when the Image has finished loading,...
# tornadofx
e
It seems that when the Image has finished loading, it will trigger another cell update, which will create a new ImageView, and round we go again 🙂 This is actually a perfect use case for the cache I was talking about. It is needed to work with background loaded resources in a grid. I wonder if the ControlsFX grid suffers from this issue as well. @ron Did you try to change to
graphic = ImageView
? If not, could you?