Tom Miranda
unread,Sep 16, 2011, 7:17:17 PM9/16/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sagetv-b...@googlegroups.com
Ladies and Gents,
I need your opinion on a design element relating to the OSD. I've figured out a way to create an OSD (instead of using the Boxee default OSD) but it can't be used to display graphics, only text. My question is: What would be the best design for a text only OSD?
Background: I need to replace the Boxee OSD for LiveTV playback so I can intercept user clicks and take the appropriate action (like changing the channel or stopping playback). Unfortunately there is no way to do this using the default Boxee OSD. :( I've implemented the OSD by displaying a "dialog" window after playback has begun. This works, but it will not display graphics so I'm stuck with only displaying text.
I can use ">" and ">>" for skipping, "||" for pause, but what about things like Stop, Play, Channel Up/Down, Mute? I thought about using unicode characters (or UTF-8, I'm not sure what Boxee supports), but I don't know much about doing that in the UI XML.
Thought, suggestions?