CreateMessageDlg ugly textoutput

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
svenheuer
Posts: 12
Joined: Sun Feb 18, 2007 3:54 pm

CreateMessageDlg ugly textoutput

Post by svenheuer »

Hi,

I am using the devexpress skinlibrary. It works very good, but the TsiCustomLang.CreateMessageDialog has "a problem" with the TRANSPARENT mode. The background of the text is painted in another color (btnface)? Is there something I can do to get the Message-Boxes looking nice and fine :)

Have a look here http://www.hart-soft.de/sidemo.png

greetings
Sven
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hi,

We will improve this in next version. There is needed to set Transparent property to True for the message label control.
Best regards,
Igor Siticov.
svenheuer
Posts: 12
Joined: Sun Feb 18, 2007 3:54 pm

Post by svenheuer »

I tried this already, but setBgMode(canvas.handle, TRANSPARAENT) does not work. Is there something special?
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

No, this won't work. You need to modify the code of CreateMessageDialog() method and change Transparent property of MessageLbl control.
Best regards,
Igor Siticov.
Post Reply