Zitat von
Orbmu2k:
stehe grade vor dem selben Problem ...
Hast du mittlerweile eine geeignete Komponente gefunden ?
Nein, ich habe mir die *.png Dateien mit einem Konverter nach *.bmp konvertiert (Hintergrund clSilver und lila Transparenz-Maske) und die Bmps den Buttons zugewiesen. (Hoffentlich ändert kein Benutzer das Farbschema
)
Aber: Die Firma Developer Express Inc wird das in eine der nächsten Versionen Ihrer Komponenten einbauen
(
http://www.devexpress.com )
Zitat:
QUESTION: Why is TcxButton.Glyph only TBitmap and not TPicture?
Expert: Developer Express
IDE version: D5 D7
Platform: WinXP
Hello,
I'm working with QuantumGrid 3 and 4.
Why is TcxButton.Glyph only TBitmap
and not TPicture?
I can only load *.bmp files.
How can i load *.png files with
alpha blending as glyph?
In TImage.Picture.LoadFromFile ist works fine.
(I'm using
http://pngdelphi.sourceforge.net/)
kind regards
Dr. MaBuSE
ANSWER:
Hi,
Actually, it is standard for
VCL controls to have the Glyph property of the TBitmap type. However, we have added your request to our wish list and the type of the Glyph property will probably be changed in a future version of the ExpressEditors.
Thanks.