10-22-2013, 03:46 AM
Function init2
Function outc
Macro Example
I would like to do the same with 'outex'. I have tried: SendMessageW __outex_hwnd with TVM_SETTEXTCOLOR, SetTextColor __outex_hwnd 0xff... but nothing works. Text Color, background color, maybe other fonts...
Any help?
;This function runs when QM starts or this macro list file [re]loaded.
;... other stuff
def red 0xff
def blue 0xff0000
def lightblue 0xFAFCCF
def green 0x8000
def purple 0xA9196F
def orange 0x7373FF
def pink 0xD53EE3
def white 0xffffff
;... more stuff
Function outc
;/
function VARIANT's color;; color: red, blue, green
_s=s
out F"<><c {color}>{_s}</c>"
Macro Example
I would like to do the same with 'outex'. I have tried: SendMessageW __outex_hwnd with TVM_SETTEXTCOLOR, SetTextColor __outex_hwnd 0xff... but nothing works. Text Color, background color, maybe other fonts...
Any help?