I am trying to colour a line in a ListView box (created using mdx.dll) red if a value is negative.
Code:
if ( $left(%remain,1) == $chr(45) ) did -o $dname 101 %i settxt color $rgb(255,0,0)

does not work, it merely overwrites the line with "settxt color 255" in the first column. Playing around manually if %i is any value it will rewrite the line, except for if %i is 1, in which case it colours the WHOLE thing red. So, is it possible to do just one line, or even a particular column/cell?