showwait on loading tiles?

  • Hello,
    I´m trying to activate the showwait-loopings for a gigapixel project when zooming in and loading tiles.
    I thought this should help:

    Code
    <progress showload="bar(center,33%,3%,0,15%,shaded,0x000000,0x666666,0xAAAAAA)" showwait="loopings(0xFFFFFF)" />

    But what it does is showing the bar and the looping on start but when I zoom in there is no looping? I see that the images are loading because first they are blurred but I want that the looping will appear then...

    Regards,
    Marc

  • Thank you Klaus! Must be a "newer" function I didn´t know yet :)
    another small question. I would like that on first loading just the bar appears (no loopings) and on reloading just the loopings.

    Tried this but doesn´t work:

    Code
    <progress showload="bar(rightbottom,18%,1.5%,9%,10,shaded,0x000000,0xcccccc,0xAAAAAA)" showwait="none" showreloads="true" />
    <events onloadcomplete="set(progress.showwait,loopings();" 
                />

    Marc

  • Hi,

    sorry - that's not possible - the progress bar is initialized only once per pano-load, changing the settings later doesn't work.

    An alternative might be implementing a fully custom loading graphics via xml code.
    This could be done by using delayedcalls and the progress.* variables...

    Best regards,
    Klaus

Participate now!

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