agufon... no wonder if you have turned deeplinking off...
your code : deeplinking="false" ---> change to true!
agufon... no wonder if you have turned deeplinking off...
your code : deeplinking="false" ---> change to true!
Yeeeees, it is perfect.
Thank you
Sorry for posting here but I couldn't manage to create a new post. ı can only reply. Again sorry if I shouldn't be doing this. ;(
I am looking for a freelancer who has good knowledge of Krpano for a game we have created. The gigapixel photo is ready but we need help on the coding part. Normal coders aren't very good at this.
It seems onhover.addevent is not working
<style name="teststyle"
onover.addevent="trace(onover);"
onhover.addevent="trace(onhover);"
onout.addevent="trace(onout);"
onclick.addevent="trace(onclick);"
ondown.addevent="trace(ondown);"
onup.addevent="trace(onup);"
onloaded.addevent="trace(onloaded);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
...
bgcapture="true"
/>
Display More
https://krpano.com/docu/xml/#addevent
<style name="teststyle"
onover.addevent="trace(onover);"
onhover.addevent="trace(onhover);"
onout.addevent="trace(onout);"
onclick.addevent="trace(onclick);"
ondown.addevent="trace(ondown);"
onup.addevent="trace(onup);"
onloaded.addevent="trace(onloaded);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
...
bgcapture="true"
onover="trace(onoverLayer);"
onhover="trace(onhoverLayer);"
onout="trace(onoutLayer);"
onclick="trace(onclickLayer);"
ondown="trace(ondownLayer);"
onup="trace(onupLayer);"
onloaded="trace(onloadedLayer);"
/>
Display More
toosten,
I do not understand your answer. onhover - works, onhover.addevent - doesn't work
<krpano onstart="showlog()">
<!-- view settings -->
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
<preview type="grid" />
<style name="teststyle"
onover.addevent=" trace(onoverStyle);"
onhover.addevent=" trace(onhoverStyle);"
onout.addevent=" trace(onoutStyle);"
onclick.addevent=" trace(onclickStyle);"
ondown.addevent=" trace(ondownStyle);"
onup.addevent=" trace(onupStyle);"
onloaded.addevent=" trace(onloadedStyle);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
bgcolor="0xff0000"
bgcapture="true"
width="200"
height="200"
/>
</krpano>
Display More
INFO: krpano 1.20.5 (build 2020-03-05)
INFO: HTML5/Desktop - Firefox 75.0 - WebGL
INFO: Registered to:
INFO: onloadedStyle
INFO: onoverStyle
INFO: onoutStyle
INFO: onoverStyle
INFO: onoutStyle
<krpano onstart="showlog()">
<!-- view settings -->
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
<preview type="grid" />
<style name="teststyle"
onover.addevent=" trace(onoverStyle);"
onhover.addevent=" trace(onhoverStyle);"
onout.addevent=" trace(onoutStyle);"
onclick.addevent=" trace(onclickStyle);"
ondown.addevent=" trace(ondownStyle);"
onup.addevent=" trace(onupStyle);"
onloaded.addevent=" trace(onloadedStyle);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
bgcolor="0xff0000"
bgcapture="true"
width="200"
height="200"
onover="trace(onoverLayer);"
onhover="trace(onhoverLayer);"
onout="trace(onoutLayer);"
onclick="trace(onclickLayer);"
ondown="trace(ondownLayer);"
onup="trace(onupLayer);"
onloaded="trace(onloadedLayer);"
/>
</krpano>
Display More
INFO: krpano 1.20.5 (build 2020-03-05)
INFO: HTML5/Desktop - Firefox 75.0 - WebGL
INFO: Registered to:
INFO: onloadedStyle
INFO: onloadedLayer
INFO: onoverStyle
INFO: onoverLayer
INFO: onhoverStyle
INFO: onhoverLayer
Ok, I understand you. But there is one oddity, I don’t know if it is important or not.
<krpano onstart="showlog();">
<!-- grid preview pano -->
<preview type="grid();" />
<!-- view/fov settings -->
<view hlookat="0" vlookat="0" fovtype="VFOV" fov="90" fovmin="30" fovmax="150"/>
<style name="teststyle"
onover.addevent="trace(onoverStyle);"
onhover.addevent="trace(onhoverStyle);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
width="50%"
height="50%"
bgcapture="true"
onover="trace(onoverLayer);"
onhover="trace(onhoverLayer);"
/>
</krpano>
Display More
INFO: krpano 1.20.5 (build 2020-03-05)
INFO: HTML5/Desktop - Firefox 75.0 - WebGL
INFO: Registered to:
INFO: onoverStyle
INFO: onoverLayer
INFO: onhoverStyle
INFO: onhoverLayer
<krpano onstart="showlog();">
<!-- grid preview pano -->
<preview type="grid();" />
<!-- view/fov settings -->
<view hlookat="0" vlookat="0" fovtype="VFOV" fov="90" fovmin="30" fovmax="150"/>
<style name="teststyle"
onover.addevent="trace(onoverStyle);"
onhover.addevent="trace(onhoverStyle);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
width="50%"
height="50%"
bgcapture="true"
/>
</krpano>
Display More
INFO: krpano 1.20.5 (build 2020-03-05)
INFO: HTML5/Desktop - Firefox 75.0 - WebGL
INFO: Registered to:
INFO: onoverStyle
P.S. those. until something is written in the layer, the style will not be processed
<krpano onstart="showlog();">
<!-- grid preview pano -->
<preview type="grid();" />
<!-- view/fov settings -->
<view hlookat="0" vlookat="0" fovtype="VFOV" fov="90" fovmin="30" fovmax="150" aerial="true"/>
<style name="teststyle"
onover.addevent="trace(onoverStyle);"
onhover.addevent="trace(onhoverStyle);"
/>
<layer name="testlayer"
type="container"
style="teststyle"
bgalpha="1.0"
width="50%"
height="50%"
bgcapture="true"
onover=" "
onhover=" "
/>
</krpano>
Display More
NULL & addevent = NULL
Hi,
thanks for the reporting - yes, there is a bug here:
The onhover events added with 'addevent' currently work only when there is also an onhover event actually defined at the element itself.
This is a bug and will be fixed in 1.20.6.
Best regards,
Klaus
hi everyone.
i'm new here and i have a question. does the new krpano update (1.20.5) work on macos catalina 10.15.4? i have a problem whit it. which version of krpano will work on my system?
best,
agu
Hi,
i'm new here and i have a question. does the new krpano update (1.20.5) work on macos catalina 10.15.4?
Yes, it works.
Did you follow the installation instructions?
https://krpano.com/docu/osx/install/
Best regards,
Klaus
Hi,
Yes, it works.Did you follow the installation instructions?
https://krpano.com/docu/osx/install/Best regards,
Klaus
it works now. thank you. i made a mistake in the installation process. need to read the instructions more carefully.
best,
agu
Hi,
here a new krpano release:
krpano 1.20.6
It fixes several smaller bugs and problems, all details here:
Release Notes 1.20.6
Best regards,
Klaus
Hi Klaus,
...a Minor Release, but fantastic bugfix for camroll.
I will send you an example.
Thanks, Marco
Thank you!
Tuur
Klaus,
SO much appreciate this "minor" release. Looking forward to testing it.
Hi Klaus,
Perhaps this preview bug is still there (?)
i still find an/the issue on the preview image on larger panos.
I dropped a 66222 x 33111 pano on MAKE VTOUR (VR-OPT) Droplet
i see the issue since 1.20.3.. just checked.
I tried with psb and tif.. both the same issue.
When i use a smaller pano like 13k then it seems ok.
Let me know if you want me to send you the file or the droplet output. (Klaus only)
I'm on mac osx 10.15.4 (19E266)
Tuur
...
i have the same using the
MAKE VTOUR (MULTIRES) Droplet
or
MAKE PANO (MULTIRES) Droplet
When i add type="CUBESTRIP" to the preview it is ok.
I think this is a template/skin bug.
https://krpano.com/docu/xml/#preview.type
QuotePossible settings:
empty, not set, the default - when not set, the type of the preview image will be detected automatically by its image-size and side-aspect (e.g. 2:1 = sphere, 1:6 = cubestrip, ...)
Klaus
Can you change that in next release?
Tuur
Don’t have an account yet? Register yourself now and be a part of our community!