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 4 of 9 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 123

Thread: MODIFIED - ViX Night HD Skin

  1. #46

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    and i do argue the point that the vu box as a linux box means that it is directed at a moderately limited audience rather than a main-steam set-top box. As such it will not reside in most homes and the homes it does reside in, these folk tend to like to view performance metrics!!!

  2. #47
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,262
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    I have bad news: I've been struggling for an hour and a half, but for some reason I can't get grip on it. Andy made this skin more complicated than I'm capable of modding.
    Sorry!

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  3. #48

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    fintannl, Rob...

    Quote Originally Posted by fintannl View Post
    rob, ain't no xml designer. if i double click the 'ok' button on the remote control and remove the description of the program then i have all the date and time info plus the signal strength information. could you explain what changes i need to do to skin.xml to achieve this
    If you look at the skin.xml file, the lines you're looking for are
    Code:
    		<eLabel text="SNR" position="812,258" size="50,22" font="Regular;18" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" halign="right" noWrap="1" />
    		<widget source="session.FrontendStatus" render="Label" position="870,258" size="80,22" font="Bold;18" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" noWrap="1">
    			<convert type="FrontendInfo">SNR</convert>
    		</widget>
    		<eLabel text="AGC" position="812,281" size="50,22" font="Regular;18" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" halign="right" noWrap="1" />
    		<widget source="session.FrontendStatus" render="Label" position="870,281" size="80,22" font="Bold;18" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" noWrap="1">
    			<convert type="FrontendInfo">AGC</convert>
    		</widget>
    fintannl, however any changes you make here will be overwritten on an update, so best to do as Rob suggests & create a screen_user.xml.

    If you want to edit the skin.xml, this screen should do all your requests
    Code:
    	<screen name="InfoBar" flags="wfNoBorder" position="center,e-158" size="974,148" title="InfoBar" backgroundColor="transparent">
    		<ePixmap position="0,0" size="974,148" pixmap="ViX_Night_HD/1stinfobar.png" alphatest="on" zPosition="-1"/>
    		<widget source="session.CurrentService" render="Label" position="44,6" size="625,34" font="Boldit;30" foregroundColor="infobar_service_frgrnd" backgroundColor="infobar-bkgrnd" transparent="1" valign="top" halign="left" noWrap="1">
    			<convert type="ServiceName">Name</convert>
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_update_off.png" position="689,12" size="20,20" zPosition="0" alphatest="blend" />
    		<widget source="global.OnlineStableUpdateState" render="Pixmap" pixmap="ViX_HD_Common/icons/icon_stableupdate.png" position="689,12" size="20,20" zPosition="1" alphatest="blend" >
    			<convert type="ConditionalShowHide">Blink</convert>
    		</widget>
    		<widget source="global.OnlineUnstableUpdateState" render="Pixmap" pixmap="ViX_HD_Common/icons/icon_unstableupdate.png" position="689,12" size="20,20" zPosition="1" alphatest="blend" >
    			<convert type="ConditionalShowHide">Blink</convert>
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_rec_off.png" position="713,13" size="31,17" zPosition="0" alphatest="blend" />
    		<widget source="session.RecordState" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_rec.png" position="713,13" size="31,17" zPosition="1" alphatest="blend">
    			<convert type="ConditionalShowHide">Blink</convert>
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/ico_hbbtv_off.png" position="747,12" size="46,17" zPosition="0" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/ico_hbbtv_on.png" position="747,12" size="46,17" zPosition="1" alphatest="blend">
    			<convert type="ServiceInfo">HasHBBTV</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_hd_off.png" position="797,11" size="29,20" zPosition="1" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_hd_on.png" position="797,11" size="29,20" zPosition="2" alphatest="blend">
    			<convert type="ServiceInfo">VideoWidth</convert>
    			<convert type="ValueRange">721,1980</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_format_off.png" position="830,14" zPosition="0" size="28,15" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_format.png" position="830,14" size="28,15" zPosition="1" alphatest="blend">
    			<convert type="ServiceInfo">IsWidescreen</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_dolby_off.png" position="864,14" zPosition="0" size="25,15" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_dolby.png" position="864,14" size="25,15" zPosition="1" alphatest="blend">
    			<convert type="ServiceInfo">IsMultichannel</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_crypt_off.png" position="894,14" zPosition="0" size="11,15" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_crypt.png" position="894,14" size="11,15" zPosition="1" alphatest="blend">
    			<convert type="ServiceInfo">IsCrypted</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_Night_HD/icons/icon_txt_off.png" position="910,14" zPosition="0" size="18,15" alphatest="blend" />
    		<widget source="session.CurrentService" render="Pixmap" pixmap="ViX_Night_HD/icons/icon_txt.png" position="910,14" size="18,15" zPosition="1" alphatest="blend">
    			<convert type="ServiceInfo">HasTelext</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="global.CurrentTime" render="Label" position="825,42" zPosition="1" size="59,20" font="Regular;21" foregroundColor="infobar-frgrnd" backgroundColor="infobar-bkgrnd" transparent="1" noWrap="1" halign="right" valign="top">
    			<convert type="ClockToText">Format:%H:%M</convert>
    		</widget>
    		<widget source="global.CurrentTime" render="Label" position="885,45" zPosition="1" size="35,18" font="Regular;17" foregroundColor="infobar-frgrnd" backgroundColor="infobar-bkgrnd" transparent="1" noWrap="1" valign="top">
    			<convert type="ClockToText">Format::%S</convert>
    		</widget>
    		<eLabel text="SNR" position="817,67" size="50,22" font="Regular;18" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" halign="right" noWrap="1" />
    		<widget source="session.FrontendStatus" render="Label" position="877,67" size="80,22" font="Bold;18" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" noWrap="1">
    			<convert type="FrontendInfo">SNR</convert>
    		</widget>
    		<eLabel text="AGC" position="817,89" size="50,22" font="Regular;18" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" halign="right" noWrap="1" />
    		<widget source="session.FrontendStatus" render="Label" position="877,89" size="80,22" font="Bold;18" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" noWrap="1">
    			<convert type="FrontendInfo">AGC</convert>
    		</widget>
    		<widget source="session.CurrentService" render="PiconBg" position="43,44" size="102,62" transparent="0" alphatest="blend" />
    		<widget source="session.CurrentService" render="Picon" position="44,46" size="100,60" transparent="0" alphatest="blend">
    			<convert type="ServiceName">Reference</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Progress" position="153,40" size="647,35" pixmap="ViX_Night_HD/infobareventprogress.png" backgroundColor="infobar_sunken" transparent="1" zPosition="0" alphatest="blend" >
    			<convert type="EventTime">Progress</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Label" position="175,40" size="70,35" font="Regular;22" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" noWrap="1" valign="center">
    			<convert type="EventTime">StartTime</convert>
    			<convert type="ClockToText">Default</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Label" position="245,40" size="430,35" font="Regular;22" noWrap="1" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" transparent="1" valign="center">
    			<convert type="EventName">Name</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Label" position="590,40" size="200,35" font="Regular;22" foregroundColor="infobar-frgrnd" backgroundColor="infobar_sunken" halign="right" transparent="1" noWrap="1" valign="center">
    			<convert type="EventTime">Remaining</convert>
    			<convert type="RemainingToText">InMinutes</convert>
    		</widget>
    		<widget source="session.Event_Next" render="Label" position="175,75" size="70,35" font="Regular;22" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" noWrap="1" valign="center">
    			<convert type="EventTime">StartTime</convert>
    			<convert type="ClockToText">Default</convert>
    		</widget>
    		<widget source="session.Event_Next" render="Label" position="245,75" size="430,35" font="Regular;22" noWrap="1" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" transparent="1" valign="center">
    			<convert type="EventName">Name</convert>
    		</widget>
    		<widget source="session.Event_Next" render="Label" position="690,75" size="100,35" font="Regular;22" foregroundColor="infobar_sunken_frgnd_dark" backgroundColor="infobar_sunken" halign="right" transparent="1" noWrap="1" valign="center">
    			<convert type="EventTime">Duration</convert>
    			<convert type="ClockToText">InMinutes</convert>
    		</widget>
    		<eLabel text="Tuner" position="830,118" size="60,20" font="Regular;20" foregroundColor="infobar-frgrnd" backgroundColor="infobar_collab_back" transparent="1" />
    		<widget source="session.TunerInfo" render="FixedLabel" text="A" position="888,118" size="14,20" font="Bold;20" foregroundColor="infobar_tuner_rec" backgroundColor="infobar_collab_back" halign="center" zPosition="1" transparent="1">
    			<convert type="TunerInfo">TunerUseMask</convert>
    			<convert type="ValueBitTest">1</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.TunerInfo" render="FixedLabel" text="B" position="901,118" size="14,20" font="Bold;20" foregroundColor="infobar_tuner_rec" backgroundColor="infobar_collab_back" halign="center" zPosition="1" transparent="1">
    			<convert type="TunerInfo">TunerUseMask</convert>
    			<convert type="ValueBitTest">2</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.TunerInfo" render="FixedLabel" text="C" position="914,118" size="14,20" font="Bold;20" foregroundColor="infobar_tuner_rec" backgroundColor="infobar_collab_back" halign="center" zPosition="1" transparent="1">
    			<convert type="TunerInfo">TunerUseMask</convert>
    			<convert type="ValueBitTest">4</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.TunerInfo" render="FixedLabel" text="D" position="927,118" size="14,20" font="Bold;20" foregroundColor="infobar_tuner_rec" backgroundColor="infobar_collab_back" halign="center" zPosition="1" transparent="1">
    			<convert type="TunerInfo">TunerUseMask</convert>
    			<convert type="ValueBitTest">8</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.FrontendInfo" render="FixedLabel" text="A" position="888,118" size="14,20" font="Bold;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="center" zPosition="2" transparent="1">
    			<convert type="FrontendInfo">NUMBER</convert>
    			<convert type="ValueRange">0,0</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.FrontendInfo" render="FixedLabel" text="B" position="901,118" size="14,20" font="Bold;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="center" zPosition="2" transparent="1">
    			<convert type="FrontendInfo">NUMBER</convert>
    			<convert type="ValueRange">1,1</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.FrontendInfo" render="FixedLabel" text="C" position="914,118" size="14,20" font="Bold;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="center" zPosition="2" transparent="1">
    			<convert type="FrontendInfo">NUMBER</convert>
    			<convert type="ValueRange">2,2</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<widget source="session.FrontendInfo" render="FixedLabel" text="D" position="927,118" size="14,20" font="Bold;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="center" zPosition="2" transparent="1">
    			<convert type="FrontendInfo">NUMBER</convert>
    			<convert type="ValueRange">3,3</convert>
    			<convert type="ConditionalShowHide" />
    		</widget>
    		<ePixmap pixmap="ViX_HD_Common/buttons/red.png" position="60,118" size="25,25" alphatest="blend" />
    		<widget name="key_red" position="95,118" size="130,25" font="Regular;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="left" transparent="1" zPosition="1" />
    		<ePixmap pixmap="ViX_HD_Common/buttons/green.png" position="250,118" size="25,25" alphatest="blend" />
    		<widget name="key_green" position="285,118" size="130,25" font="Regular;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="left" transparent="1" zPosition="1" />
    		<ePixmap pixmap="ViX_HD_Common/buttons/yellow.png" position="440,118" size="25,25" alphatest="blend" />
    		<widget name="key_yellow" position="475,118" size="130,25" font="Regular;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="left" transparent="1" zPosition="1" />
    		<ePixmap pixmap="ViX_HD_Common/buttons/blue.png" position="630,118" size="25,25" alphatest="blend" />
    		<widget name="key_blue" position="665,118" size="150,25" font="Regular;20" foregroundColor="menu-buttons-frgrnd" backgroundColor="infobar_collab_back" halign="left" transparent="1" zPosition="1"/>
    	</screen>
    However Rob will tell you best what to name it if you want to go down the better screen_user.xml route.
    I'm not sure what the filename should be as it's now skin & screen dependent.
    Also the paths for the graphics would need to be changed as the new file isn't in the same directory as the current skin.xml.
    Rob should have you sorted soon.
    Last edited by judge; 24-09-12 at 22:51.

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

    fintannl (24-09-12)

  5. #49

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Rob, you know I'm a shit head about pixels being out, so if you update this thread, when you get the chance to fix any pixels in the above screen, please do.

  6. #50

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    thanks for advice, did suggested changes and bright side is that the system did come back. bad news is i still have the same view as before

  7. #51

    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 fintannl View Post
    thanks for advice, did suggested changes and bright side is that the system did come back. bad news is i still have the same view as before
    Not sure what you mean by this, please explain further.

  8. #52

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    searched for the lines you suggested in skin.xml file, replaced them with suggested lines and saved them then rebooted the box. no change to look when i press the ok button on remote control

  9. #53
    Rob van der Does's Avatar
    Title
    ViX Beta Tester
    Join Date
    Apr 2010
    Location
    The Netherlands & France
    Posts
    36,262
    Thanks
    1,720
    Thanked 9,461 Times in 6,675 Posts
    Never change the skin.xml, as it is a system-file and changes will get lost on updating the box.
    You can add a screen to skin_user_ViX_Night_HD.xml in etc/enigma2 and that screen takes precedence over the screen in the skin.xml

    A suggestion: although not exactly what you want, you can copy the whole screen named 'secondinfobar' to that user-file, and rename it as 'infobar'. That way the infobar will be the same as the secondinfobar.

    Help asked via PM will be ignored.
    The forum is there for help and all will benefit from your questions.
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN, IN OPEN FORUM OR PM !

    English is not my native tongue.
    I apologise for all my grammar, spelling and idiom errors.

  10. #54

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    eeks, now i have no snr showing on either info bars. darn

  11. #55

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    sorry rob, let me clarify, with the suggested changes from judge i have no snr showing on either infobar. i have yet to put your suggestion into action

  12. #56

    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 fintannl View Post
    sorry rob, let me clarify, with the suggested changes from judge i have no snr showing on either infobar. i have yet to put your suggestion into action
    The xml above only adds that info to the first infobar.
    If it's not now showing on your secondinfobar, you've done something else wrong.

  13. #57

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    judge, replaced suggested lines in xml file. wasn't that difficult. i'm just describing he outcome. snr, as per the recent Night skin is not available via the first info bar and with the changes made snr/agc is no longer available on the first or second info bar. first info bar remains the same while second info bar is now without snr/agc info

  14. #58

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    I'll have a look again in an hour or two, presume you're using the default VIX night skin?

  15. #59

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Posts
    723
    Thanks
    104
    Thanked 80 Times in 56 Posts
    yes it is the standard vix night hd skin on the oe3.0 release

  16. #60

    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 fintannl View Post
    yes it is the standard vix night hd skin on the oe3.0 release
    I just tested the above screen & it works as expected (shows time, snr & agc on first infobar), so not sure where you went wrong.
    Attached is full modified skin.xml with only the above screen changed.
    However as Rob has said, this is not the recommended way to do it as it will be overwritten on any updates.
    You should add the screen to a skin_user_ViX_Night_HD.xml file & update image paths to suit.

    skin.xml.zip

    Also note, the above skin.xml is for the 318 build.

Page 4 of 9 FirstFirst ... 23456 ... 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.