FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Test-application ( for debugging ) DOWNLOAD
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Test-application ( for debugging ) DOWNLOAD
Posted: Wed Sep 21, 2011 01:35 PM
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 )



A quick Dialog-preview



Define Dialog-details



A second Cild-dialog for new Tests



Best Regards
uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Test-application ( for debugging ) DOWNLOAD
Posted: Wed Sep 21, 2011 06:04 PM

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 ?

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion