Bug Report T129164
Visible to All Users

Modifying a skin element's settings doesn't update skin information cached by this skin element

created 11 years ago (modified 11 years ago)

I'm using a skin for my application controlled by TdxSkinController, but I want to set a different color/texture for the background of the TileControl which is part of the skinned form.

I can't exclude the TileControl from being skinned using the TdxSkinController.OnSkinControl event, because it's not an supported component.

Accessing the skin elements in the following way doesn't work either:

Delphi
if RootLookAndFeel.Painter.GetPainterData(APainterInfo) then begin ASkin := APainterInfo.Skin; if ASkin.GetGroupByName('TileControl', AGroup) then begin if AGroup.GetElementByName('Background', AElement) then begin AElement.Color := clWindowText; end; end; end;

Is there a way to accomplish this without modifying the skin?

Answers approved by DevExpress Support

created 11 years ago

We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

    created 11 years ago

    Hello Denis,

    As far as I understand, you can erase the TdxTileControl.LookAndFeel.SkinName property to accomplish your task. Please try this. Does it meet your requirements?

      Show previous comments (1)
      DevExpress Support Team 11 years ago

        If you just wish to change the background color of the skinned TileColntrol, I suggest you use the approach you mentioned in your question section.

          But that doesn't seem to work. Could you please check it or provide a sample?

          DevExpress Support Team 11 years ago

            I've checked this approach. It seems that something is broken. I'm forwarding the issue to our developers for further processing. You will receive an automatic message once the status of this issue is changed.
            As a temporary workaround, you can resize the TileControl.

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.