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
WIP: New FullHD Skin BackVision
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="Pog" data-source="post: 997647" data-attributes="member: 97724"><p>Hey Lehmden,</p><p> </p><p>You were looking to fade info in after a time on a selected item, well I've got a little trick for you.</p><p> </p><p>Add this dummy control. It will give a toggle for when the user changes selected item.</p><p> </p><p>[CODE]</p><p><control></p><p> <description>View Control - Selected Toggle</description></p><p> <type>label</type></p><p> <id>5544</id></p><p> <label>#(iif(neq(string.rtrim(#selectedindex,'1,3,5,7,9'),#selectedindex),'',' '))</label></p><p></control></p><p>[/CODE]</p><p> </p><p>Next you need 2 animations in your label or image control.</p><p> </p><p>[CODE]</p><p><animation effect="fade" time="400" delay="3000" start="0" end="100" reversible="false" condition="Control.HasText(5544)">conditional</animation></p><p><animation effect="fade" time="400" delay="3000" start="0" end="100" reversible="false" condition="!Control.HasText(5544)">conditional</animation></p><p>[/CODE]</p><p> </p><p>Note: The view toggle works well for sequential items like listview/filmstrip/coverview, for icons a user can jump up/down lines of icons and if it is even to even or odd to odd the toggle will not trigger. To get around this you can use a double toggle and more anims - I'll let you work that out good luck.</p></blockquote><p></p>
[QUOTE="Pog, post: 997647, member: 97724"] Hey Lehmden, You were looking to fade info in after a time on a selected item, well I've got a little trick for you. Add this dummy control. It will give a toggle for when the user changes selected item. [CODE] <control> <description>View Control - Selected Toggle</description> <type>label</type> <id>5544</id> <label>#(iif(neq(string.rtrim(#selectedindex,'1,3,5,7,9'),#selectedindex),'',' '))</label> </control> [/CODE] Next you need 2 animations in your label or image control. [CODE] <animation effect="fade" time="400" delay="3000" start="0" end="100" reversible="false" condition="Control.HasText(5544)">conditional</animation> <animation effect="fade" time="400" delay="3000" start="0" end="100" reversible="false" condition="!Control.HasText(5544)">conditional</animation> [/CODE] Note: The view toggle works well for sequential items like listview/filmstrip/coverview, for icons a user can jump up/down lines of icons and if it is even to even or odd to odd the toggle will not trigger. To get around this you can use a double toggle and more anims - I'll let you work that out good luck. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
WIP: New FullHD Skin BackVision
Contact us
RSS
Top
Bottom