It does! Thank you!

This is what I ended up doing:

$lDesiredFontColor:=0x008B898A  //Or whatever grey you are after
OBJECT SET RGB COLORS(*;"CCTransactionsLB";Foreground color;Background 
color;0x00F5F5F5)`entire LB alt rows
OBJECT SET RGB COLORS(*;"col1";$lDesiredFontColor;Background 
color;0x00F5F5F5)`Font color change for this row

Looks nicer now!

Sannyasin Siddhanathaswami

On Sep 23, 2017, 10:42 AM -1000, wrote:

Does this work for you?

$lDesiredFontColor:=0x00CCCCCC //Or whatever grey you are after
OBJECT GET RGB COLORS(*;Widget;$lForeground;$lBackground;$lAltBackground)
OBJECT SET RGB COLORS(*;Widget;$lDesiredFontColor;$lBackground;$lAltBackground)

Then you don’t have to guess what the background scheme is.
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to