Need help locating page counter/scroller (1 Viewer)

TE5LA

Portal Pro
September 16, 2009
82
0
Home Country
United States of America United States of America
I'm having a bit of trouble working on my new skin locating the code for the counter/selector used in several places. I'm pretty sure it's a "common" control but I can't locate it. If you know the file and possibly approximately where it's located, I'd be grateful.

It's the control that lists what page of a long playlist you're on with the up/down arrows, similar to this:

1/2 V^
 

TE5LA

Portal Pro
September 16, 2009
82
0
Home Country
United States of America United States of America
you want to look at the properties:

Code:
        <spinWidth>-</spinWidth>
        <spinHeight>-</spinHeight>
        <spinPosX>-</spinPosX>
        <spinPosY>-</spinPosY>

MediaPortal1_Development/SkinArchitecture/listcontrol - MediaPortal Manual Documentation

Thanks, I was having trouble changing the X coordinate; The Y was changing but not the X. I finally noticed the X was being overridden in the control block itself.

Another thing I've discovered is that <posX> / <posY> tags are case-sensitive. The skin I am modifying had some as <posx> and <posy> and I found that defaults to zero.
 

Users who are viewing this thread


Write your reply...
Top Bottom