Page 1 of 1

Test-application ( for debugging ) DOWNLOAD

PostPosted: Wed Sep 21, 2011 1:35 pm
by ukoenig
Hello,

I finished my new tool, do make it easy, including any tests for debugging.
You don't have to look for Background-defines or transparent-painting of Controls.
Just include Your own ( new ) Tests.
I hope it will be helpfull, not to create always something new, to explain a Problem.
Please check the Makefile for Path-defines !!!.

Just one Question :
is it possible, to define the Textcolor for TRANSPARENT Radios and Checkboxes ?
( text is always painted black )


Download ( full Source + GDI-viewer ) 3.2 MB
http://www.pflegeplus.com/fw_downloads/debug1.zip

The Main-window ( all Selections can be saved to a INI-file )

Image

A quick Dialog-preview

Image

Define Dialog-details

Image

A second Cild-dialog for new Tests

Image

Best Regards
uwe :lol:

Re: Test-application ( for debugging ) DOWNLOAD

PostPosted: Wed Sep 21, 2011 6:04 pm
by Antonio Linares
Uwe,

Excellent work as usual, congratulations !!! :-)

If you review Class TControl Method Colors() you find this fine at the beginning:

SetTextColor( hDC, ::nClrText )

that should set the text color for Radios and CheckBoxes, unless Windows does not accept it.

edited: but you say that it only fails with TRANSPARENT clause, right ?