; setting the text color for the whole displayer
%HI_SetBrowserForeColor(_browser, 0, 0, _RGB)
; setting the text color for the column nr. 3
%HI_SetBrowserForeColor(_browser, 0, 3, _RGB)
; setting the text color for the item [2,3]
%HI_SetBrowserForeColor(_browser, 2, 3, _RGB)
Pridať komentár