Beiträge von frogfish

    I just found the solution (I am not sure if it is correct, but it works).

    In thumbsbase.xml on row 226 change "if(thumbnails[%1].fixoverflow LT 10," the 10 to ex. 13 and 13 thumbs are shown!

    Thank's to everybody for helping!

    Barbara

    Hello,

    i have a problem with the thumbs scroll. If I use more then 10 thumbs, I can just see 10 thumbs and then is an empty space. I think the problem is with the header, because if I change it, everything works. Can it be that it does not work with actions?

    <krpano version="1.0.8.14" showerrors="false" onstart="buildthumbs(); addbuttons(); action(aussicht); ">

    It's funny, because it works perfect with ten thumbs but not with eleven?

    Maybe somebody has a solution?

    Thank's Barbara

    Gibt es eigentlich die Möglichkeit eine HTML Seite als eine Art Template zu erstellen, wo dann die xml datei über den Browser aufgerufen wird. So auf die Art: http://www.domain.com/vorlage.html?xml=pano1.xml und http://www.domain.com/vorlage.html?xml=pano2.xml

    Ich brauche das ganze für jquery mobile wo ja javascript nur einmal aufgerufen werden kann. Also ohne Flash, nur für iPhone. Vielleicht kann mir jemand weiterhelfen??

    Vielen Dank

    Hello to everybody,

    I am working on a webapp with included panos. Everything is loading just the panorama is not shown. has anybody maybe a solution?

    here the code:

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

    <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=1.0;" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta names="apple-mobile-web-app-status-bar-style" content="black" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <link rel="apple-touch-icon" href="images/touch-icon-iphone.png" />
    <link href="images/startup.png" rel="apple-touch-startup-image" />
    <meta content="minimum-scale=0.9, width=device-width, maximum-scale=0.6667, user-scalable=no" />

    <title>Panoramawelten</title>

    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b1/j…e-1.0b1.min.css" />
    <script src="http://www.krpano.com/forum/wbb/>
    <script src="http://www.krpano.com/forum/wbb/>

    </head>


    <body>

    <div data-role="page" id="home">


    <script src="panos/see/see.js"></script>
    <div id="pano" style="width:100%; height:100%; z-index:100; background-color:none;">
    <script>
    embedpano({xml:"panos/see/see.xml", target:"pano"});
    </script>
    </div>

    </div><!-- /page -->


    </body>
    </html>


    Thank you and best regards!!