Subject IB_xxxBars memory leak?
Author mmenaz
Hi, anyone experimenting "out of system resources" with IBO forms that contains IB_xxxbar? Expecially problems with grids with fields rendered using checkbox and update bar?
My program can't run on Win98 but, yesterday, it had problems with Win2000 when registering invoices.
The sequence was: clicking on a checkbox in the grid, then click on the checkbox of the following row. A IB_UpdateBas has to be present, visible and enabled.
I can't reproduce the bug in a small sample, sorry. I have to use a lot of resource first to then have it going out in that special sequence.
I've found a solution, using
B.Dormant;
B.FreeImage;
in the FillImages procedure, but I don't understand if this solves the problem (due a some strange Delphi bug) or just makes the limit a little ahead.
I'm using: Delphi 6.1 update pack 1 and then 2 (problem persisted)
Win2000 SP1
1280x1024 res 24 bit depth
Ibo 4.2Gc
Any suggestion on how find where the problem is? I think is not in my program since hiding the UpdateBar solves it, and having the grid not using checkboxes solves it too.
Thanks
Marco Menardi