<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 12, 2016 at 4:31 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tuesday, April 12, 2016 02:45:58 PM Karl Newman wrote:<br>
> On Tue, Apr 12, 2016 at 1:23 PM, Jerome Yuzyk <<a href="mailto:jerome@supernet.ab.ca">jerome@supernet.ab.ca</a>> wrote:<br>
><br>
> > 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<br>
> > MythCenter-wide theme.<br>
> > > ><br>
> > > > It seems like I have reverted to the old 0.27.4 theme though: I don't<br>
> > have circular scrolling in lists anymore, nor the clock on the Watch<br>
> > Recordings screen.<br>
> > > ><br>
> > > > But those items are in<br>
> > /usr/share/mythtv/themes/MythCenter-wide/recordings-ui.xml, which looks<br>
> > like<br>
> > <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>
> >         <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<br>
> > 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>
> ><br>
> ><br>
> First, look in your ~/mythtv/.mythtv/themes/ (or wherever your myth<br>
> frontend user's home directory is located). If you have a mythcenter-wide<br>
> 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<br>
> group buttons across the top), and wrapstyle "selection" for the groups<br>
> buttonlist (I think that's the left column) and the recordings buttonlist<br>
> (right column). Both wrap around (circular scrolling) as expected.<br>
<br>
Nope, nothing in ~mythtv/.mythtv/themes.<br>
<br>
According to <a href="https://www.mythtv.org/wiki/MythUI_Theme_Development" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/MythUI_Theme_Development</a> "Valid options are items (The list itself wraps at the ends)".<br>
<span class=""></span></blockquote></div><br></div><div class="gmail_extra">Your quote is incomplete. It should say:<br>Wrapstyle sets the wrapping behavior of the buttonlist.  Valid options are <i>items</i> (The list itself wraps at the ends), <i>selection</i> (the selector reaches the end of the list and "jumps" to the beginning), <i>captive</i> (same as none but prevent the buttonlist losing focus when attempting to move beyond the edge), <i>flowing</i> (the selector will wrap from one line to the next in a grid layout), and <i>none</i> (no wrap).  The default is <i>none</i>.<br><br></div><div class="gmail_extra">I know that "selection" works.<br><br></div><div class="gmail_extra">Karl<br></div></div>