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 9 of 9 FirstFirst ... 789
Results 121 to 133 of 133

Thread: WIP Halo 1080p skin

  1. #121

    Title
    Senior Member
    Join Date
    Mar 2012
    Posts
    157
    Thanks
    8
    Thanked 4 Times in 5 Posts
    Quote Originally Posted by markus625 View Post
    Updated github with added screen.

    You can add this screen to the skin_Halo.xml


    HTML Code:
    	<!--BOUQUET SELECTOR -->
    		<screen name="BouquetSelector" position="fill" flags="wfNoBorder" backgroundColor="transparent">
    		<eLabel position="190,330" size="1540,520" backgroundColor="settings_panel_background" zPosition="-1"/>
    		<eLabel position="190,270" size="1540,60" backgroundColor="settings_panel_titlebar" zPosition="1"/>
    		<widget name="menu" render="Listbox" position="190,330" size="1540,504" textOffset="30,10" font="Roboto-Light;36" halign="center" valign="center" itemHeight="84" selectionPixmap="settings/1740x84_On.png" backgroundPixmap="settings/1740x84_Off.png" foregroundColor="settings_lists_font_foregroundcolor" foregroundColorSelected="settings_lists_font_foregroundcolor_selected" backgroundColor="menubackground" transparent="1" enableWrapAround="1" scrollbarMode="showNever" zPosition="4"/>
    		<panel name="title2"/>
    	</screen>
    Sorry where does this go? Anywhere in the xml file?

  2. #122
    duoduo's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2013
    Location
    North West Seaside
    Posts
    2,006
    Thanks
    645
    Thanked 389 Times in 309 Posts
    Hi, the screen for adding a auto timer isn't showing correctly, I'm just getting a blank black box
    Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options

    If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me

  3. #123
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Quote Originally Posted by duoduo View Post
    Hi, the screen for adding a auto timer isn't showing correctly, I'm just getting a blank black box
    yes you are right, ill fix asap.

    Updated:

    Last edited by markus625; 09-01-16 at 15:05. Reason: added github link

  4. The Following 2 Users Say Thank You to markus625 For This Useful Post:

    abu baniaz (09-01-16),Sicilian (09-01-16)

  5. #124
    veskop's Avatar
    Title
    Member
    Join Date
    Jul 2011
    Posts
    38
    Thanks
    12
    Thanked 3 Times in 3 Posts
    How to fix subtitle problem?They appear on wrong place?Screenshot:

    Gigablue Quad+250GB HDD ~ Xtrend ET5000 OpenPLi 4.0 ~ Triax110 Black Multifeed @36E/28E/23E ~ Total TV 85cm Multifeed @19E/16E/13E/9+7E ~ 60cm Bulsatcom@39Е ~ EMP Centauri 9/1 DiSEqC ~ Panasonic L42G20.

  6. #125
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Quote Originally Posted by veskop View Post
    How to fix subtitle problem?They appear on wrong place?Screenshot:

    Sorry I havnt a clue, guys is there a screen for the subs.

  7. #126

    Title
    Moderator
    Join Date
    Jul 2010
    Posts
    4,684
    Thanks
    1,205
    Thanked 2,524 Times in 1,349 Posts
    yes check the other skins
    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

  8. #127

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    @Markus,

    Found this in the 1080 skin xml i'm using of Rossi's now:-

    Code:
    	<!-- ## SUBTITLES ## -->
    	<screen name="Subtitles" position="fill" flags="wfNoBorder" backgroundColor="transparent">
    		<panel name="FullScreenTemplate" />
    		<panel name="FullScreenConfigWidget" />
    	</screen>
    	<screen name="SubtitleDisplay" position="fill" flags="wfNoBorder" backgroundColor="transparent" zPosition="-1" />
    	<screen name="QuickSubtitlesConfigMenu" position="50,50" size="850,440" flags="wfNoBorder" backgroundColor="transparent">
    		<ePixmap position="0,0" size="850,440" pixmap="ViXBMC_1080_Common/infobar/quicksubtitles.png" alphatest="blend" zPosition="1"/>
    		<widget name="config" position="20,20" size="810,350" font="menulist;34" itemHeight="50" foregroundColor="maincolour"
    		 backgroundColor="menubackground" transparent="1" enableWrapAround="1" scrollbarMode="showOnDemand" zPosition="2" />
    		<widget name="videofps" position="20,370" size="810,50" font="infobar2;32" foregroundColor="thirdcolour" backgroundColor="menubackground"
     		transparent="1" halign="center" valign="center" zPosition="2"/>
    	</screen>
    This code refers to the following .png file
    Attached Images Attached Images

  9. #128
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Quote Originally Posted by bbbuk View Post
    @Markus,

    Found this in the 1080 skin xml i'm using of Rossi's now:-

    Code:
    	<!-- ## SUBTITLES ## -->
    	<screen name="Subtitles" position="fill" flags="wfNoBorder" backgroundColor="transparent">
    		<panel name="FullScreenTemplate" />
    		<panel name="FullScreenConfigWidget" />
    	</screen>
    	<screen name="SubtitleDisplay" position="fill" flags="wfNoBorder" backgroundColor="transparent" zPosition="-1" />
    	<screen name="QuickSubtitlesConfigMenu" position="50,50" size="850,440" flags="wfNoBorder" backgroundColor="transparent">
    		<ePixmap position="0,0" size="850,440" pixmap="ViXBMC_1080_Common/infobar/quicksubtitles.png" alphatest="blend" zPosition="1"/>
    		<widget name="config" position="20,20" size="810,350" font="menulist;34" itemHeight="50" foregroundColor="maincolour"
    		 backgroundColor="menubackground" transparent="1" enableWrapAround="1" scrollbarMode="showOnDemand" zPosition="2" />
    		<widget name="videofps" position="20,370" size="810,50" font="infobar2;32" foregroundColor="thirdcolour" backgroundColor="menubackground"
     		transparent="1" halign="center" valign="center" zPosition="2"/>
    	</screen>
    This code refers to the following .png file
    OK didn't think we would have a screen for subs thought this would have been user configurable, will try and add when I have time, weekend probably.

  10. #129
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Subtitle has been fixed now and committed to github.

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

    Andy_Hazza (16-01-16)

  12. #130
    Karl-Johan's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Dec 2012
    Location
    Sweden
    Posts
    34
    Thanks
    5
    Thanked 2 Times in 2 Posts
    Quote Originally Posted by markshore123 View Post
    Hi could you take a look sometime, blue button, oscam info and its all squashed, have attached picture
    Thanks
    Have this been fixed, i find it really annoying. It's occurs in alot of plugin menus. It's a black bar covering the text on the selected item..

  13. #131
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Quote Originally Posted by SLK350 View Post
    Have this been fixed, i find it really annoying. It's occurs in alot of plugin menus. It's a black bar covering the text on the selected item..
    Yeh ive updated the skin_halo.xml file on github, you just need to download that file and overwrite the original in the halo folder.

    Can't test this myself as I don't have any oscam shares.

  14. #132
    Karl-Johan's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Dec 2012
    Location
    Sweden
    Posts
    34
    Thanks
    5
    Thanked 2 Times in 2 Posts
    Quote Originally Posted by markus625 View Post
    Yeh ive updated the skin_halo.xml file on github, you just need to download that file and overwrite the original in the halo folder.



    Can't test this myself as I don't have any oscam shares.
    After replacing old file with this one my receiver wont start. Just hangs on bootscreen. Filesize of new file is around 900kb while the old one was around 100kb?

    You can go into xmltvimporter and press blue button (Sources) to see the error.
    Last edited by Karl-Johan; 17-01-16 at 00:33.

  15. #133
    markus625's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2011
    Posts
    1,104
    Thanks
    208
    Thanked 711 Times in 266 Posts
    Quote Originally Posted by SLK350 View Post
    After replacing old file with this one my receiver wont start. Just hangs on bootscreen. Filesize of new file is around 900kb while the old one was around 100kb?

    You can go into xmltvimporter and press blue button (Sources) to see the error.
    Not too sure what's happening there, I would suggest downloading the entire halo folder and copying over, as i said before I don't have oscam so can't test but I use the latest updates my self and I don't get any boot crashes.

Page 9 of 9 FirstFirst ... 789

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.