How to lose the pageup pagedown buttons (1 Viewer)

J

joostzilla

Guest
I am making my first skin based on blue two wide and the best parts of other skins (monochrome).
My remote is the only way to control MP. So some items aren't as important as others. The page up and page down items are not used by me. How can i delete this from a skin. Which xml files should be altered to achieve this.

Joost
 
December 28, 2005
237
3
Sydney
Home Country
You cannot remove the page up and page down items but you can place the item off page so you can’t see it. It is called “spinPos...”

Code:
...
        <spinPosX>-1000</spinPosX>
        <spinPosY>-1000</spinPosY>
...

Which xml? I wound start with references.xml first and search for the above code.
 

Users who are viewing this thread

Top Bottom