SpinSafe Revolve (3 Viewers)

Do you use SpinSafe Revolve as you default skin?

  • Yes, its the best skin out there

    Votes: 145 39.6%
  • Yes, but planing to change to another

    Votes: 6 1.6%
  • Yes, i use it sometimes.

    Votes: 49 13.4%
  • No, i have never seen this skin before.

    Votes: 42 11.5%
  • No, i have tryed it but it looks all uggly.

    Votes: 8 2.2%
  • No, because its 16:9 skin and i use a 4:3 monitor.

    Votes: 88 24.0%
  • No. I have tyed it but did not like it when the buttons are on the upper part of the screens.

    Votes: 5 1.4%
  • No. I have tryed it but it did not have support of the plugins a use

    Votes: 11 3.0%
  • No. I have not download it because of the preview picture(s) it looks uggly

    Votes: 10 2.7%
  • No, its has to much bugs.

    Votes: 11 3.0%

  • Total voters
    366

Inker

Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    mirk, any idea what could be causing this in TVSeries?

    sampletz0.jpg


    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
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    mirk, any idea what could be causing this in TVSeries?

    sampletz0.jpg


    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.
     

    mimo_424

    Portal Member
    April 4, 2007
    21
    0
    Home Country
    Sweden Sweden
    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 :p

    http://img2.freeimagehosting.net/image.php?60e839467b.jpg

    http://img2.freeimagehosting.net/image.php?7d04c3df49.jpg
     

    Hemulen

    Portal Member
    January 1, 2007
    15
    0
    56
    Home Country
    Sweden Sweden
    For you that has missed it, i have upladed a small update.

    3dscreen.png

    Hi Mirk, first :D for 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!
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    For you that has missed it, i have upladed a small update.

    3dscreen.png

    Hi Mirk, first :D for 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!

    This is a picture of the filmstripview in my music, when using file view ( not the databse). This was more a experiment to se if it was possible. The idea was to make all filmstrips like this, but i will see if this will happen.
    What do you think? is this better than the old filmstrips where all covers looks like they are seen straight from the front?
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    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 :p

    http://img2.freeimagehosting.net/image.php?60e839467b.jpg

    http://img2.freeimagehosting.net/image.php?7d04c3df49.jpg

    Have you tried the new fonts.xml file in post #242?
     

    Inker

    Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    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:
    test2pb5.jpg

    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
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    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:
    test2pb5.jpg

    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

    Interesting i will look in to it... tanks
     

    Users who are viewing this thread

    Top Bottom