Kodi Community Forum

Full Version: Some questions about button scrollers and stuff!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when it comes to button scroller is there only one avail per window, xmlfile? or can you have 2-3 button scrollers

how many animations can be for a single control?
is this the same for a window?

thanks for any help!
jimk
you can have more than one buttonscroller per window (at least i can't see anything preventing this).

there is 6 animations for controls:

windowopen
windowclose
visible
hidden
focus
unfocus

there is 2 animations for windows:

windowopen
windowclose

in addition, there is an extra one for controls available as a shortcut:

visiblechange

this just defines the visible animation in the usual manner, but automatically generates a new hidden animation as the reverse of the visible animation.

eg:

<animation effect="slide" start="100,0" time="100">visiblechange</animation>

is equivalent to:

<animation effect="slide" start="100,0" time="100">visible</animation>
<animation effect="slide" end="100,0" time="100">hidden</animation>

it should be all in the online manual Wink

cheers,
jonathan
i saw them all in the manual but there was no set limit as to how many entries you could have. i know it should be obvious that most would only use 1-2 but i wanted to know before i set it up to allow only 4 but i guess there may be a situation that you would need all 6 for.

thanks for you help Smile the editor is looking better every day Smile