How to remove a PropertyGridItem? |
Post Reply |
Author | |
long3737
Newbie Joined: 08 December 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 10 December 2007 at 2:53am |
Hello!
I use Remove(); method but it occur an exception. thanks, |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Yes, sorry, its bug of 11.2.1 release.
please call
pItem->InternalAddRef();
pItem->Remove();
pItem->InternalRelease();
fixed for 11.2.2 release
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
long3737
Newbie Joined: 08 December 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
OK, thank you!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |