Hi!
I ́m a new customer, and I ́m trying to use VCL Style with your components on Delphi XE2.
When I set the style on Delphi it seems tha DevExpress components doesn ́t follow the styles correctly. Is this a problem or a configuration ?
Thanks
We have closed this ticket because another page addresses its subject:
XE2 Styles and your skinning libraryVCL Styles with DevExpress Components
Answers
Hello Thiago,
Thank you for your message.
The VCL Styles technology is designed for native IDE components. We cannot use this technology with our components, because it does not provide images for our products.
We have our own mechanism to accomplish this task. You can use the VCL Skinning Library to apply skins to an entire application built with Developer Express controls.
Feel free to contact us if you have any questions regarding the use of our controls. We will do our best to find an appropriate solution for you.
Thanks,
Valdemar
Hello Ronald,
You are right, our skins do not support third-party components. However, I can suggest that you use a trick that may help you make them look more consistent with our skinned components. Most of our controls allow customizing their appearance (perform custom drawing, apply styles, custom colors, etc.). The point is that you can get any skin information (e.g., default colors, textures, offsets, etc.) from our skin painters at runtime and use this data to paint your third-party controls in a custom manner. Please review the How to customize some skin elements at runtime article to see how it can be done. I hope this information will be of help.