2013-06-15, 09:56
You need to edit skin xml files, which are located in /home/pi/.xbmc/addons/skin.amber/1080i . Be careful, always do a backup copy. You can edit in ssh session (nano filename.xml) or copy files on your computer, edit it there and copy back. You will lose changes after skin update.
There are 2 way. First one is brutal. This would stop scrolling of ALL label in skin.Open defaults.xml, find <scroll>true</scroll>, change it to <scroll>false</scroll> .
Second method would stop scrolling only on submenu items. Open in editor home.xml, find <itemlayout width="256" height="50"> , below are 2 entries <control type="label">, add line below it and put <scroll>false</scroll>. Than find <focusedlayout width="256" height="50"> , and do the same 3 times with <control type="label"> below.
upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?
There are 2 way. First one is brutal. This would stop scrolling of ALL label in skin.Open defaults.xml, find <scroll>true</scroll>, change it to <scroll>false</scroll> .
Second method would stop scrolling only on submenu items. Open in editor home.xml, find <itemlayout width="256" height="50"> , below are 2 entries <control type="label">, add line below it and put <scroll>false</scroll>. Than find <focusedlayout width="256" height="50"> , and do the same 3 times with <control type="label"> below.
upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?