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.
Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 151 to 165 of 179

Thread: New skin: Simple Ten Eighty

  1. #151
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    ....works fine with my settings of Service width = 225 and Timeline font size +5.

    Not sure how your tweaking actually works, so ...

    Sticking with my fontsize of +5, "Mon 12 Apr" doesn't quite fit between a width of 161 thru' to 199. At 160 the month finally gets drops.

  2. #152
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    This works better for me.....

    Code:
    			if serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 7.6:
    					dateFormat = config.usage.date.daylong.value
    				elif serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 5.55:
    					dateFormat = config.usage.date.dayshort.value
    				elif serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 2.85:
    					dateFormat = config.usage.date.daysmall.value
    The month now gets dropped at Service width = 199.

  3. #153
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,553
    Thanks
    2,003
    Thanked 4,917 Times in 3,254 Posts
    Quote Originally Posted by ccs View Post
    This works better for me.....

    Code:
    			if serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 7.6:
    					dateFormat = config.usage.date.daylong.value
    				elif serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 5.55:
    					dateFormat = config.usage.date.dayshort.value
    				elif serviceWidth > (self.timelineFontSize + self.epgConfig.timelinefs.value) * 2.85:
    					dateFormat = config.usage.date.daysmall.value
    The month now gets dropped at Service width = 199.
    Yes but has to work in all skins, not just ones with narrow fonts.

  4. The Following User Says Thank You to Huevos For This Useful Post:

    Andy_Hazza (09-04-21)

  5. #154
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    Quote Originally Posted by Huevos View Post
    Yes but has to work in all skins, not just ones with narrow fonts.
    I thought you said "in all skins it seems to trim the year before it goes out of bounds", all I'm doing is dropping the month when the service width is wider than your original change.

  6. #155
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,764
    Thanks
    235
    Thanked 1,654 Times in 1,303 Posts
    Quote Originally Posted by Huevos View Post
    Yes but has to work in all skins, not just ones with narrow fonts.
    And with any user-chosen font-size change.
    Why not just drop displaying the year completely? It's mentioned elsewhere on the screen should you have forgotten what it is and wish to be reminded.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  7. #156
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,553
    Thanks
    2,003
    Thanked 4,917 Times in 3,254 Posts
    I already fixed it. I don't see any problem now. Works correct in all the skins I tested from our skins repo.

    All I am saying is with a narrow font there will be a bit of extra margin, to allow for wide fonts on other skins.

  8. The Following User Says Thank You to Huevos For This Useful Post:

    Andy_Hazza (09-04-21)

  9. #157
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    Quote Originally Posted by Huevos View Post
    I already fixed it. I don't see any problem now. Works correct in all the skins I tested from our skins repo.

    All I am saying is with a narrow font there will be a bit of extra margin, to allow for wide fonts on other skins.
    Although not with the settings I mentioned in posts #151 and #152, but not to worry.
    Attached Images Attached Images
    Last edited by ccs; 09-04-21 at 18:51.

  10. #158
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,553
    Thanks
    2,003
    Thanked 4,917 Times in 3,254 Posts
    Please explain how you are doing that with what is currently in the enigma repo.

  11. #159
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    It's your post #150 with Service width 180, Timeline font size +5, Simple_1080 skin, 5.4.009.011

    I've just re-installed to double check.
    Last edited by ccs; 09-04-21 at 19:55.

  12. #160
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,553
    Thanks
    2,003
    Thanked 4,917 Times in 3,254 Posts
    @CCS, I think the formula is good, so just play around with those floats until you are happy with it at all resolutions.

    And then we can commit your choice.

  13. #161
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,276 Times in 1,089 Posts
    Quote Originally Posted by Huevos View Post
    @CCS, I think the formula is good, so just play around with those floats until you are happy with it at all resolutions.

    And then we can commit your choice.
    Leave them as they are, they're fine, there are way too many permutations and combinations and any that don't quite work should be easily adjustable via the gui.

    I've always aimed to have the narrowest Service width and a large enough Event font size and Timeline font size to be easily readable.

    The bigger the telly, the easier it gets.

  14. #162

    Title
    Member
    Join Date
    Jan 2015
    Posts
    56
    Thanks
    19
    Thanked 6 Times in 4 Posts
    Hello, just switched to this skin and I am really liking it. I hope people are still reading this but can I get the pvr playback bar to the bottom of the screen not top?

    DC5C22BE-608A-4FE8-B3F2-6A77B60A99CD.jpg

  15. #163
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,054
    Thanks
    746
    Thanked 400 Times in 301 Posts
    Quote Originally Posted by Timmo65 View Post
    Hello, just switched to this skin and I am really liking it. I hope people are still reading this but can I get the pvr playback bar to the bottom of the screen not top?
    I moved it to the bottom in this thread but not thoroughly tested so don't know if it affects anything else.

    https://www.world-of-satellite.com/s...l=1#post530099
    Willo
    #######################
    AX HD61 4K UHD Twin (test box)
    Vu+ Uno 4K SE
    Edision OS Mio 4K
    Zgemma H9 Twin
    Xtrend ET8500
    Vu+ Uno 4K
    GT-Sat GT-S3DCSS24 Unicable II LNB
    GT-Sat GT-dLNB1-DY Unicable II LNB
    #######################

  16. The Following User Says Thank You to Willo3092 For This Useful Post:

    Timmo65 (30-01-23)

  17. #164

    Title
    Member
    Join Date
    Jan 2015
    Posts
    56
    Thanks
    19
    Thanked 6 Times in 4 Posts
    Thanks will take a look.

  18. #165

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2010
    Posts
    3,002
    Thanks
    1,346
    Thanked 426 Times in 390 Posts
    I have always use simple 1080 and always on lower part of screen and never changed anything.

Page 11 of 12 FirstFirst ... 9101112 LastLast

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.