[ BUG in v6.42 ] – No Transparent Borders on Slpashscreen

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #33159
    Sereby
    Participant

    Hiho,

    i found this component just a week ago and i really love it! Its easy and it just works. Good work!

    But today i found a bug: some weird borders are displayed on my Splashscreen. The Image in the middle is a transparent gif and the borders around is fuchsia and the form is set to be transparent, too.

    using Delphi 2009 on Windows 7 x64 and Alphaskins 6.42 Trial

    Download Demo App

    #40130
    Support
    Keymaster

    Hello
    File not found seems?

    #40131
    Sereby
    Participant

    yes, sorry.. link fixed

    #40105
    Support
    Keymaster

    Thank you, I'll look it under Win7 soon.

    #40200
    Sereby
    Participant

    Extra Info:
    This only Appears with Aero Enabled!
    Any idea how or when it could be fixed?

    #40217
    Support
    Keymaster

    Hello, I have checked it already, it's not a problem.
    Just you must prevent an automatic skinning of this splash window because color of form is changed and not equal to clFuchsia.
    So, you can use two methods :
    1. Define the Tag property of this form to -98, that's all.
    2. Define SkinManager.SkinningRules.srStdForms property to False. But you must place the SkinProvider component to all forms which must be skinned in this case, because automatic skinning will be disabled.

    #40224
    Sereby
    Participant

    thanks that fixed it.

    but why is it not equal to clFuchsia? Form-Color is set to clFuchsia!

    #40225
    Support
    Keymaster

    QUOTE (Sereby @ Aug 17 2009, 02:22 PM)
    thanks that fixed it.
    but why is it not equal to clFuchsia? Form-Color is set to clFuchsia!


    Because a form was skinned and form color was changed to skin color automatically )

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