Animations outside <itemlayout> and <foucuslayout>

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #1
PHP Code:
<control type="textbox">
            <
visible>Control.IsVisible(52) + Container.Content(tvshows)</visible>
            <
animation effect="fade" time="200" delay="200">Focus</animation>
            <
posx>30</posx>
            <
posy>330</posy>
            <
width>360</width>
            <
height>195</height>
            <
align>left</align>
            <
info>ListItem.Plot</info>
            <
font>Font_TVShow</font>
            <
textcolor>ffffffff</textcolor>
            
        </
control

I'm getting the skinning game down but animations are my Achilles heel...I can't get even that simple fade, or any other animations, to show up when the control is outside <itemlayout> and <foucuslayout>.

Thx for any replies...
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #2
A textbox is not focusable.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #3
Thx for the reply...

I meant to put this in: Just in general, be it an image, textbox or label I can't get animations to work outside <itemlayout> and <foucuslayout>.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #4
None of those are focusable, so an animation using Focus as it's trigger isn't going to do anything Smile

Try using VisibleChange or a conditional trigger instead.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote