Im doin some changes to my theme and especially the &quot;watchrecordings&quot;-section.<br>Ive got bookmark, cutlist, commflagged and autoexpire working good, but when I added &quot;Watched&quot; and &quot;transcoded&quot; they dont show up correctly. Im running Mythbuntu with 4 &quot;desktops&quot; and the feature of changing desktop by moving my mouse left or right.<br>
If I change desktop from mythfrontend to something else and then move the mouse back to the frontend They magically shows.<br>Seems like some kind of refresh-problem of some sort??<br><br>Not sure if you are helped with some code but this is my transcoded-statetype;<br>
---------------------------------------------------------<br>    &lt;statetype name=&quot;transcoded&quot;&gt;<br>        &lt;state name=&quot;yes&quot;&gt;<br>            &lt;textarea name=&quot;yes&quot;&gt;<br>                &lt;area&gt;610,410,140,20&lt;/area&gt;<br>
                &lt;align&gt;left,top&lt;/align&gt;<br>                &lt;font&gt;basemediumorange&lt;/font&gt;<br>                &lt;value&gt;TRANSCODED&lt;/value&gt;<br>            &lt;/textarea&gt;<br>        &lt;/state&gt;<br>
        &lt;state name=&quot;no&quot;&gt;<br>            &lt;textarea name=&quot;no&quot;&gt;<br>                &lt;area&gt;610,410,140,20&lt;/area&gt;<br>                &lt;align&gt;left,top&lt;/align&gt;<br>                &lt;font&gt;basemediumgrey&lt;/font&gt;<br>
                &lt;value&gt;TRANSCODED&lt;/value&gt;<br>            &lt;/textarea&gt;<br>        &lt;/state&gt;<br>    &lt;/statetype&gt;<br>---------------------------------------------------------<br><br>Any wrong with my syntax?<br>
Running 0.23<br><br>Thanks in advance!<br>/Tomas<br>