Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about new macro behavior
#19
Quote:Due to difficulties of color scheme and borders, i you have a macro that makes an OSD look like a tooltip
System tooltip colors for text and background. Also possible to get system tooltip font name and size.
Macro Macro2499
Code:
Copy      Help
int col1=GetSysColor(COLOR_INFOTEXT); if(!col1) col1=1
int col2=GetSysColor(COLOR_INFOBK); if(!col2) col2=1
OnScreenDisplay "Text" 3 0 0 "" 9 col1 5 "" col2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)