Associate showwait to a plugin...

  • Hi,
    For the "page setting" of one of my pano, I would like to associate the showwait/looping to a plugin (a clock)
    The problem : I made my page setting on my screen (1900x1200), but all is changed when resizing the window...
    For example :

    Panomorphing : Palais des Beaux Arts, Lille, France
    Anyone got an idea ?

    Regards,

    David

  • Hi,

    sorry, that's not possible yet,

    but there would be a other way - create your own loading animation (e.g. a flash .swf animation),
    include it with the following code:

    Code
    <plugin name="loading" url="loadinganimation.swf" preload="true" keep="true" visible="false" ... />

    and then use the "onxmlcomplete" and "onloadcomplete" events to show and hide it,
    e.g.

    Code
    <events onxmlcomplete="set(plugin[loading].visible,true);"
        	onloadcomplete="set(plugin[loading].visible,false);"
        	/>

    best regards,
    Klaus

  • Ok, thanks... But it will be to hard for me...

    In an other way, would it be possible to place my plugin images with percent for x and y, just like the loopings ?

    In the documentation, concerning the plugins :
    "x
    distance from the origin screen position to the edge postion
    can a absolute pixel value or a relative to screenwidth percent value "

    What is the syntax for this ?

    Regards

    Edited once, last by sagedavid (March 2, 2010 at 1:20 AM).

  • Hi,

    use "lefttop" as "align" and scale the progress position values with 100 and add a "%" character,
    and use as "edge" center to align the plugin with it's center there,

    e.g. here - 0.5 and 0.9:

    Code
    <progress showwait="loopings(0xFFFFFF,15,15,10,5,0xFFFFFF,8,0.5,0.9)" />


    and for the plugin 50% and 90%:

    Code
    <plugin .... align="lefttop" edge="center" x="50%" y="90%" ... />

    best regards,
    Klaus

Participate now!

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