mirk, any idea what could be causing this in TVSeries?
![]()
Notice how label1 (I think its called) overlaps with label2 (on the right side) if label 1 is too wide. Could you take a quick look?
Thnx
Inker
Sweden
Sweden
For you that has missed it, i have upladed a small update.
![]()
For you that has missed it, i have upladed a small update.
![]()
Hi Mirk, firstfor this nice skin! It's been my default skin since 0.5 version and it's just getting better and better.
How du you configure that view in the picture? When I choose filmstrip it looks like the movies in filmstrip view.
Keep up the good work!
hey guys its me againe , ive got some strange problems now againe , the problems are provided on the pictures beloew , seems like the font is screwed, ive managed to get rid of the numbers u can see on the second picture by editing some xml files, dont remember wich ones, but as u can see the problem still remains, and the second problem is that i can see any file name down in the describtion box, highlighted in red.
appreciate all your help mirk
http://img2.freeimagehosting.net/image.php?60e839467b.jpg
http://img2.freeimagehosting.net/image.php?7d04c3df49.jpg
YES!What do you think? is this better than the old filmstrips where all covers looks like they are seen straight from the front?
mirk, any idea what could be causing this in TVSeries?
Notice how label1 (I think its called) overlaps with label2 (on the right side) if label 1 is too wide. Could you take a quick look?
Thnx
Inker
I have looked at the source code for the listcontrol and what i could understand it does not have a property to set the width of the labels. Insted i have made the listcontrol little wider, hope fully it does not overlap as much as it did before.
Tanks for reporting.
<description>text list</description>
<type>listcontrol</type>
<id>50</id>
<posX>360</posX>
<posY>150</posY>
<width>350</width>
<height>420</height>
<textXOff2>250</textXOff2>
<spaceBetweenItems>2</spaceBetweenItems>
<remoteColor>FFa6c3e1</remoteColor> <!-- watched color -->
<downloadColor>FFFFFFFF</downloadColor> <!-- not watched color (normal) -->
<textcolor>FF78ace0</textcolor> <!-- local file not present color -->
<textcolor2>FF78ace0</textcolor2> <!-- local file not present color column 2-->
<textcolor3>FF78ace0</textcolor3> <!-- local file not present color column 3-->
</control>
</control>
mirk, any idea what could be causing this in TVSeries?
Notice how label1 (I think its called) overlaps with label2 (on the right side) if label 1 is too wide. Could you take a quick look?
Thnx
Inker
I have looked at the source code for the listcontrol and what i could understand it does not have a property to set the width of the labels. Insted i have made the listcontrol little wider, hope fully it does not overlap as much as it did before.
Tanks for reporting.
OK, thnx. I thought it was weird you can't do that though. It should actually be derived from width - textxoff -textxoff2, so I tested and that seems to be the case, but for some reason doesn't work with your skin, hmm
Heres what I tested in B2 on my test system:
Code:<description>text list</description> <type>listcontrol</type> <id>50</id> <posX>360</posX> <posY>150</posY> <width>350</width> <height>420</height> <textXOff2>250</textXOff2> <spaceBetweenItems>2</spaceBetweenItems> <remoteColor>FFa6c3e1</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color (normal) --> <textcolor>FF78ace0</textcolor> <!-- local file not present color --> <textcolor2>FF78ace0</textcolor2> <!-- local file not present color column 2--> <textcolor3>FF78ace0</textcolor3> <!-- local file not present color column 3--> </control> </control>
See how for testing I offest textxoff2 to 250, so very narrow space for label1 (so that whats on my testsystem doesnt hav enough space), and the result is this:
![]()
See how label1 correctly fades out and actually scrolls sideways and doesnt overlap with label2 on the right. However doing the same in your skin doesnt work, and instead just causes overlapping (as in the previous screenshot). Any ideas?
Inker
Sweden
YES!What do you think? is this better than the old filmstrips where all covers looks like they are seen straight from the front?