There are general slowdowns in the program when more than 4 objects of the ObjectListView have been created, although the corresponding dispose is performed on each of them.
We believe that the cleaning of the object is not done correctly and completely.
Any ideas about it?
Has anyone had the same problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks Phillip:
We are applying the solution you have given us and the problem has disappeared.
We are doing recurrence tests and massive launches (up to 300 instances) and we expect good results.
Thank you very much for your answer. It has been very helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are general slowdowns in the program when more than 4 objects of the ObjectListView have been created, although the corresponding dispose is performed on each of them.
We believe that the cleaning of the object is not done correctly and completely.
Any ideas about it?
Has anyone had the same problem?
A couple of things for you to check:
Reset()on the OLV's to guarantee all internal state is cleared before disposing.Regards,
Phillip
Thanks Phillip:
We are applying the solution you have given us and the problem has disappeared.
We are doing recurrence tests and massive launches (up to 300 instances) and we expect good results.
Thank you very much for your answer. It has been very helpful.