Property grid scrollbar problem |
Post Reply |
Author | |
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
Posted: 05 January 2007 at 4:17am |
Hi,
just a feedback concerning the skinframework in the property grid control.
The system skin of the scrollbar is applied over my own skin if I close a group in the grid.
Before to close a group:
just after closing a group:
If I play with some items in the property grid, the system skin disappears.
In order to correctly show the problem, I reduced the size of the scrollbar in the system.
As you can see, the skinframework does not take in consideration the size of the system controls.
It could be nice if it will...
Thank you
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Do you see same problem with our PropertyGrid sample? I can't reproduce it.
Think you didn't included manifest to your app.
If so, please add it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
|
The problem is the same with your skin in my application (and was the same with version 10.3 of XTP), but It does not appear in your PropertyGrid sample.
May be my two problems (with the buttons problem) has the same origin...
I don't find the manifest file, but only an intermediate.manifest.
I included it to test, but that does not solve the problem.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
What VC do you use ?
if 2005 add in stdafx.h
#if (_MSC_VER > 1310) // VS2005
#if defined _M_IX86 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") #elif defined _M_IA64 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"") #elif defined _M_X64 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"") #else #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") #endif #endif |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gwoin
Groupie Joined: 09 September 2004 Location: France Status: Offline Points: 52 |
Post Options
Thanks(0)
|
Thank you Oleg, it works fine
It has influenced my skin button problem too.
Now the buttons have the winXP skin (not win2000 anymore), but not the skin of my application yet
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, I need see sources to find reason. May be you can attach some files/whole application in issuetrack? |
|
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 |