Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Form transparent UND mit AlphaBlend (https://www.delphipraxis.net/67281-form-transparent-und-mit-alphablend.html)

delphinia 13. Mai 2006 19:10

Re: Form transparent UND mit AlphaBlend
 
Delphi 5 ;)

DevilsCamp 13. Mai 2006 19:11

Re: Form transparent UND mit AlphaBlend
 
Ich bin mir jetzt nicht sicher, aber TransparentColor ist glaube ich erst ab Delphi6 oder sogar erst ab Delphi7 verfügbar

Martin K 13. Mai 2006 20:04

Re: Form transparent UND mit AlphaBlend
 
Zitat:

Zitat von DevilsCamp
hmm

Interessant.

Wenn ich im Objektinspektor sowohl die Form-Color als auch die TransparentColor auf clSilver stelle, dann funzt entweder nur Transparenz oder AlphaBlend aber nicht beides gleichzeitig.
Bei clFuchsia geht es komischerweise...

Bei mir klappt es auch mit clSilver.
(nutze Windows XP)

Vergewissere dich mal, dass die anderen Komponenten NICHT clSilver sind.
Vielleicht ist bei dir ja auch (durch Windows festgelegt) die Standard-Komponenten-Farbe clBtnFace = clSilver (also gleicher RGB-Farbwert).

Probier doch mal:
Delphi-Quellcode:
if ColorToRGB(clBtnFace) = ColorToRGB(clSilver) then
  Mach irgendwas;


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:53 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz