Small fix for Avalon(is) : myonlinevideosUpdater.xml (fix included) (1 Viewer)

powermarcel10

Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    Hi guys,

    here a small fix for myonlinevideosUpdater.xml..

    It's a small fix but it takes me 2 hours! I thought it was in myonlinevideos.hiddenmenu.xml! :p

    What I fixed is the width of the texture background, so it fits now nicely in the hiddenmenu of the updatescreen..

    Still one thing I don't know how to fix: When there is no Focus on the listview, only the latest selected item is visible, you can see that in the image bellow.. Any idea?
     

    Attachments

    • 1.jpg
      1.jpg
      231.9 KB
    • myonlinevideosUpdater.xml
      12.4 KB
    Last edited:

    Zoidberg77

    MP Donator
  • Premium Supporter
  • July 12, 2011
    392
    206
    Home Country
    Germany Germany
    Still one thing I don't know how to fix: When there is no Focus on the listview, only the latest selected item is visible, you can see that in the image bellow.. Any idea?
    Hi,
    you'll have to add <dimColor> and <unfocusedAlpha> to your listcontrol. For the start you can try:
    Code:
    <dimColor>ddffffff</dimColor>
    <unfocusedAlpha>dd</unfocusedAlpha>
    and then adjust to your needs.
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    Thanks, that works! And how can I change the textcolor for selected items to white? That's more Avalon style.. (ffffff)
     

    Zoidberg77

    MP Donator
  • Premium Supporter
  • July 12, 2011
    392
    206
    Home Country
    Germany Germany
    I thought it should be white by default; have a look at the "default listcontrol" in the references.xml
    Code:
    <selectedColor>ffffffff</selectedColor>
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    I thought it should be white by default; have a look at the "default listcontrol" in the references.xml
    Code:
    <selectedColor>ffffffff</selectedColor>

    Hmmm, strange, It's the same in references.xml.. I have tried a lot of things.. Textcolor, textcolorfocus, etc.. I will compare it with other skinfiles where the selected item is set withe, and see if I can fix it..

    Thanks!
     

    Users who are viewing this thread

    Top Bottom