Tgroup color border

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Tgroup color border

Post by Silvio.Falconi »

Image

I use
oGrp[4]:nClrText := 0xC38B2B

nClrBorder not work !!!
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Tgroup color border

Post by Antonio Linares »

Dear Silvio,

Class TGroup is based on a standard Windows class, so we use its default paint procedure:

CallWindowProc( ::nOldProc, ::hWnd, WM_PAINT, ::hDC, 0 )

and the change of the color line is not supported by Windows

A user defined Class TGroupEx should be implemented to have control on that
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply