Im doin some changes to my theme and especially the "watchrecordings"-section.<br>Ive got bookmark, cutlist, commflagged and autoexpire working good, but when I added "Watched" and "transcoded" they dont show up correctly. Im running Mythbuntu with 4 "desktops" 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> <statetype name="transcoded"><br> <state name="yes"><br> <textarea name="yes"><br> <area>610,410,140,20</area><br>
<align>left,top</align><br> <font>basemediumorange</font><br> <value>TRANSCODED</value><br> </textarea><br> </state><br>
<state name="no"><br> <textarea name="no"><br> <area>610,410,140,20</area><br> <align>left,top</align><br> <font>basemediumgrey</font><br>
<value>TRANSCODED</value><br> </textarea><br> </state><br> </statetype><br>---------------------------------------------------------<br><br>Any wrong with my syntax?<br>
Running 0.23<br><br>Thanks in advance!<br>/Tomas<br>