Please, PLEASE fix compatibility issue with TJvTransparentForm!

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #34419
    Jeffijoe
    Participant

    Hello.

    My About Form uses an alphablended PNG image, and I use TJvTransparentForm to make it work. However, when AlphaSkins Package is present in project, the acPNG is automatically added to the Uses clause, which causes my TJvTransparentForm to malfunction!

    There was a thread about this a long time ago, however there was no fix for it.

    The problem is, that my PNG image has white borders where it's supposed to be transparent.

    #45149
    Support
    Keymaster

    Hello

    Could you give me a test-application please?

    Thank you in advance.

    #45184
    Jeffijoe
    Participant
    'Support' wrote:

    Hello

    Could you give me a test-application please?

    Thank you in advance.

    Yes Sir, sorry for delay!

    Please not that you need the JEDI Visual Component Library – it's free from http://www.Delphi-Jedi.org

    Project is in Attachment!

    Please get with me on Skype, we have talked before: jeffijoe

    #45225
    Support
    Keymaster

    Thank you, I'll research it now.

    #45226
    Support
    Keymaster

    You can add such line :

    Code:
    {$DEFINE NOACPNG}

    to the sDefs.inc file and rebuild the AlphaControls package.

    AlphaControls will not load Png images automatically in this case and you will be able to use JvTransparentForm (picture should be reloaded after a package recompiling).

    Try it please.

    #45230
    Jeffijoe
    Participant
    'Support' wrote:

    You can add such line :

    Code:
    {$DEFINE NOACPNG}

    to the sDefs.inc file and rebuild the AlphaControls package.

    AlphaControls will not load Png images automatically in this case and you will be able to use JvTransparentForm (picture should be reloaded after a package recompiling).

    Try it please.

    This did not help 🙁

    #45238
    Support
    Keymaster

    Please send me Png file which must be loaded into component.

    #45241
    Jeffijoe
    Participant
    'Support' wrote:

    Please send me Png file which must be loaded into component.

    Attached Sir.

    #45242
    Jeffijoe
    Participant

    Updated! See above!

    #45257
    Support
    Keymaster

    Thank you!

    You should reinstall the package after NOACPNG changing, you did it?

    And you must have full AlphaControls sources of course.

    I have checked this solution with your image and problem is solved with your demo.

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