Page 1 of 1

CreateMessageDlg ugly textoutput

Posted: Tue Jun 17, 2008 6:53 am
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

Posted: Tue Jun 17, 2008 7:28 am
by isiticov
Hi,

We will improve this in next version. There is needed to set Transparent property to True for the message label control.

Posted: Tue Jun 17, 2008 8:02 am
by svenheuer
I tried this already, but setBgMode(canvas.handle, TRANSPARAENT) does not work. Is there something special?

Posted: Tue Jun 17, 2008 9:05 am
by isiticov
No, this won't work. You need to modify the code of CreateMessageDialog() method and change Transparent property of MessageLbl control.