|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Howto show options menu onload of OSD, then close when loaded
Hi,
I've made some moddifications to the standard STV and now I'm using SageMC with some of my own customizations. Most of the customizations I've done are not graphical things, more like keeping the user from seeking forward when too close to live. My problem is, my R5000 units take around 15 seconds to load a live stream. Whenever I start I live recording, it goes to the OSD screen and just sits there black until the program loads. I'd like to get a "waiting bar" indicating to the user that the show is loading, so they know something is happening. I've successfully done this from the Program Info screen when the user clicks watch. The options dialog opens up, shows the waiting bar, then goes away when the OSD menu loads. I tried copying this options dialog to the OSD AfterMenuLoad hook. Then I tried putting a CloseOptionsMenu call in the OSD MediaPlayerFileLoadComplete hook when FullyLoaded. It loads, but my text does not display. Also, it does not go away! It seems like my OSD MediaPlayerFileLoadComplete hook isn't getting executed. What am I doing wrong? I also tried adding the MediaPlayerFileLoadComplete hook to my options menu and putting a SageCommand("Back") in there, but that didn't work either. I've attached a screen shot of my options menu. Thanks, Sean Last edited by redondo_se; 01-21-2010 at 12:20 PM. Reason: Added question mark to title. |
#2
|
|||
|
|||
Think I should have posted this in the Studio section of the forum. If a mod sees this would you move it please?
Thanks. |
#3
|
|||
|
|||
You could try moving your text down past the shape widgets. If the text is below your shapes they will cover the text up, unless of course you've reduced the transparency or used layers.
Not sure about the other problem. Cheers Ben
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#4
|
|||
|
|||
Quote:
I finally got it working. I ended up showing the options menu in the MediaPlayerFileLoadComplete hook of the OSD menu. Then I added MediaPlayerFileLoadComplete hook to the options menu. It gets loaded by the OSD::MediaPlayerFileLoadComplete when FullyLoaded is false, then unloaded in the Options::MediaPlayerFileLoadComplete when FullyLoaded is true. However, for some reason, my OSD::MediaPlayerFileLoadComplete doesn't seem to get called with FullyLoaded false the first time the OSD menu is loaded after starting SageTV. So, I had to check for that in the OSD::AfterMenuLoaded hook and load my options menu from there for the first time only. I've attached an image with my "code." Thanks, Sean |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Video Menu Options instead of Menu Options in SageMC | scriptx | SageMC Custom Interface | 6 | 03-20-2008 03:07 PM |
Stupid Question: Is there a close menu button? | avonnied | SageTV Software | 1 | 03-01-2007 10:03 PM |
Modify the menu options? | metropole | SageTV Customizations | 3 | 05-18-2006 06:27 PM |
Adding a pause during close in custom xml menu... | n3w813 | SageTV Customizations | 2 | 05-16-2005 01:37 PM |
How close to the end is a show considered watched? | malore | SageTV Software | 2 | 08-14-2003 01:22 PM |