NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 59 60 61 62 63 … 193 Next »
Horizontal Main Menu

 
  • 0 Vote(s) - 0 Average
Horizontal Main Menu
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#1
2008-09-25, 05:26 PM
sub,
Is there any hope of the horizontal menu coming back any time soon?

cheers!
sub Wrote:Are you trying to make sure I get nothing done today?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2008-09-25, 05:51 PM
You can already do the horizontal menu. Try a menu\skin.xml containing something like:

Code:
<settings>
    <!-- name colors -->
    <NamedColors>            
        <NamedColor name="StandardFill" color="Black"/>            
    </NamedColors>        

    <!-- Menu type-->
    <MenuType type="Horizontal"/>
  
    <!-- text style -->
    <TextStyles>
        <TextStyle name="MenuStyle" color="White" size="14"/>
        <TextStyle name="SelectedMenuStyle" color="Yellow" size="14"/>
    </TextStyles>

    <!-- placements -->
    <Placements>
        <Placement name="MenuButtonOrigin" loc="-13,45" offset="18" alpha="200"/>
        <Placement name="SelectedTaskDescription" loc="10,89" alpha="150"/>
        <Placement name="TaskImage" loc="10,25" alpha="90"/>
        <Placement name="CurrentTime" loc="10,4" alpha="150"/>
        <Placement name="InsetRect" loc="7,5" size="22,22"/>
    </Placements>

    <!-- Animations -->
    <Animations>
        <Animation name="SwitchScreen" type="FadeThrough" duration="300"/>    
    </Animations>
  
    <!-- Composite Images -->    
    <CompositeImages>

        <CompositeImage name="SelectedTaskDescription" size="80,10">
            <DrawText text="@description" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="CurrentTime" size="80,5">
            <DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="ButtonNormal" size="17.5,30">    
            <DrawCommonImage name="ListViewNormalItemBackground"/>    
            <DrawImage filename="@taskImage" fixedAspectRatio="true" loc="0,0" size="100,70"/>            
            <DrawText text="@buttonText" loc="0,70" size="100,30" textStyle="MenuStyle" align="Center"/>
        </CompositeImage>

        <CompositeImage name="ButtonSelected" size="17.5,30">        
            <DrawCommonImage name="ListViewNormalItemBackground"/>    
            <DrawImage filename="@taskImage" fixedAspectRatio="true" loc="0,0" size="100,70"/>            
            <DrawText text="@buttonText" loc="0,70" size="100,30" textStyle="SelectedMenuStyle" align="Center"/>                
        </CompositeImage>

    </CompositeImages>            
</settings>
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#3
2008-09-25, 08:01 PM
As I remember it was not nearly as flexible as the vertical menu, cant specify the number of buttons, etc.

However, I will give it a shot and see what I can get working Smile

Thanks.
sub Wrote:Are you trying to make sure I get nothing done today?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2008-09-25, 08:02 PM
Yeah, its not very flexible.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#5
2008-09-25, 10:50 PM
I did this Theme with Dottores images in march 2008, so the function has been there for a while. (but I did the screenshot now)
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#6
2008-09-25, 10:56 PM
...and this around the same time.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#7
2008-09-25, 11:03 PM
....and this. But I dont think I have posted them. I dont release all Themes I make.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#8
2008-09-25, 11:23 PM
I really like this horizontal idea and Mixman your screenshots look v interesting. With the advent of PVRX2 etc is it possible to expand the selected icon as with the vertictal?

Cheers

Steeb
[SIZE="1"]When you have eliminated the impossible, whatever remains, however improbable, must be the truth.[/SIZE]

[SIZE="2"]NextPVR Documentation (wiki) admin/contributor[/SIZE]

profile on wiki & computer specifications
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#9
2008-09-26, 12:23 AM
yeah... so I guess the main problem with it is that horizontal menu does not support the background mask
sub Wrote:Are you trying to make sure I get nothing done today?
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#10
2008-09-26, 01:35 PM
To my experience I would say no to both questions about larger selected button and no overlay. The skinning options are very limited.
You can download my ring theme from my home server. It works with the basic skin and perhaps also with blue skin.
http://startop.homeftp.net/mcs/themes/_T...zontal.zip
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Menu for recent recordings LeGrandZombie 0 895 2021-09-06, 02:02 AM
Last Post: LeGrandZombie
  install change-startup and start menu shortcuts paulc 0 992 2020-10-03, 06:13 AM
Last Post: paulc
  Context Menu via remote TK978 5 2,785 2019-04-19, 12:21 AM
Last Post: TK978
  Videos - Eliminate Menu Delays due to Slow USB Disk Drives meccano 4 2,374 2017-12-07, 04:04 PM
Last Post: meccano
  Archive a Series and/or Batch of Shows in recordings from root menu? jksmurf 25 14,578 2017-09-21, 12:14 PM
Last Post: BrettB
  Delete Menu to jump out of Delete Cycle, so multiple deletes are avoided? jksmurf 3 2,522 2016-05-24, 08:34 PM
Last Post: mvallevand
  Settings Menu Item! GuruSR 0 1,809 2016-04-06, 01:20 PM
Last Post: GuruSR
  Separate Menu for Archived Shows jksmurf 5 3,685 2015-08-02, 11:19 AM
Last Post: jksmurf
  Recording indicator on main menu spinnaker 2 1,758 2013-10-26, 03:10 PM
Last Post: spinnaker
  Recording Menu Option to Remove from Recorded History BrettB 1 2,068 2013-08-20, 12:35 AM
Last Post: BrettB

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode