UnCategorized Item |
Post Reply |
Author | |
Paolo
Newbie Joined: 02 March 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 21 September 2006 at 5:47am |
Hello! I have a PropertyGridItem derived class and in my PropertyGrid I want to create an instance of this class. Then I want to add this instance to the PropertyGrid.
This Item has no category and I want it to be non categorized while all other items of the same PropertyGrid are categorized. Actually I'm trying to solve this by moving PropertyGridView::InsertItem from private to public, but this solution (actually not working as PropertyGridItem is not fully initialized) requires me to modify PropertyGridView.h in all new releases. Is there another way to do this without the need to modify Codejock sources on each new release? Thanks for any hint Paolo |
|
Paolo
Newbie Joined: 02 March 2006 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Just an update from previous post, but the need to change Codejock sources in new releases still remains.
I've been able to complete my task by moving PropertyGridView::InsertItem from private to public. I create and instance of my class, set it's PropertyGridView and add it.
Paolo |
|
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 |