Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » A question about CExtPropertyGridCtrl Collapse All
Subject Author Date
Yasar Gul Aug 1, 2006 - 10:40 AM

Hello,
I am trying to utilize CExtPropertyGridCtrl in a dialog, i think i have done everything refering to CompoundProperties sample. Everthing works fine, except one thing : the scrollbar and combo boxes are gray in color...
In my application i am using
g_PaintManager.InstallPaintManager( new CExtPaintManagerXP );
If i change it to
g_PaintManager.InstallPaintManager( new CExtPaintManagerOffice2007_R2_Obsidian );
there happens a very slight change, not exactly the same as the CExtPaintManagerOffice2007_R2_Obsidian choice like in your samples.
My other controlbar displays the changes correctly...
Can you find a reason for me?
Thank you very much in advance.
Erki

Technical Support Aug 2, 2006 - 8:24 AM

Would you send some screenshots so we can see what is wrong exactly? At the moment we can only guess that the problem is with Windows XP themes. It seems you have not activated themes in your application. To do this, just add the manifest resource to your project. The FAQ How to enable XP visual themes for my application? may be helpful with this.

Erki Kiroglu Aug 3, 2006 - 2:36 AM

Thank you very much, the problem has been solved by implementing the manifest file.
Keep up the good work.
Erki