I'm trying to make ShowOSD using two lines.
I tried:
Code: Select all
eg.plugins.EventGhost.ShowOSD("Message A", None, (255, 255, 255), (0, 0, 0), 1, (20, 20), 0, 3.0)
eg.plugins.EventGhost.ShowOSD("Message B", None, (255, 255, 255), (0, 0, 0), 1, (20, 160), 0, 3.0)
Code: Select all
eg.plugins.EventGhost.ShowOSD("Message A\r\nMessage B", None, (255, 255, 255), (0, 0, 0), 1, (20, 20), 0, 3.0)
What else can I try?
Thanks