Hi, I have a task scheduler composed by three clv, inside each one, a panel in inserted with labels and buttons. The clvs get refreshed by a timer every minute. After some time memory is getting hi and program scratch by out of heap memory error. I did some improvements by destroying some objects in clvs loading. So I conclude that this clvs are filled with composed objects, alter clear them memory do not get release, using simple objects (just text no panels) everthing goes ok, I will post a code post for example.
Best Regards