Re: [Lazarus] PageControl color

2008-09-17 Thread Benito van der Zander
TTrackBar is a windows common control. We need to correct win32 widgetset code to let it draw transparently on parent controls if themes are enabled. Feel free to create a patch which solves this problem. I tried to create one, but now there is another problem: The TrackBar sets

[Lazarus] PageControl color

2008-09-16 Thread Benito van der Zander
Hi, if you enable theming in Windows XP the background color of a TPageControl changes from gray (clBtnFace) to white (is this clWhite or a system color?). The problem is now, that a TTrackBar or a TStringGrid always draw there background as clBtnFace, which looks quite stranges on a white

Re: [Lazarus] PageControl color

2008-09-16 Thread Paul Ishenin
Benito van der Zander wrote: Hi, if you enable theming in Windows XP the background color of a TPageControl changes from gray (clBtnFace) to white (is this clWhite or a system color?). The problem is now, that a TTrackBar or a TStringGrid always draw there background as clBtnFace, which