XBMC 11, Windows 64 with Touchmonitor
Hi I have a problem with the left side bar on my touch monitor
In Videolibrary or Musiclibrary the sidebar fade out e.g. press on Top100. the correct behavior is if the sidebar fade out if I touch the small left clip for the sidbar.
But I don't found the right control for this behavior.
Have any body an idea how can I control the sidebar that it only fade out if I touch the sidbar clip.
Thanks
Help Confluence left side bar on Touch
Zippolighter
Fan Posts: 339 Joined: Dec 2006 Reputation: 0 Location: germany |
2012-06-24 11:37
Post: #1
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2012-06-24 12:06
Post: #2
I have an idea but its fairly complicated to explain and will take a bit of coding to change the behaviour. And I really don't have time to go into it right now but if your savy enough the bit you need to look into is in includes.xml and starts with <include name="SideBladeLeft">
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
fishlevel
Junior Member Posts: 1 Joined: Dec 2012 Reputation: 0 |
2012-12-16 15:49
Post: #3
Solved the same problem by going into includes.xml to section include name="SideBladeLeft" and changing the line
<animation effect="slide" start="0,0" end="250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001) | Control.HasFocus(8999)">Conditional</animation> to <animation effect="slide" start="0,0" end="250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001)">Conditional</animation> |
| find quote |

![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
Search
Help