Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnScreenDisplay with tabs
#1
is it just me or does OnScreenDisplay not show tabs?

if that's the way it is, can you change it so that it will show tabs?

thanks.
An old blog on QM coding and automation.

The Macro Hook
#2
Need to add DT_EXPANDTABS to DrawText in OSD_WndProc and OSD_Paint functions.

Code:
Copy      Help
,DrawText hdc v.text v.text.len &rt DT_CALCRECT|DT_WORDBREAK|DT_EXPANDTABS

Code:
Copy      Help
DrawText(hdc v.text v.text.len &r DT_WORDBREAK|DT_EXPANDTABS)

This will be in next release.
#3
excellent!
thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)