All announcements, questions and issues related to the TsiLang Components Suite.
svenheuer
Posts: 12 Joined: Sun Feb 18, 2007 3:54 pm
Post
by svenheuer » Tue Jun 17, 2008 6:53 am
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: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Tue Jun 17, 2008 7:28 am
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 » Tue Jun 17, 2008 8:02 am
I tried this already, but setBgMode(canvas.handle, TRANSPARAENT) does not work. Is there something special?
isiticov
Site Admin
Posts: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Tue Jun 17, 2008 9:05 am
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.