resetsize() issue (bug?)

  • I noticed that plugin[].resetsize() does not allow plugin[get(xyz)].resetsize(), while all other parameters for plugin[] do allow plugin[get(xyz)], for example set(plugin[get(xyz)].visible, true); will work just fine.

    Just wanted to report...

    Did anyone actually ever need this resetsize() function for something? I thought I would need it when creating plugins (static hotspots) on the fly with addplugin(), but even then the image width and height got filled in properly without it... *confused*

  • Hi Ronny,

    Zitat

    I noticed that plugin[].resetsize() does not allow plugin[get(xyz)].resetsize(),

    Yes, you are right *confused* ...
    I have played around this and finally I found a way to do:

    Code
    txtadd(temp, plugin[,get(xyz),].resetsize());
    call(temp);


    This way, it works...

    SAlut.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!