britzl / gooey

Defold GUI system
MIT License
150 stars 22 forks source link

Dynamic list image not change #35

Closed tharinducds closed 5 years ago

tharinducds commented 5 years ago

When i was scrolling the gooey dynamic list, text variables are scrolled successfully but the images not scrolled successfully.

Discussion link in Forum - https://forum.defold.com/t/dynamic-list-image-not-change/48883.

britzl commented 5 years ago

Added an example of how this can be done. You need to track loaded images and the node they are assigned and throw away old data. You should also try to reuse data to not load too much.