NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 5 6 7 8 9 … 93 Next »
Noobie Here!

 
  • 0 Vote(s) - 0 Average
Noobie Here!
jrockow
Offline

Senior Member

Posts: 713
Threads: 110
Joined: Nov 2005
#41
2014-03-14, 06:52 PM
Also, is it possible to have a second button list on the same screen.
Besides the hidden one at the top, I would like to have a visible one (with different parameters) in the center of the screen.
(sample code ?.......)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#42
2014-03-14, 07:26 PM
Can you point out a similar example in NextPVR of the types of buttons you want?
jrockow
Offline

Senior Member

Posts: 713
Threads: 110
Joined: Nov 2005
#43
2014-03-14, 08:05 PM
I was thinking of something similar to the 3 hidden buttons, only the new buttons would allow me to select which directory I would use to display the recordings.
This goes back to the feature I asked you for awhile back, where I can display ONLY my wife's recordings, my recordings, etc.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#44
2014-03-14, 11:38 PM
jrockow Wrote:This goes back to the feature I asked you for awhile back, where I can display ONLY my wife's recordings, my recordings, etc.
You can kind of already do that with the 'Filter' menu in the existing Recordings screen. It can be used to switch to only show recordings made to the "Wife" recording group.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,879
Threads: 954
Joined: May 2006
#45
2014-03-14, 11:45 PM
Isn't that 3.2?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#46
2014-03-14, 11:46 PM
I can't remember. Maybe.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#47
2014-03-14, 11:48 PM
Yep, it is in the 3.2.x change release list, but very early in the list. I have a feeling it was added as a patch 3.1.x
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#48
2014-03-14, 11:48 PM
Yep, it's in johnsonx42's patch list.
jrockow
Offline

Senior Member

Posts: 713
Threads: 110
Joined: Nov 2005
#49
2014-03-15, 12:21 AM
I was hoping to make it even easier to use in my own recording screens menu.
So I assume that I can't have 2 button lists?
I'll have to rethink my project.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#50
2014-03-15, 12:39 AM
You probably can have two button list. Just sounds a bit ugly.

You'll need to create another UiButtonStrip, and add it's renderlist in in the plugin's GetRenderList() method. In the skin file you'll need to add something like this:

Code:
    <!--ButtonList-->
    <Element name="MyExtraButtonList" location="0,1.55" size="67.98,4.64" alpha="255" alphaFade="true">
    
        <RoundedRect visible="@button1Selected" location="1.13,12.36" size="18,75.28" fillColor="Selected_Button" borderColor="Border2" radius="0.52" borderWidth="0.15"/>
          <Text text="@button1" name="@button1" location="2.13,10" size="16,80" font="Title3Minimum" align="Center" valign="Center"/>
          <Text text="@button1" name="@button1" visible="@button1Selected" location="2.13,10" size="16,80" font="ButtonListReverse" align="Center" valign="Center"/>
        
        <RoundedRect visible="@button2Selected" location="17.13,12.36" size="18,75.28" fillColor="Selected_Button" borderColor="Border2" radius="0.52" borderWidth="0.15"/>
          <Text text="@button2" name="@button2" location="18.13,10" size="16,80" font="Title3Minimum" align="Center" valign="Center"/>
          <Text text="@button2" name="@button2" visible="@button2Selected" location="18.13,10" size="16,80" font="ButtonListReverse" align="Center" valign="Center"/>
        
        <RoundedRect visible="@button3Selected" location="33.13,12.36" size="18,75.28" fillColor="Selected_Button" borderColor="Border2" radius="0.52" borderWidth="0.15"/>
          <Text text="@button3" name="@button3" location="34.13,10" size="16,80" font="Title3Minimum" align="Center" valign="Center"/>
          <Text text="@button3" name="@button3" visible="@button3Selected" location="34.13,10" size="16,80" font="ButtonListReverse" align="Center" valign="Center"/>
        
        <RoundedRect visible="@button4Selected" location="49.13,12.36" size="18,75.28" fillColor="Selected_Button" borderColor="Border2" radius="0.52" borderWidth="0.15"/>
          <Text text="@button4" name="@button4" location="50.13,10" size="16,80" font="Title3Minimum" align="Center" valign="Center"/>
        <Text text="@button4" name="@button4" visible="@button4Selected" location="50.13,10" size="16,80" font="ButtonListReverse" align="Center" valign="Center"/>
        
        <RoundedRect visible="@button5Selected" location="65.13,12.36" size="18,75.28" fillColor="Selected_Button" borderColor="Border2" radius="0.52" borderWidth="0.15"/>
          <Text text="@button5" name="@button5" location="66.13,10" size="16,80" font="Title3Minimum" align="Center" valign="Center"/>
          <Text text="@button5" name="@button5" visible="@button5Selected" location="66.13,10" size="16,80" font="ButtonListReverse" align="Center" valign="Center"/>
    </Element>
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (17): « Previous 1 … 3 4 5 6 7 … 17 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode