My Video-Artist Info bugs (1 Viewer)

Deda

Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Hi Tgx,

    Small bugs in My Video Artist info (DialogVideoArtistInfo.xml) in Nova Skin 1.2-
    1) group element where is Biography and Movies, buttons disappear,

    Code:
    <control>
    			<description>group element</description>
    			<type>group</type>
    			[B][I][COLOR="Red"]<animation effect="fade" time="450" reversible="true">visible</animation>
    			<animation effect="fade" time="450" reversible="true">hidden</animation>[/COLOR][/I][/B]
    			<posX>69</posX>
    			<posY>520</posY>
    			[B][I][COLOR="Red"]<visible>!control.hasfocus(50)</visible> [/COLOR][/I][/B]

    I removed red tags for proper display of labels

    2) textbox for biography font problem (text too small)

    Code:
    <control>
    			<description>Biography value</description>
    			<type>textboxscrollup</type>
    			<id>20</id>
    			<posX>474</posX>
    			<posY>150</posY>
    			<width>700</width>
    			<height>440</height>
    			<label>#Actor.Biography</label>
    			[COLOR="Red"][B][I]<font>font13</font>[/I][/B][/COLOR]
    			<seperator>: : :</seperator>
    			<textcolor>FFFFFFFF</textcolor>

    I inserted red tags to display normal bio text.

    (my interventions in xml code is purely guessing but it works so you will now better where is the bug)

    I know that this section is rarely used but all in all why not to have perfect full working skin :)
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    Thanks for the fix! I've committed them on my Google code page.

    Tgx
     

    Users who are viewing this thread

    Top Bottom