11-03-2016, 02:21 PM
Joho !! It was in init2 !
I had to turn down the brightness of my monitor now :wink:
And I used these same statements to create a light grey background for the List of items.
Function init2
I had to turn down the brightness of my monitor now :wink:
And I used these same statements to create a light grey background for the List of items.
Function init2
;Set QM List colors:
def TV_FIRST 0x1100
def TVM_SETBKCOLOR (TV_FIRST + 29)
def TVM_SETTEXTCOLOR (TV_FIRST + 30)
int tv=id(2202 "+QM_Editor")
SendMessage tv TVM_SETBKCOLOR 0 0xE0E0E0 ;;light grey background in List of items
;;SendMessage tv TVM_SETTEXTCOLOR 0 0xe0e0e0 ;;uncomment and change text color here if you like