How to disable the DialogBar combobox style inner |
Post Reply |
Author | ||
supermip
Groupie Joined: 03 July 2009 Location: Belgium Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 31 August 2016 at 10:10am |
|
Hello Everyone,
I hope you are doing well. I have updated our application to CodeJock version 17.2.0 and I would like to know if there would be a way to disable the following effects when the mouse goes over or click on the caption: I would like to disable these effects and just keep a standard caption style. The several properties attached to the dialogbar control do not provide a direct way to disable it but maybe is there a hidden way to avoid this funny inner combobox. The expected effect would be to always keep a clean caption style: How could this be fixed ? The spy window does not even recognize the inner combobox control. |
||
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
|
Hello,
Thank you for bringing this to our attention This depend on CXTPDialogBar::m_bCaptionPopup. But it is protected and don't have public setter. So as hotfix you can change back code in Source\CommandBars\XTPDialogBar.cpp: ~277 CXTPDialogBar::CalcSize()
to
We will solve this in next release. Regards, Oleksandr Lebed |
||
astoyan
Admin Group Joined: 24 August 2013 Status: Offline Points: 304 |
Post Options
Thanks(0)
|
|
The issue has been fixed for version 17.3. No client code change required.
Regards, Alexander
|
||
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 |