I'd like to know if LC allows one to define a specific CELL of a Datagrid to be of a different background color ?
Col.A Line.1 Background color in REDi.e code below would show modified cells in a kind of a "stair" displayed shape
Col.B Line.2 Background color in YELLOW
Col.C Line.3 Background color in BLUE
...
I could change the TEXT color (of a full line, All columns.)
but I could not change its Background...even for the full line, and not for just one Cell
Code: Select all
set the foregroundcolor of me to blue -- work if I remember
set the backgroundColor of me to 182,216,255 -- does not work / not even with Word : "red"
set the textcolor of me to green -- works
*if not doable using a Grid...any other way ?
I saw the use of small flags icons... maybe some tricks using few colored Icons could be set at the indivualy selected Cell all accross the datagrid space, not specific to just a single "flag" column ?
Also, I would like each displayed cell color to be linked to a DB dynamic content (if..then... and not need some direct Datagrid in cell editing.
(and if same formula can also make coffee...Even better !


Tks
https://lessons.livecode.com/m/datagrid ... in-a-table