Moonlight skin issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34769
    Hamilton
    Participant

    Hey,

    The moonlight skin looks very nice and I'd use it in my apps except it has one issue that 'breaks' my interface. My app uses a lot of forms embedded inside other forms and while this works fine for other skins the Moonlight skin somehow fails to set some properties on docked forms.

    Specifically, if you take a TsPanel and put it on a form then you'll see a nice dark blue background with aqua text.

    If you take the same form and dock it inside another form (by setting the parent, border = bsNone, show) then the panel is now drawn as a pale off white colour against which the aqua text is only barely visible.

    Any chance someone could look into this? I can provide code and/or screen grabs if the description is unclear.

    #46671
    Support
    Keymaster

    Hello

    I think I understand a problem.

    This panel is not dark because Transparency parameter is 100

    You can try to change the SkinSection property to 'PANEL_LOW'. Panel will not be transparent in this case.

    Or change the color of the parent.

    #46732
    Hamilton
    Participant

    Thanks Serge changing the SkinSection to PANEL_LOW solved the problem 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.