[BUG] "waiting bar" in UpdateControl twice (1 Viewer)

powermarcel10

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

    I have a problem with the skinfiles for UpdateControl.. The loading dialog appears 2 times (see the image bellow)

    I know how to delete the lower one, I just delete:

    <control>
    <description>Working Animation</description>
    <type>animation</type>
    <id>13</id>
    <posX>565</posX>
    <posY>354</posY>
    <width>1280</width>
    <height>24</height>
    <textures>common.waiting.1.png;common.waiting.2.png;common.waiting.3.png;common.waiting.4.png;common.waiting.5.png;common.waiting.6.png;common.waiting.7.png;common.waiting.8.png;common.waiting.7.png;common.waiting.6.png;common.waiting.5.png;common.waiting.4.png;common.waiting.3.png;common.waiting.2.png</textures>
    <Duration>0:0:03</Duration>
    <keepaspectratio>yes</keepaspectratio>
    <visible>!string.equals(#UpdateControl.Action, )</visible>
    <animation effect="fade" time="500">WindowOpen</animation>
    <animation effect="fade" time="500">WindowClose</animation>
    </control>

    The problem is that I want to keep the lower one.. Or delete it, and set the lable for "searching..." a bit higher.. Only I can't find the label for "searching..." in the skinfiles..
     

    Attachments

    • updatecontrol.jpg
      updatecontrol.jpg
      108.6 KB

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    For some reason the plugin has changed to sometimes show the default animation...previously this was not the case. Unfortunately the plugin only shows it now on Searching and Installing but not Downloading.

    Anyway, I will remove the one we added via skin and just rely on plugin one to be shown. Will shift the text to fit with the default animation.
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    Thanks! Also noticed something else..

    There is a "~" on the screen.. I think it's also a bug but don't know if it is skin or plugin related.. See the image bellow!
     

    Attachments

    • Updatecontrol.jpg
      Updatecontrol.jpg
      114.6 KB

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    Thanks ltfearme!! Both problems are solved..

    I'll press the "Thanks!" button for you! :p
     

    Users who are viewing this thread

    Top Bottom