remove page counts/spin controls (1 Viewer)

Shangostar

MP Donator
  • Premium Supporter
  • December 27, 2009
    438
    125
    Somerset
    Home Country
    United Kingdom United Kingdom
    Would anybody be able to tell me how to remove the page counts found on many of the views, mainly on the filmstrip views of moving pictures and tvseries as it interferes with the reflections.

    I can remove the background and the page label and can reposition it all around the page but cant get rid of it altogether unless I just position it off the page completely so it cannot be seen but obviously thats not ideal.

    Below is what I believe to be the positioning of it etc. but removing this it will still appear elsewhere on the page.

    Code:
    <!-- Spin Controls -->
              <spinWidth>50</spinWidth>
              <spinHeight>37</spinHeight>
              <spinPosX>1175</spinPosX>
              <spinPosY>681</spinPosY>
              <spinAlign>Right</spinAlign>
              <spinColor>ffffffff</spinColor>
              <textureUp>arrow_round_up_nofocus.png</textureUp>
              <textureDown>arrow_round_down_nofocus.png</textureDown>
              <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
              <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>

    Cheers
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,760
    7,224
    Sydney
    Home Country
    Australia Australia
    Removing it from references.xml as well should do the trick as thats the fallback, if mediaportal has a default value then you will need to position offscreen e.g. -2000.
     

    Shangostar

    MP Donator
  • Premium Supporter
  • December 27, 2009
    438
    125
    Somerset
    Home Country
    United Kingdom United Kingdom
    Ok so I've got rid of it by whacking it offscreen but obviously pushing down still selects it, is there a way of preventing the down action so it cannot be selected?

    This is just for filmstripview, most other views the page op/down arrows cannot be selected anyway so I'm leaving those as is.

    Actually, Ideally down action could be swapped to fullscreen fanart maybe like movie details screen.

    Cheers
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,760
    7,224
    Sydney
    Home Country
    Australia Australia
    There is a bug in Filmstrip where it ignore the ondown navigation :(
     

    Shangostar

    MP Donator
  • Premium Supporter
  • December 27, 2009
    438
    125
    Somerset
    Home Country
    United Kingdom United Kingdom
    Ah right, I did see there was no ondown so tried adding one in with no luck, that'll be why then.
     

    Users who are viewing this thread

    Top Bottom