NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 130 131 132 133 134 … 193 Next »
Next Recording Panel Text Alignment

 
  • 0 Vote(s) - 0 Average
Next Recording Panel Text Alignment
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#1
2005-12-03, 06:24 AM
I wish the NextRecording.xml panel text supported alignment.

No matter what is spec'd, the text is always left justified.

-David
Learning new tricks!
Visit Plain Jane's Collection
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#2
2005-12-03, 03:53 PM
Hmm, it works fine for me...

From the main menu skin:
Code:
<SpecialElement name="Panel" panelName="NextRecording" visible="true" transparency="1.0" loc="25,10" size="425,85"/>

First with the status centered and the name and time of the recording at the right:

nextrecording.xml:
Code:
<settings>
    <!-- text style -->
    <TextStyles>
        <TextStyle name="NextRecording" color="White" typeFace="Trebuchet MS" size="14" style="bold"/>
    </TextStyles>
    <!-- Composite Images -->    
    <CompositeImages>
        <!-- Clock -->
        <CompositeImage name="NextRecording" size="425,85">            
            <!--<DrawRoundedRect loc="5,5" size="485,60" radius="5" borderWidth="1" borderColor="Transparent" fillColor="Black"/>            -->
            <DrawText text="@Status" loc="0,0" size="425,25" textStyle="NextRecording" align="Center"/>                    
            <DrawText text="@NextRecordingName" loc="0,25" size="425,25" textStyle="NextRecording" align="Right"/>            
            <DrawText text="@NextRecordingTime" loc="0,50" size="425,25" textStyle="NextRecording" align="Right"/>            
        </CompositeImage>                                        
    </CompositeImages>                
    <!-- special elements -->
    <SpecialElements>
        <SpecialElement name="NextRecording" size="425,85"/>
    </SpecialElements>    
</settings>

It looks like this:
[Image: nextrecordingex1.jpg]



Then with everything aligned to the left:

nextrecording.xml:
Code:
<settings>
    <!-- text style -->
    <TextStyles>
        <TextStyle name="NextRecording" color="White" typeFace="Trebuchet MS" size="14" style="bold"/>
    </TextStyles>
    <!-- Composite Images -->    
    <CompositeImages>
        <!-- Clock -->
        <CompositeImage name="NextRecording" size="425,85">            
            <!--<DrawRoundedRect loc="5,5" size="485,60" radius="5" borderWidth="1" borderColor="Transparent" fillColor="Black"/>            -->
            <DrawText text="@Status" loc="0,0" size="425,25" textStyle="NextRecording" align="Left"/>                    
            <DrawText text="@NextRecordingName" loc="0,25" size="425,25" textStyle="NextRecording" align="Left"/>            
            <DrawText text="@NextRecordingTime" loc="0,50" size="425,25" textStyle="NextRecording" align="Left"/>            
        </CompositeImage>                                        
    </CompositeImages>                
    <!-- special elements -->
    <SpecialElements>
        <SpecialElement name="NextRecording" size="425,85"/>
    </SpecialElements>    
</settings>

It looks like this:
[Image: nextrecordingex2.jpg]
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#3
2005-12-03, 09:45 PM
Excuse me! I must of done something stupid.
Learning new tricks!
Visit Plain Jane's Collection
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Overwrite oldest recording with lock feature djenson 0 641 2023-09-28, 10:37 AM
Last Post: djenson
  Recording status displayed when finished coreymichael 6 1,250 2023-08-31, 05:32 PM
Last Post: sub
  Recording scheduling mzanetti 2 1,059 2023-07-28, 05:24 PM
Last Post: sub
  Feature Request: EIT Support, plus Stop and Save Recording. Chris4877 8 1,921 2022-09-12, 12:58 AM
Last Post: mvallevand
  Add manual recording - default time markn62 0 1,005 2022-02-14, 12:46 AM
Last Post: markn62
  Sorting Options for Recurring Recording List pkscout 1 1,044 2021-11-23, 07:51 PM
Last Post: sub
  Remove failed recurring recording artmetz 0 856 2021-11-17, 07:55 PM
Last Post: artmetz
  Edit recurring recording oliroe 8 2,401 2020-12-17, 08:15 PM
Last Post: oliroe
  Cleaning up recordings in order of recording date TheRealRoland 11 4,231 2020-12-09, 05:49 PM
Last Post: mvallevand
  Scheduler - Recurring TV Show recording in series mark.jankowski.89 2 1,293 2020-10-26, 09:00 PM
Last Post: mark.jankowski.89

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

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

Linear Mode
Threaded Mode