Onloaded-Bug in Textfield 1.19pr10

  • Hi Klaus,

    in der 1.19pr10 scheint beim Textfield der onloaded-status nicht mehr korrekt zu funktionieren?! Hab gerade eine ältere Tour (1.17) auf 1.19pr10 upgedatet und sämtliche onloaded-Events in den Textfeldern werden nciht mehr getriggert. Hab dann die 1.19pr3 verwendet und dort funktioniert es noch.

    Einen Fehler in der Erstellung der Textfelder kann ich nicht erkennen:
    addplugin(hstxt);
    set(plugin[hstxt].url,plugins/textfield.swf);
    set(plugin[hstxt].alpha,0);
    set(plugin[hstxt].align,bottomcenter);
    set(plugin[hstxt].edge,topcenter);
    set(plugin[hstxt].css,p{color:#FFFFFF; font-family:Arial; font-size:14px; text-align:center;});
    set(plugin[hstxt].html,[p]%2[/p]);
    set(plugin[hstxt].selectable,false);
    set(plugin[hstxt].autowidth,auto);
    set(plugin[hstxt].y,-5);
    set(plugin[hstxt].x,0);
    set(plugin[hstxt].zorder,20);
    set(plugin[hstxt].background,false);
    set(plugin[hstxt].height,25);
    set(plugin[hstxt].onloaded,delayedcall(0.2,tween(plugin[hstxt].alpha,1,1)));
    set(plugin[hstxt].children,false);
    set(plugin[hstxt].handcursor,false);
    set(plugin[hstxt].enabled,false);

    Viele Grüße,
    Nupsi

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!