[mythtv-users] MythBrowser scroll up/down

Paul Harrison mythtv at sky.com
Wed Apr 16 20:15:38 UTC 2014


On 16/04/14 17:06, Josu Lazkano wrote:
> 2014-04-16 17:12 GMT+02:00 Paul Harrison <mythtv at sky.com>:
>> I just tried Blue Abstract 1.11 and it works OK in master. I don't have 1.10
>> to test but if you are using the same version as is on github for 0.26 there
>> doesn't appear to be any differences to the browser stuff.
>>
>> Does you definition for the webbrowser widget in
>> ~/.mythtv/themes/blue-abstract-wide/base.xml look like this?
>> https://github.com/MythTV-Themes/blue-abstract-wide/blob/fixes/0.26/base.xml#L908
>>
>> If it does you could try to comment out the scroll bars with <!-- --> like
>> this:
>>
>> <!--
>>          <scrollbar name="vertscrollbar" from="base_vertical_scrollbar">
>>              <area>100%-21,0,14,100%-28</area>
>>          </scrollbar>
>>          <scrollbar name="horizscrollbar" from="base_horizontal_scrollbar">
>>              <area>0,100%-21,100%-28,14</area>
>>          </scrollbar>
>> -->
>>
>>
>> Paul H.
> Thanks again Paul,
>
> My base.xml is the same as the link. I try to comment the scroll bars,
> but it doesn't work.
>
> I open a new issue in the github:
> https://github.com/MythTV-Themes/blue-abstract-wide/issues/11
>
> Kind regards.
>

One more thing to try. There was a fix that went in to 0.27 that isn't 
in 0.26 that fixed some problems with inheritance of webbrowser widgets.

So try removing the 'from="base_webbrowser"' from 
~/.mythtv/themes/blue-abstract-wide/browser-ui.xml:
https://github.com/MythTV-Themes/blue-abstract-wide/blob/fixes/0.26/browser-ui.xml#L49

Paul H.


More information about the mythtv-users mailing list