Hi everyone, I’m having some problems with WiseJ. If you stay on the page for a few minutes or change tabs, the images of buttons, and some picutrebox’s just disappear out of nowhere.
Does anyone know what this could be?
Thanks.
Hi Ruben,
Chances are that the GC is kicking in, if the same image instance is used by another PictureBox or the images themselves are static and either a Session or the PictureBox itself is disposed then all references to that image is also disposed.
Can you please wrap up a small runnable sample that showcases how you actually load these images in your application?
Best,
Alaa
//
Please login first to submit.