 | | From: | Simone Bartoccioni | | Subject: | treeview releaseAllChildren | | Date: | Wed, 19 Jan 2005 17:02:58 +0100 |
|
|
 | Sometimes releaseAllChildren( ) treeview method causes a memory access violation Often with items expanded...
plus 2.5 b1807
Simone
|
|
 | | From: | Andrew Shimmin | | Subject: | Re: treeview releaseAllChildren | | Date: | Thu, 20 Jan 2005 22:52:54 +1100 |
|
|
 | I used to get the same problem till I discovered I still had an object reference to a treeitem or wo left over. When I found them all and stubbed them out I did not get the problem again.
Check you do not have any old treeitem object references left over before you releaseAllChildren().
andrew
Simone Bartoccioni wrote: > Sometimes releaseAllChildren( ) treeview method causes a memory access > violation > Often with items expanded... > > plus 2.5 b1807 > > > Simone > >
|
|