home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Aaargh need help finding a screen!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Boilermaker" data-source="post: 95144" data-attributes="member: 10306"><p>I think i understand what you are trying to change, but you may want to post a screenshot to make it more clear. If i'm understanding correctly, dialogmenu.xml is the right file, the options listcontrol (id 3) is the control that lists the channels. Maybe you didn't apply your animation tags to the right control? Just to test it out, i added slide and fade animations to the listcontrol and it worked.</p><p></p><p>If you want the whole osd to slide and fade as one, you could just put all the controls in a single group assign animation effects to the group, something like this:[CODE]</p><p><window></p><p> <id>2012</id> </p><p> <defaultcontrol>3</defaultcontrol> </p><p> <allowoverlay>no</allowoverlay></p><p> <controls></p><p> <control></p><p>[COLOR="Red"] <type>group</type></p><p> <description>group element</description></p><p> <animation effect="slide" time="400" start="0,-300">WindowOpen</animation></p><p> <animation effect="slide" time="400" end="800,0" >WindowClose</animation></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="500">WindowClose</animation>[/COLOR]</p><p> <control></p><p> <type>image</type> </p><p> <id>0</id> </p><p> <posX>390</posX> </p><p> <posY>180</posY> </p><p> <width>500</width> </p><p> <height>280</height> </p><p> <texture>context_background.png</texture> </p><p> </control></p><p> <control></p><p> <description>Heading text label</description> </p><p> <type>label</type> </p><p> <id>4</id> </p><p> <posX>410</posX> </p><p> <posY>186</posY> </p><p> <label>181</label></p><p> <width>425</width> </p><p> </control> </p><p> <control></p><p> <description>Exit button</description></p><p> <type>button</type></p><p> <id>2</id></p><p> <posX>856</posX></p><p> <posY>185</posY></p><p> <width>28</width></p><p> <height>28</height></p><p> <textureFocus>button_close_focus.png</textureFocus></p><p> <textureNoFocus>button_close_nofocus.png</textureNoFocus></p><p> <label>-</label></p><p> <onleft>3</onleft></p><p> <onright>3</onright></p><p> <onup>3</onup></p><p> <ondown>3</ondown></p><p> </control></p><p>[COLOR="Blue"]<!-- in TV home/channels button, this lists the channels -->[/COLOR]</p><p> <control></p><p> <description>options listcontrol</description> </p><p> <type>listcontrol</type> </p><p> <id>3</id> </p><p> <posX>415</posX> </p><p> <posY>224</posY> </p><p> <width>450</width> </p><p> <height>230</height></p><p> <textXOff>10</textXOff></p><p> <textYOff>3</textYOff></p><p> <textureHeight>30</textureHeight> </p><p> <onleft>2</onleft> </p><p> <onright>2</onright></p><p> <onup>2</onup> </p><p> <ondown>2</ondown></p><p> <spinPosX>750</spinPosX></p><p> <spinPosY>419</spinPosY></p><p> </control></p><p> </control></p><p> </controls></p><p></window>[/CODE]</p></blockquote><p></p>
[QUOTE="Boilermaker, post: 95144, member: 10306"] I think i understand what you are trying to change, but you may want to post a screenshot to make it more clear. If i'm understanding correctly, dialogmenu.xml is the right file, the options listcontrol (id 3) is the control that lists the channels. Maybe you didn't apply your animation tags to the right control? Just to test it out, i added slide and fade animations to the listcontrol and it worked. If you want the whole osd to slide and fade as one, you could just put all the controls in a single group assign animation effects to the group, something like this:[CODE] <window> <id>2012</id> <defaultcontrol>3</defaultcontrol> <allowoverlay>no</allowoverlay> <controls> <control> [COLOR="Red"] <type>group</type> <description>group element</description> <animation effect="slide" time="400" start="0,-300">WindowOpen</animation> <animation effect="slide" time="400" end="800,0" >WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation>[/COLOR] <control> <type>image</type> <id>0</id> <posX>390</posX> <posY>180</posY> <width>500</width> <height>280</height> <texture>context_background.png</texture> </control> <control> <description>Heading text label</description> <type>label</type> <id>4</id> <posX>410</posX> <posY>186</posY> <label>181</label> <width>425</width> </control> <control> <description>Exit button</description> <type>button</type> <id>2</id> <posX>856</posX> <posY>185</posY> <width>28</width> <height>28</height> <textureFocus>button_close_focus.png</textureFocus> <textureNoFocus>button_close_nofocus.png</textureNoFocus> <label>-</label> <onleft>3</onleft> <onright>3</onright> <onup>3</onup> <ondown>3</ondown> </control> [COLOR="Blue"]<!-- in TV home/channels button, this lists the channels -->[/COLOR] <control> <description>options listcontrol</description> <type>listcontrol</type> <id>3</id> <posX>415</posX> <posY>224</posY> <width>450</width> <height>230</height> <textXOff>10</textXOff> <textYOff>3</textYOff> <textureHeight>30</textureHeight> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <spinPosX>750</spinPosX> <spinPosY>419</spinPosY> </control> </control> </controls> </window>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Aaargh need help finding a screen!
Contact us
RSS
Top
Bottom