CXTPPropertyGridItemColor crash |
Post Reply |
Author | |
cxiaobao
Newbie Joined: 24 April 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 24 April 2008 at 9:53pm |
I use Property Grid in a DockingPane, and there is a CXTPPropertyGridItemColor item whith eidtor style "xtpGridItemColorPopup" in it. After selecting "more colors", it crashs!
sorry for my english. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
I just tried with our sample and it works.
Please open Samples\PropertyGrid\DrawClient\ sample and check it.
Do you have 11.2.2 version ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
cxiaobao
Newbie Joined: 24 April 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
I use the version 11.2.1.
I change the line 277 in Samples\PropertyGrid\DrawClient\mainfrm.cpp just like this: pCategorySelected->AddChildItem(new CXTPPropertyGridItemColor(ID_ITEM_FILLCOLOR, pSelected->m_logbrush.lbColor)); ==> CXTPPropertyGridItemColor* pColorItem = new CXTPPropertyGridItemColor(ID_ITEM_FILLCOLOR, pSelected->m_logbrush.lbColor); pColorItem->SetEditorStyle(xtpGridItemColorPopup); pCategorySelected->AddChildItem(pColorItem); the problem appears just the same. The ColorPop window disappears when i click "more colors" |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Think it was fixed already. I can't reproduce. Please wait a little, 12.0 is almost published.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |