Richard Reuters wrote:
I'm writing a plugin and would like to display some OSD output in columns like many other plugins and vdr itself does. But special characters like '\t' for a tabulator are not working.
You need to specify the tabstop columns. This is done using the protected SetCols() method or the not very obvious cOsdMenu(c0...c4) constructor parameters.
Cheers,
Udo