3DMP - Blue version Beta1 (1 Viewer)

Vote please while download

  • Ugly skin. I will post for what.

    Votes: 0 0.0%

  • Total voters
    247

Vanessa

Portal Pro
May 31, 2006
329
1
Hi hi

i need that anyone help me :oops:

I try call Plugin module from BasicHome.xml

I try:

<action>115</action> but call main menu

If try

<action>34</action> does not work.
(Wrong number?, action or hyperlink?)

How can i call plugin list from basichome?

thank's a lot
 

smnnekho

Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    Code:
    		<control>
    			<type>button</type>
    			<id>8</id>
    			<posX>535</posX>
    			<posY>270</posY>
    			<colordiffuse>ffffffff</colordiffuse>
    			<onleft>7</onleft>
    			<onright>9</onright>
    			<onup>5</onup>
    			<ondown>11</ondown>
    			<hyperlink>5000</hyperlink>
    			<label>My Alarm</label>
    			<textcolor>00ffffff</textcolor>
    			<width>80</width>
    			<height>80</height>
    			<textureFocus>menu-selection.png</textureFocus>
    			<textureNoFocus>empty.png</textureNoFocus>
    			<hover>m_timer.png</hover>
    			<hoverX>70</hoverX>
    			<hoverY>170</hoverY>
    			<hoverWidth>200</hoverWidth>
    			<hoverHeight>200</hoverHeight>
    		</control>


    i'm not sure, but this is an example for the My alarm plugin. i'm not that skinning-geek as you know, but this may help you anyways

    edit: these aren't the right settings for you skins though, sure you noticed,
     

    Vanessa

    Portal Pro
    May 31, 2006
    329
    1
    smnnekho said:
    Code:
    		<control>
    			<type>button</type>
    			<id>8</id>
    			<posX>535</posX>
    			<posY>270</posY>
    			<colordiffuse>ffffffff</colordiffuse>
    			<onleft>7</onleft>
    			<onright>9</onright>
    			<onup>5</onup>
    			<ondown>11</ondown>
    			<hyperlink>5000</hyperlink>
    			<label>My Alarm</label>
    			<textcolor>00ffffff</textcolor>
    			<width>80</width>
    			<height>80</height>
    			<textureFocus>menu-selection.png</textureFocus>
    			<textureNoFocus>empty.png</textureNoFocus>
    			<hover>m_timer.png</hover>
    			<hoverX>70</hoverX>
    			<hoverY>170</hoverY>
    			<hoverWidth>200</hoverWidth>
    			<hoverHeight>200</hoverHeight>
    		</control>


    i'm not sure, but this is an example for the My alarm plugin. i'm not that skinning-geek as you know, but this may help you anyways

    edit: these aren't the right settings for you skins though, sure you noticed,

    Thank's but i need action number or hyperlink number

    This is my code:

    Code:
             <type>button</type>
             <description>myPlugin from BasicHome</description>
             <id>3</id>
             <posX>307</posX>
             <posY>202</posY>
             <onleft>4</onleft>
             <onright>2</onright>
             <onup>4</onup>
             <ondown>2</ondown>
             <hoverY>270</hoverY>
             <hover>-</hover>
             <hoverHeight>230</hoverHeight>
             <hoverX>265</hoverX>
             <hoverWidth>204</hoverWidth>
             <action>34</action>
             <label>100034</label>
             <font>font10</font>
             <align>center</align>
             <textcolor>ffffff</textcolor>
             <width>106</width>
             <height>235</height>
             <textXOff>25</textXOff>
             <textYOff>15</textYOff>
             <textureFocus>myplugins_hover.png</textureFocus>
             <textureNoFocus>myplugins.png</textureNoFocus>
     

    wortelsoft

    Portal Pro
    May 13, 2005
    374
    1
    47
    Rotterdam, The Netherlands
    Home Country
    Netherlands Netherlands
    Looks nice.
    Great to have you on the team.




    Offtopic:

    Just a question, why are you opening a new thread for each beta release?

    And next time you make a poll add a few more options this is a bit black and white. You will also have a lot more info from a poll with more options.
     

    Vanessa

    Portal Pro
    May 31, 2006
    329
    1
    wortelsoft said:
    Looks nice.
    Great to have you on the team.




    Offtopic:

    Just a question, why are you opening a new thread for each beta release?

    And next time you make a poll add a few more options this is a bit black and white. You will also have a lot more info from a poll with more options.

    sure, i open 3 threads.

    1) For collect suggestions for my skin

    2) When i create a flat version of my skin. before i convert into pseudo 3D and renamed to 3DMP.

    3) Release beta download

    I need delete thread 1, can anyone help me?

    Can anyone help me with my question??
     

    smnnekho

    Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    maybe i'm just thinking the wrong way, but you don't need an defined action to call a window do you?

    as far as i know you just need this hyperlink tag with the targets windowID, in case of my alarm it's windowID 5000

    in your basichome.xml i see that my music e.g. is called by

    Code:
    <hyperlink>501</hyperlink>

    501 is the windowID from My music (mymusicsongs.xml exactly).

    so if i would replace the "501" in your basichome XML with "5000" everytime i click on my music my alarm would be started. so if a new icon would be created, with

    Code:
    <hyperlink>501</hyperlink>

    i'm pretty sure it'll load my alarm.

    just in case if yoiu're not sure how to find the windowIDS it's in the second row of every screen.xml:

    Code:
    <window>
     ---> <id>5000</id>   <-----
    	<defaultcontrol>3</defaultcontrol> 
    	<allowoverlay>yes</allowoverlay>
    	<define>#header.label:850</define>
    	<define>#header.image:alarm_logo.png</define>
    	<controls>

    this one is from the myalarm.xml


    i hope i don't get you completly wrong, maybe you want something totally different?


    edit:

    vanessa_cl said:
    I need delete thread 1, can anyone help me?

    you can delete your own posts by clicking the "X" on the upper right corner of your thread, i'm not sure if that effects the whole thread but i guess it works this way when you are the original poster...
     

    wertzui

    Retired Team Member
  • Premium Supporter
  • July 2, 2005
    320
    8
    Vanessa i noticed that you are still using a couple of images for the epg from my vista skain.
    just wanted to tell you so you dont get into trouble.
     

    Vanessa

    Portal Pro
    May 31, 2006
    329
    1
    wertzui said:
    @vanessa i noticed that you are still using a couple of images for the epg from my vista skain.
    just wanted to tell you so you dont get into trouble.

    Don't worry all gfx as your theme are removed. Today i created graphics for TV and all plugins.
     

    smnnekho

    Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    do you want to add specific plugins to the home screen or do you want to call the "myplugins" page from the homescreen?

    for the first one as in my posting above, for the last one it would be <hyperlink>34</hyperlink>

    since the mypluginscreen is just a screen like the others, it is called by a hyperlink and not by an action
     

    Vanessa

    Portal Pro
    May 31, 2006
    329
    1
    smnnekho said:
    do you want to add specific plugins to the home screen or do you want to call the "myplugins" page from the homescreen?

    for the first one as in my posting above, for the last one it would be <hyperlink>34</hyperlink>

    since the mypluginscreen is just a screen like the others, it is called by a hyperlink and not by an action

    hey thank's.
    i need call "myplugins" from my homescreen.
    but i try <hyperlink>34</hyperlink> and does not work

    What it's wrong?
     

    Users who are viewing this thread

    Top Bottom