Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 4 of 4

Thread: The problem with the displaying the list of bouquets

  1. #1
    Sowa's Avatar
    Title
    Member
    Join Date
    Apr 2013
    Location
    Russia, Novorossiysk
    Posts
    45
    Thanks
    15
    Thanked 13 Times in 10 Posts

    The problem with the displaying the list of bouquets

    Vu+ Uno
    ViX 3.0.632-644
    any Skyn

    When choosing a new bouquet from the list, its name is added to the already existing name in the screen "Channel Selection".
    This manifests itself in different skins. Tried all those present at the feed and presented in the forum and also MetrixHD.

    Submitted screenshots of the Skin Magic-HD-Night
    n-1.jpgn-2.jpgn-3.jpgn-4.jpg
    Last edited by Sowa; 12-05-13 at 18:10.

  2. #2
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    should be using something like this.


    Code:
    		<widget source="Title" render="Label" position="135,25" size="800,43" font="Boldit;32" transparent="1" foregroundColor="fullscreen-topbar-frgrnd" backgroundColor="fullscreen-topbar-bkgrnd" zPosition="1" />
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

  3. The Following User Says Thank You to andyblac For This Useful Post:

    Sowa (24-05-13)

  4. #3
    Sowa's Avatar
    Title
    Member
    Join Date
    Apr 2013
    Location
    Russia, Novorossiysk
    Posts
    45
    Thanks
    15
    Thanked 13 Times in 10 Posts
    Quote Originally Posted by andyblac View Post
    should be using something like this.
    Code:
    <widget source="Title" render="Label" position="135,25" size="800,43" font="Boldit;32" transparent="1" foregroundColor="fullscreen-topbar-frgrnd" backgroundColor="fullscreen-topbar-bkgrnd" zPosition="1" />
    So it is. In skin.xml, screen=ChannelSelection title widget:
    Code:
    <widget backgroundColor="metrixBackground" font="SetrixHD; 29" position="50,45" render="Label" size="673,45" source="Title" transparent="1" />
    In module /usr/lib/enigma2/python/Screens/ChannelSelection.py (str. 1291) is a function
    Code:
        def buildTitleString(self):
            titleStr = self.getTitle()
            nameStr = ''
            pos = titleStr.find(']')
            if pos == -1:
                pos = titleStr.find(' (')
            if pos != -1:
                if titleStr.find(' (TV)') != -1:
                    titleStr = titleStr[-5:]
                elif titleStr.find(' (Radio)') != -1:
                    titleStr = titleStr[-8:]
                Len = len(self.servicePath)
                if Len > 0:
                    base_ref = self.servicePath[0]
                    if Len > 1:
                        end_ref = self.servicePath[(Len - 1)]
                    else:
                        end_ref = None
                    if end_ref is not None:
                        self.nameStr = self.getServiceName(end_ref)
                        titleStr = self.nameStr + titleStr
                    self.setTitle(titleStr)
    perhaps there is a build-up string "titleStr"
    VU+ UNO (Last ViX image) ; DM800HD (Any images)

  5. #4
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    sorry for late reply, can you give me a step by step to reproduce it.
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.