[HELP] Hiding scroll bar unless selected
#1
I am working on a new window and I would like the scroll bar to not be visible until it is selected.

I have tried this within my scroll bar section (id61) in includes.xml for pm3.hd...

<visible>Control.IsVisible(57)</visible>
<animation type="visible" delay="1000" time="1000" condition="Control.HasFocus(61) + Control.IsVisible(57)">Conditional</animation>
</control>

id57 is my only window using this bar. I have also changed the animation type to focus. Any suggestions on what I am missing would be much appreciated. Thanks.
Reply
#2
<visible allowhiddenfocus="true">Control.IsVisible(57) + Control.HasFocus(61)</visible>

or similar is how it's usually done.
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
Reply
#3
You were right on. Thanks for the help and quick reply.
Reply

Logout Mark Read Team Forum Stats Members Help
[HELP] Hiding scroll bar unless selected0