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
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Skins
Skin Modifikationen
streamed skin @ holzi
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="Holzi" data-source="post: 862604" data-attributes="member: 104034"><p>Genau.</p><p>Du musst dir einfach die Background visibility conditions in der BasicHome.xml z.B. von dem "Movie Background (Hover) anschauen und für Latest Movies übernehmen.</p><p> </p><p>Müsste irgendwas mit condition.isVisible(100x) sein. Je nachdem wie das BasicHome Menü aufgebaut ist.</p><p> </p><p>Bsp aus der StreamedMP Default BasicHome.xml:</p><p>[CODE] <control></p><p> <description>MOVIES, TRAILERS, VIDEOS BACKGROUND 1</description></p><p> <id>1202</id></p><p> <type>image</type></p><p> <texture>SMPbackgrounds\movies\default.jpg</texture></p><p> <shouldCache>true</shouldCache></p><p> <posx>0</posx></p><p> <posy>0</posy></p><p> <width>1280</width></p><p> <height>720</height></p><p> <visible>control.isvisible(1002)|control.isvisible(1005)|control.isvisible(1006)</visible></p><p> <animation effect="fade" start="100" end="0" time="600" reversible="false">Hidden</animation></p><p> <animation effect="fade" start="30" end="100" time="600" reversible="false">Visible</animation></p><p> </control>[/CODE]</p><p> </p><p>Für Movies wäre das also "control.isvisible(1002)".</p></blockquote><p></p>
[QUOTE="Holzi, post: 862604, member: 104034"] Genau. Du musst dir einfach die Background visibility conditions in der BasicHome.xml z.B. von dem "Movie Background (Hover) anschauen und für Latest Movies übernehmen. Müsste irgendwas mit condition.isVisible(100x) sein. Je nachdem wie das BasicHome Menü aufgebaut ist. Bsp aus der StreamedMP Default BasicHome.xml: [CODE] <control> <description>MOVIES, TRAILERS, VIDEOS BACKGROUND 1</description> <id>1202</id> <type>image</type> <texture>SMPbackgrounds\movies\default.jpg</texture> <shouldCache>true</shouldCache> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <visible>control.isvisible(1002)|control.isvisible(1005)|control.isvisible(1006)</visible> <animation effect="fade" start="100" end="0" time="600" reversible="false">Hidden</animation> <animation effect="fade" start="30" end="100" time="600" reversible="false">Visible</animation> </control>[/CODE] Für Movies wäre das also "control.isvisible(1002)". [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Skins
Skin Modifikationen
streamed skin @ holzi
Contact us
RSS
Top
Bottom