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 17 of 27 FirstFirst ... 71516171819 ... LastLast
Results 241 to 255 of 393

Thread: Some ideas to improve the Graphical EPG screen

  1. #241

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by Rob van der Does View Post
    I have suggested quite a number of times to use the help-button; that provides a fine overview on all available functions.
    Yes, and folks still don't do it.

  2. #242

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Quote Originally Posted by Rob van der Does View Post
    I have suggested quite a number of times to use the help-button; that provides a fine overview on all available functions.
    It turns out not all remotes have the 'help' button across the range of boxes you support from what people had posted on another thread regarding this mod.

  3. #243

    Title
    Moderator
    Join Date
    Jul 2010
    Posts
    4,684
    Thanks
    1,205
    Thanked 2,524 Times in 1,349 Posts
    Is that all that does, just list the.bouquets across the top? Does the contents change or anything as your scrolling.through bouquets with the < > buttons?
    Vu Ultimo4K, OpenViX 5.0, 8xdvb-c, 8xdvb-s2, 2xdvb-t2
    Vu Solo4K, OpenViX 5.0, 8xdvb-s2
    Dreambox DM900, OpenViX 5.0, 2xdvb-s2, 2xdvb-c/t2
    Terrestrial, Cable, Fixed 28.2e + Unicable2 LNB

  4. #244
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    On my mutant I don't have a help button also.

    Some of the things in using with matt, s code change is the green button to access the pvr recordings I've made from the epg as i use the tv remote with cec.
    I also use the red pop-up menu to access recording options and the bouquet list.

    I'm not too fused with the numbers keys to change channel within the epg as i find just opening the bouquet list just as easy and quick.

  5. The Following User Says Thank You to markus625 For This Useful Post:

    bbbuk (16-04-15)

  6. #245

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Quote Originally Posted by rossi2000 View Post
    Is that all that does, just list the.bouquets across the top? Does the contents change or anything as your scrolling.through bouquets with the < > buttons?
    The contents of the EPG change to match the bouquet selected.

    So in my screenshot, it showed "All Channels" as that is the default bouquet but if I used < > buttons to select 'Movies' bouquet then just the movies are then listed in the GEPG.
    Last edited by bbbuk; 16-04-15 at 12:32.

  7. #246

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by bbbuk View Post
    if I used < > buttons to select 'Movies' bouquet then just the movies are then listed in the GEPG.
    Is the title of the movies bouquet also highlighted in that case?

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

    rossi2000 (16-04-15)

  9. #247

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Quote Originally Posted by judge View Post
    Is the title of the movies bouquet also highlighted in that case?
    Probably easier if I took screen shots for you...

    Default - "All Channels" (only because in ABM I have main bouquet enabled as well sectional ones)
    MattModGEPGBouquet1.jpg

    "Entertainment" bouquet
    MattModGEPGBouquet2.jpg

    "Movies" bouquet
    MattModGEPGBouquet3.jpg

  10. The Following 3 Users Say Thank You to bbbuk For This Useful Post:

    duoduo (16-04-15),judge (16-04-15),mcquaim (16-04-15)

  11. #248
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    The Pop-up menu doesnt look to good in the skin im working on as you can see from the screengrab.
    choicebox.jpg
    What controls the look and the text size etc.

    I have the following code in the skin.

    HTML Code:
    	<screen name="ChoiceBox" position="0,0" size="520,130" zPosition="99">
    		<widget name="text" position="0,0" size="520,0" font="menulist;24"/>
    		<widget name="list" position="100,100" size="520,0" font="menulist;26" foregroundColor="white" enableWrapAround="1" selectionPixmap="testbuild/list-768x70.png"/>
    		<applet type="onLayoutFinish">
    self.autoResize()
    		</applet>
    	</screen>
    		<screen name="OptionDialog" position="0,0" size="240,190" zPosition="5" flags="wfNoBorder">
    		<widget name="text" position="0,0" size="0,0" font="menulist;22"/>
    		<widget name="list" position="10,10" size="220,160" enableWrapAround="1" selectionPixmap="testbuild/list-768x70.png"/>
    	</screen>

  12. #249

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Quote Originally Posted by markus625 View Post
    What controls the look and the text size etc.

    I have the following code in the skin.
    I'm guessing here (still learning) but I would look at font="menulist;XX"/> where xx maybe the font size.

    As for the look is that not based on the "list-668x70.png" picture?
    Last edited by bbbuk; 16-04-15 at 19:16.

  13. #250
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    erm font size doesnt appear to be making any differance, I wonder if its a global statement thats controlling this, I am using bello skin as a base to work on this skin.

    Ive allready commited out the
    HTML Code:
     <alias name="ChoiceList" font="menulist" size="42" height="60" />
    so i wonder if there something else controlling it in the skin.xml

  14. #251

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Sorry, can't help. I thought what I put was correct because it would be the obvious way of specifying the text size right after the name of the font.

    It maybe a global thing like you said.

    I have just tried it on blue-hd and same as you didn't seem to make any change.

  15. #252
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Well this needs to be sorted before we can even suggest it for the main image.
    Really needs to be skinned regardless of global settings.

  16. #253
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    I think if you put in this statement on the skin.xml

    HTML Code:
     <alias name="ChoiceList" font="menulist" size="42" height="60" />
    Then this does increase the font size but it does effect other parts of the skin that's uses the choicelist as it's a global statement.

  17. #254

    Title
    Moderator
    Join Date
    Jul 2010
    Posts
    4,684
    Thanks
    1,205
    Thanked 2,524 Times in 1,349 Posts
    yep thats right
    Vu Ultimo4K, OpenViX 5.0, 8xdvb-c, 8xdvb-s2, 2xdvb-t2
    Vu Solo4K, OpenViX 5.0, 8xdvb-s2
    Dreambox DM900, OpenViX 5.0, 2xdvb-s2, 2xdvb-c/t2
    Terrestrial, Cable, Fixed 28.2e + Unicable2 LNB

  18. The Following User Says Thank You to rossi2000 For This Useful Post:

    bbbuk (16-04-15)

  19. #255

    Title
    Junior Member
    Join Date
    Apr 2015
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post
    Can someone please tell me where I can get this skin with the boquets across the top of the epg please.

Page 17 of 27 FirstFirst ... 71516171819 ... LastLast

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.