<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 12, 2016 at 1:23 PM, Jerome Yuzyk <span dir="ltr"><<a href="mailto:jerome@supernet.ab.ca" target="_blank">jerome@supernet.ab.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tuesday, April 12, 2016 02:03:26 PM Jerome Yuzyk wrote:<br>
> On Tuesday, April 12, 2016 12:33:30 PM Jerome Yuzyk wrote:<br>
> > I just updated from 0.27.5 to 0.27.6 on Fedora 22, and use the MythCenter-wide theme.<br>
> ><br>
> > It seems like I have reverted to the old 0.27.4 theme though: I don't have circular scrolling in lists anymore, nor the clock on the Watch Recordings screen.<br>
> ><br>
> > But those items are in /usr/share/mythtv/themes/MythCenter-wide/recordings-ui.xml, which looks like <a href="https://raw.githubusercontent.com/MythTV/mythtv/master/mythtv/themes/MythCenter-wide/recordings-ui.xml" rel="noreferrer" target="_blank">https://raw.githubusercontent.com/MythTV/mythtv/master/mythtv/themes/MythCenter-wide/recordings-ui.xml</a><br>
> ><br>
> > Is there a cache or something that needs to be cleared?<br>
><br>
> Interesting what a malformed comment will do... I've fixed it.<br>
<br>
</span> <buttonlist name="recgroups"><br>
<arrange>stack</arrange><br>
<align>top,hcenter</align><br>
<spacing>0</spacing><br>
<scrollstyle>free</scrollstyle><br>
<wrapstyle>items</wrapstyle><br>
<br>
but shouldn't the last line make the left column scroll circular? It used to.<br>
<br>
This works for the right column:<br>
<br>
<buttonlist name="recordings" from="basebuttonlist2"><br>
<area>370,54,880,350</area><br>
<buttonarea>0,36,880,270</buttonarea><br>
<!-- items for circular wrapping --><br>
<wrapstyle>items</wrapstyle><br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote></div><br></div><div class="gmail_extra">First, look in your ~/mythtv/.mythtv/themes/ (or wherever your myth frontend user's home directory is located). If you have a mythcenter-wide directory there, then it will override what's in /usr/share/mythtv/themes.<br><br>I have wrapstyle "items" for the recgroups (I think those are the recording group buttons across the top), and wrapstyle "selection" for the groups buttonlist (I think that's the left column) and the recordings buttonlist (right column). Both wrap around (circular scrolling) as expected.<br><br></div><div class="gmail_extra">Karl<br></div></div>