Beiträge von zappano

    Hallo Klaus,

    ich habe den Code durchgeschaut, ich hatte einen Befehl doppelt drin. Das Update hat es jetzt zutage gebracht.

    innerhaalb der Style Anweisung

    Code
    <style name="skin_hotspotstyle" url="%SWFPATH%/hotspots/vtourskin_hotspot.png" scale="0.5" edge="top" oy="0" 
    onclick="if(linkedscene, tween(scale,0.25,0.5); tween(oy,-20,0.5); tween(alpha,0,0.5); 
    looktohotspot(); standort_wechseln(get(linkedscene)); 
    loadscene(get(linkedscene),null,MERGE,BLEND(1)););" 
    onhover="show_tooltip(get(panoramen.pano[get(linkedscene)].tooltip))"/>


    gibt es die Action

    Code
    standort_wechseln(get(linkedscene));


    und da hatte ich bereits die Anweisung

    Code
    loadscene(get(linkedscene),null,MERGE,BLEND(1));

    .

    Im "style" hab ich das jetzt gelöscht.

    Jetzt funktioniert wieder (fast) alles, aber das wird schon...

    Danke und Grüße

    Michael

    Vielen Dank für die Hinweise und Lösungsmöglichkeiten.

    Noch eine weitere Fehlermeldung habe ich jetzt aber nach dem Workaround mit der Ergänzung der krpano.js.

    Die Hotspots sehen bei mir so aus:

    Code
    <hotspot name="spot1" style="skin_hotspotstyle" ath="16.903" atv="-3" linkedscene="scene_imgp8153_panorama_s7" />


    Der style dann so:



    Das funktioniert noch, aber führt nach dem Update zur Fehlermeldung
    ERROR: loadscene() - scene "null" not found

    Was hat sich denn hier geändert?

    Grüße

    Michael

    Hallo,
    ich nutze folgendes Script zum einbetten in html


    Wenn ich die Dateien tour.js und tour.swfauf die neue Version update mit dem Tool bleibt der Bildschirm schwarz, keine Fehlermeldung.
    Das liegt wohl an der tour.js.

    Wenn ich das so einbinde

    Code
    <script src="krpano.js"></script>
    
    
    <div id="pano" style="width:100%;height:100%;">
    	<noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;text-align:center;"><td>ERROR:<br><br>Javascript not activated<br><br></td></tr></table></noscript>
    	<script>
    		embedpano({swf:"krpano.swf", xml:"krpano.xml", target:"pano", html5:"auto", mobilescale:1.0, passQueryParameters:true});
    	</script>
    </div>

    geht es zwar, aber ich möchte ja nicht alle index.html Dateien ändern und zusätzlich bekomme ich folgende Fehlermeldung für ein plugin:

    INFO: krpano 1.19-pr16 (build 2018-04-04)INFO: HTML5/Desktop - Firefox 62.0 - WebGL
    ERROR: plugin[hilfe_ein_mobile] - style not found: buttons_mobile

    Eigentlich ist das plugin aber über devices="tablet|mobile" doch am PC dar nicht geladen.
    Weiß jemand Hilfe, wie ich updaten kann?
    Danke und Grüße
    MIchael

    Hi all there

    I want to add one button here, is no problem in desktop mode:

    Code
    <layer name ="infobutton" style="skin_base|skin_glow" crop="64|710|64|64" 	align="bottom" x="230"  y="0"	scale="0.6" alpha="1.0" keep="true"  
    				onclick="action(showintroimage);"
    				/>


    But where in vtourskin.xml must I add this button in mobile layout in the center of this menu?

    It must be here in this part, ist there anybody, who can explain me this?

    Thanks
    MIchael

    Hello,

    I would like to take a virtual tour and thereby show the opening and closing of a curtain, e.g. in a theater.
    Can I do this with some distorted hotspots or should I take a video an how I can align exact the video?
    I have seen earlier some examples for chrono-pano, would this work?

    Thanks for your help!
    Michael

    Hallo,
    Ich habe in einem Pano ein Video eingebunden, das in der Desktop-Version läuft.
    Bei der Umstellung auf mobile Version wollte ich den Code auch für das Video anpassen.
    Ich habe einen TV Bildschirm als Hotspot (TV) definiert, darüber wir dann per Click das Video auch als Hotspot (film) gelegt und gestartet.
    Ich weiß nicht, warum in der mobilen Version über Ipad oder Android nur das Bild der Posterurl ein- und ausgeblendet wird.
    Hat das was mit den toggle.pause Events zu tun?
    Vielleicht sieht jemand, was ich hier falsch gemacht habe, danke für jeden Hinweis!!
    Grüße
    M.

    Hier der Code

    Yes, Andrey
    It works,
    So let us know what was the problem when loading the pano again.... *wink*
    Thank You!!

    I have one problem with the image gallery.
    If I load a pano or page second time, the previous and next buttons do not work and the gallery closes by touching "background layer"
    Please test it here with IOS and iPad, Safari or Chrome Browser. With Dolphin Browser everything work.
    Is it possible to fix this problem?
    Regards
    Michael

    Hi Andrey,

    i think there is a problem with chrome and iOS with Ipad.


    INFO: krpano 1.17.4 (build 2014-06-04) INFO: iPad - iOS:7.0.4 - Chrome 35.0 INFO: Registered to: Michael Krebs ERROR: parsing "plugins/thumbnails.js" failed: SyntaxError: Unexpected token '<'

    And another projekt reports

    INFO: krpano 1.17.4 (build 2014-06-04) INFO: iPad - iOS:7.0.4 - Chrome 35.0 INFO: Registered to: Michael Krebs ERROR: parsing "plugins/thumbnails.js" failed: SyntaxError: Unexpected token '<' ERROR: parsing "plugins/draggableplugin.js" failed: SyntaxError: Unexpected token '<'

    Nothing is encrypted there.

    And on Desktop with Internet-Explorer (11.0.9) the previous-next buttons are not "active"

    Hope you can fix it.

    Thanks and regards
    Michael

    Danke für das Beispiel, Klaus!

    Hi,

    es gibt verschiedene Situationen in welchen das 'onout' nicht aufgerufen wird (dann wenn sich die Maus nicht selber von dem Element bewegen) - in diesen muss das Tooltip Element manuell versteckt werden.

    Eine sehr einfache Möglichkeit dazu wäre den 'onout' Code direkt zusätzlich im 'onclick' aufzurufen, damit wird sichergestellt das der Tooltip verschwindet:
    z.B.

    Code
    onclick="style[tooltip].onout(); loadscene(...);"

    Schöne Grüße,
    Klaus

    Hallo,
    ich wollte nach den Beispielen einen "mappoint" mit einem tooltip versehen, was ich auch grundsätzlich hinkriege.
    Leider verschwindet der Text nach der onklick-action nicht mehr, wenn die neue scene geladen wird.
    Kann mir da jemand einen Tipp geben?
    Danke und Gruß
    MIchael


    Hallo,
    ich möchte statt showtext jetzt die Flash Variante der Tooltips verwenden.
    Aus den Beispielen habe ich folgenden Code in meine Tour übernommen:

    Meine Frage:
    Kann ich den "style" einem plugin so zuweisen?

    Code
    set(plugin[get(thumbname)].style, tooltips);

    und dann möchte ich den in der "Scene!" gesetzten tooltip auslesen und zuweisen, krieg das so aber nicht hin.

    Code
    set(plugin[get(thumbname)].tooltip,get(panoramen.pano[get(pano_ref)].tooltip));


    Hat jemand einen Tipp was da fallsch ist?
    Danke
    Michael

    I had a 1.8.15 project with tooltips.
    Now they don't work in 1.16.3
    What do I need to do?
    I looked at your demo on tooltips for the new version.
    But I am lost


    Same problem, not more tooltips when using html5 and MAKE VTOUR (NORMAL) droplet.bat (1.16.3).
    Could you please help Klaus?
    Thanks
    Michael

    @Volker: Nein, die Möglichkeiten aus den plugins reichen mir nicht, auch wenn das jetzt schon jammern auf hohem Niveau ist.

    @Klaus@ Ich habe mich vielleicht aber doch unklar ausgedrückt.
    Simpleviewer finde ich o.k. für flash und das kann ich ja auch umsetzen, wie im Forum beschrieben.
    Aber fürs ipad geht das ja nicht, da in ich auf der Suche nach einer Anleitung oder zumindest einer Erläuterung wie man dahin komen kann.

    Gruß
    Michael