2008-04-07, 05:35 PM
Sub,
After I saw this thread, I thought I would take a stab at creating a Guide that would show the inset.
I've run into an issue when the inset should be showing in the guide screen.
1. I start watching live TV (or a recording).
2. When I hit Home to return to the Guide from watching Live TV, the inset window is there, nice.
3. When I hit home again, I move to the main menu and the inset window is there, nice.
4. When I re-enter the Guide the inset window doesn't show.
5. When I return to the main menu it shows again.
6. If I enter Recordings or Video Library it shows fine.
In the TV Guide skin.xml I added InsetRect to the placement and changed a bunch of the sizes/locations:
Any ideas as to what I'm doing wrong?
Thanks,
Joel
After I saw this thread, I thought I would take a stab at creating a Guide that would show the inset.
I've run into an issue when the inset should be showing in the guide screen.
1. I start watching live TV (or a recording).
2. When I hit Home to return to the Guide from watching Live TV, the inset window is there, nice.
3. When I hit home again, I move to the main menu and the inset window is there, nice.
4. When I re-enter the Guide the inset window doesn't show.
5. When I return to the main menu it shows again.
6. If I enter Recordings or Video Library it shows fine.
In the TV Guide skin.xml I added InsetRect to the placement and changed a bunch of the sizes/locations:
Code:
<!-- placements -->
<Placements>
<Placement name="SelectedShowDetails" loc="0,9" size="70,30"/>
<Placement name="InsetRect" loc="70,9" size="30,30"/>
<Placement name="TimeLine" loc="0,39" size="100,5"/>
<Placement name="ChannelNames" loc="0,44" size="20.5,56" rows="7"/>
<Placement name="Listings" loc="21,44" size="79,56" rows="7" brightenCurrentShowsPercent="16"/>
<Placement name="CurrentIndicatorDown" loc="23.25,24" />
<Placement name="CurrentIndicatorUp" loc="23.25,100" />
<Placement name="CurrentTime" loc="82,3" />
</Placements>
Any ideas as to what I'm doing wrong?
Thanks,
Joel
Using GB-PVR since December 2005