FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Color ob disabled objects
Posts: 50
Joined: Mon Sep 25, 2006 08:38 AM
Color ob disabled objects
Posted: Mon Sep 25, 2006 09:17 AM

Hi Antonio.
I saw that you can show the disabled get in a dialog using the ldiscolors parameter that show the get with a normal color, not the light gray of windows.
If you have in a dialog some checkboxes, radios, combobox of multiple line gets, the color is always a light gray, that in some cases are really difficult to see.
Is possible to change the disabled color of these objects ?
Thanks a lot.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Color ob disabled objects
Posted: Mon Sep 25, 2006 09:34 AM

Giuliano,

With GETs its easier, but with other controls its more complex as we have to do the painting of the controls ourselves.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 50
Joined: Mon Sep 25, 2006 08:38 AM
Color ob disabled objects
Posted: Mon Sep 25, 2006 10:50 AM

With multiline gets is it possible ? Thanks

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Color ob disabled objects
Posted: Mon Sep 25, 2006 03:49 PM

Giuliano,

You may use the multiline GET clause READONLY, so it can not be edited, but it displays as enabled.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion