Good afternoon. Droplets don't work on mac os Big Sur Public Beta 1. Terminal open and close instantly. Krpano 1.20.7 and 1.20.8
Posts by AntonSorok
-
-
Will the new version be 1.19-pr17, 1.20, or maybe 2.0?
I have test Mac OS Catalina. Krpano tools and Server doesn’t work. Other things is ok.
-
Sound interface don't work on Safari version 12.0.2 (14606.3.4) in Mac OS Mojave 10.14.2
-
Hello. I have autotur on my old tour in 1.18, however when i get it in 1.19pr13 i have get one mistake.
This code of button to activate autotour.tween(view.vlookat,0.0,3.0);
tween(view.fov,140,4);
oninterrupt(stopautotour(););set(autorun,true);set(step,0);mul(step,get(scene[get(xml.scene)].index),2);add(step,1);set(idletime,1);
set(events.onidle, autotour(););set(layer[btn_autotour].visible,false);
set(layer[btn_stopautour].visible,true);hidecontrol();hideallspots();This code equal in 1.18 and work fine in old tour.
But now, function tween(view.vlookat,0.0,3.0); or tween(view.vlookat,0,3); not work. If i write set(view.vlookat,0); - it's work.
I think it's error in krpano js.
Thank you. Best Regards, Anton. -
i have find mistake. I have update js, swf in 1.18 again and this function start work
But, when i change again to 1.19 this code don't work
Therefore this is an error of krpano 1.19. Klaus, fix it please. -
Display More
I don't know but maybe a lowercase 'or' is a problem.
I don't know but maybe a lowercase 'or' is a problem.
https://krpano.com/docu/actions/#expressions
Piotr[quote='spacerywirtualne','index.php?page=Thread&postID=72542#post72542']Yes, I have try this with topcase OR but same error. I think this problem of 1.19
-
In krpano 1.18 i wrote this function and everything was ok. But when i rewrite tour in 1.19 i get this error. Next function in onnewscene
if(scene[get(xml.scene)].pan=='20'
or scene[get(xml.scene)].pan=='21'
or scene[get(xml.scene)].pan=='25'
or scene[get(xml.scene)].pan=='26'
or scene[get(xml.scene)].pan=='27'
or scene[get(xml.scene)].pan=='28'
or scene[get(xml.scene)].pan=='29'
or scene[get(xml.scene)].pan=='41'
or scene[get(xml.scene)].pan=='42'
or scene[get(xml.scene)].pan=='51'
or scene[get(xml.scene)].pan=='52'
or scene[get(xml.scene)].pan=='53'
or scene[get(xml.scene)].pan=='54',
set(plugin[slider].visible,true);
if(muzforest==='0',
playsound(music6,forest.mp3,loop);
set(muzforest,1);
setvolume(val);
,
resumesound(music6);
setvolume(val);
);
,
set(layer[slider].visible,false);
if(muzforest==='1',
pausesound(music6);
set(birds,0);
);
);Everything work if I use 1 panorama, but it's don't work when i write or ..... or What is this problem with? Thank you.
-
I have bug in krpano 1.19.. and 1.18 in mac os Sierra. krpano testing server don't work. I shut down and closed with mistake. Anyone else have this problem?
-
Hello. Blend720. This is separate script and page html. I can link this from my tour how the other html page. but, how can i integrate this in my tour?