CPG Button in TVOSD can't be clicked ! HELP ! (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hello community,

    i will have a button in the tvosd to click it and go to the clickfinder site for more infos. Befor mp 1.4 it works fine now i can't click on it with the fb..

    here are the used code...

    Code:
    <!-- :::::::::: Clickfinder ProgramGuide Detail Gui  :::::::::: -->
    	<control Style="settingsosdcheckbutton">
    	  <description>Clickfinder ProgramGuide Detail Gui</description>
    	  <type>button</type>
    	  <id>560</id>
    	  <hyperlink>1656544652</hyperlink>
    	  <hyperlinkParameter>TITLE: #TV.View.title|CHANNEL: #TV.View.channel|START: #TV.View.start|STOP: #TV.View.stop</hyperlinkParameter>
    	  <posX>1743</posX>
    	  <posY>975</posY>
    	  <width>90</width>
    	  <height>90</height>
    	  <markHeight>90</markHeight>
    	  <markWidth>90</markWidth>
    	  <textureCheckmark>osdcpgfo.png</textureCheckmark>
    	  <textureCheckmarkNoFocus>osdcpgnf.png</textureCheckmarkNoFocus>
    	  <textureFocus>osdcpgfo.png</textureFocus>
    	  <textureNoFocus>osdcpgnf.png</textureNoFocus>
    	  <markalign>left</markalign>
    	  <markXOff>-5</markXOff>
    	  <markYOff>0</markYOff>
    	  <onleft>218</onleft>
    	  <onright>214</onright>
    	  <onup>218</onup>
    	  <ondown>218</ondown>
    	  <visible>yes</visible>
    	  <animation effect="fade" time="250">Visible</animation>
    	  <animation effect="fade" time="250">windowopen</animation>
    	</control>
    	<!-- :::::::::: Clickfinder ProgramGuide Detail Gui  :::::::::: -->

    What was wrong or what has changed that i can't focused it ?
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    If you can't focus the buttton, their must be problem with your <onleft>,<onrigth>, .. tags.
    Please upload your TVOSD.xml. I will check.
    Please attach also a screenshot of the OSD in action.
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    ok thank you fischy. Screen comes later this day.

    The Button is on the right site.
     

    Attachments

    • Unbenannt.png
      Unbenannt.png
      1.8 MB
    • TVOSD.xml
      31.7 KB
    Last edited:

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Here it is. I put the button inside the button group and changed the onup, .. tags. The arrows in the picture shows how to get to the button and back. Please tell me if you want it different.
     

    Attachments

    • Unbenannt.jpg
      Unbenannt.jpg
      151.4 KB
    • TVOSD.xml
      31.7 KB

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Sorry for the late respons, now i have test it and it works great, can you add one more movement two the actaul one, from the play button direct click to the right and he jumps to the cpg button ?
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Thank you very much to spend your time to make it work for me !!

    I have a look at the xml and the only think i have notice was that you have change the position from my codeblock and some numbers from onleft and so an, was this my error ?
     
    Last edited:

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    The position inside the xml was not the problem, I only did that to have all buttons in the same group.

    The problem were the numbers. e.g. for the clickfinder button

    XML:
    <onleft>213</onleft>
    <onright>221</onright>
    <onup>220</onup>
    <ondown>220</ondown>

    these numbers say: When you press "left" go to the element with the ID 213 -> play button
    on right click go to element with ID 221 -> Audio menu

    and so on.

    Your clickfinder element has the ID 560, but this ID wasn't in any <on...> tag in any button, so there were no way to get to the CFB.

    So I changed e.g. the <onrigth> in the play buttuon to
    XML:
    <onrigth>560</onright>
    .
     
    Last edited:

    Users who are viewing this thread

    Top Bottom