Music Focus Bar follow Active Song

@Joey,

So what you’re saying is that it won’t do it automatically (well the FAKE one will) but the REAL focus bar will always remain stationary until we navigate the list?

This line here:

The ‘real’ focus bar is removed and replaced with text color change when navigating the song list.)

 

My REAL focus bar isn’t being removed at all even when I navigate the list.  I must be doing something wrong! My XML’s are completely different to yours as I have an icon at the side so I have:

<wrapper w="735" h="40" x="49" disable="@@disable-browselist"> 
<image image="@@lightbar_0" y="160" /> 
<image image="@@lightbar_1" y="204" /> 
<image image="@@lightbar_2" y="248" /> 
<image image="@@lightbar_3" y="292" /> 
<image image="@@lightbar_4" y="336" /> 
<image image="@@lightbar_5" y="380" /> 
<image image="@@lightbar_6" y="424" /> 
<image image="@@lightbar_7" y="468" /> 
<image image="@@lightbar_8" y="512" /> 
<image image="@@lightbar_9" y="556" /> 
<image image="@@lightbar_10" y="601" /> 
<image image="@@lightbar_11" y="644" /> 
</wrapper>

and:

<wrapper w="30" h="22" x="64" disable="@@disable-now_playing_icon"> 
<image image="image/mambaspeaker.png" y="171" /> 
<image image="image/mambaspeaker.png" y="215" /> 
<image image="image/mambaspeaker.png" y="259" /> 
<image image="image/mambaspeaker.png" y="303" /> 
<image image="image/mambaspeaker.png" y="347" /> 
<image image="image/mambaspeaker.png" y="391" /> 
<image image="image/mambaspeaker.png" y="435" /> 
<image image="image/mambaspeaker.png" y="479" /> 
<image image="image/mambaspeaker.png" y="523" /> 
<image image="image/mambaspeaker.png" y="567" /> 
<image image="image/mambaspeaker.png" y="611" /> 
<image image="image/mambaspeaker.png" y="655" /> 
</wrapper>

So is it the @@lightbar_0 that is messing things up?

which yours doesn’t have.  Is there something here that is mucking it up?