Search found 105 matches

by ffurger
Fri Nov 29, 2019 3:04 pm
Forum: Pano2VR general
Topic: Clicking on a box doesn't work on iPad
Replies: 0
Views: 3733

Clicking on a box doesn't work on iPad

I am using the following HTML code in a text box to trigger an action by Javascript: <a href="" id="#Hotspot" style="display: block;width: 100%;height: 100%; color: rgba(255,255,255,0);">Tooltip</a> This code is not visible to the user. My event handler is as simple as:...
by ffurger
Wed Aug 07, 2019 2:41 pm
Forum: Pano2VR general
Topic: audio API issue
Replies: 1
Views: 1077

Re: audio API issue

Never mind - I think I solved the problem, even though I am not entirely sure what the problem actually was :D
I think it had something to do with JS closures...
by ffurger
Wed Aug 07, 2019 12:02 pm
Forum: Pano2VR general
Topic: audio API issue
Replies: 1
Views: 1077

audio API issue

I have a pano tour consisting of 4 panos. Each pano include a background sound, BUT only 3 of them start playing immediately, the fourth sound must be started manually. I have created a simple sound player. It consists of a toggle play and pause button. I have set all background sound to loop = -1. ...
by ffurger
Wed Jul 31, 2019 4:17 pm
Forum: Pano2VR general
Topic: Wierd Pano2VR behaviour
Replies: 3
Views: 1768

Re: Wierd Pano2VR behaviour

Never mind, I found the problem. In "Preferences > Advanced" I had checked "Open after creation".
by ffurger
Wed Jul 31, 2019 3:57 pm
Forum: Pano2VR general
Topic: Wierd Pano2VR behaviour
Replies: 3
Views: 1768

Re: Wierd Pano2VR behaviour

Indeed, but that's actually correct, in this case. Why would then Pano2VR open the XML file? That didn't happen in earlier versions.
by ffurger
Wed Jul 31, 2019 3:11 pm
Forum: Pano2VR general
Topic: Wierd Pano2VR behaviour
Replies: 3
Views: 1768

Wierd Pano2VR behaviour

I am using pano2VR 6.06 on Mac OS 10.14.6. Each time I make a change to a pano, pano2VR creates - correctly - an updated version of the pano.xml file. However, after creating the new version somehow a text editor is launched and the pano.xml file displayed. It happens every time. If I delete the tex...
by ffurger
Mon Jun 03, 2019 4:18 pm
Forum: Pano2VR general
Topic: "Edit skin configuration" not working
Replies: 2
Views: 1091

Re: "Edit skin configuration" not working

Oh, thank you Hopki, I am kind of relieved it's not some kind of bug :-)
by ffurger
Mon Jun 03, 2019 3:29 pm
Forum: Pano2VR general
Topic: "Edit skin configuration" not working
Replies: 2
Views: 1091

"Edit skin configuration" not working

I have implemented several tours using pano2VR 6.04. In all of them the button right next the "edit skin" button, i.e. "Edit skin configuration" doesn't work. Clicking on it simply doesn't have any effect. I am using a MacBook Pro 2016 running Mac OS 10.14.5. I thought may be the...
by ffurger
Thu Apr 25, 2019 2:06 pm
Forum: Pano2VR general
Topic: Requirements for VR in pano2VR 6.1
Replies: 2
Views: 1280

Re: Requirements for VR in pano2VR 6.1

Thank you Hopki. I am specifically interested in stereo images right now, so I am not quite sure how I would have to import them: - as a single 3D panorama image or - as two individual 2D panorama images I don't have a 3D camera yet, so I am not quite sure about ways save them. But the cameras I hav...
by ffurger
Thu Apr 25, 2019 11:32 am
Forum: Pano2VR general
Topic: Requirements for VR in pano2VR 6.1
Replies: 2
Views: 1280

Requirements for VR in pano2VR 6.1

I watched the introductory tutorial on how to create a VR panorama. I would like to experiment with this technology, but I need a bit more information: 1. What kind of panorama files can be read by pano2VR v6.1? The tutorial shows a single file for each node, so I guess the input file must already b...
by ffurger
Thu Apr 18, 2019 7:53 pm
Forum: Pano2VR general
Topic: Cant get function pano.getCurrentPointHotspots() to work
Replies: 1
Views: 1025

Re: Cant get function pano.getCurrentPointHotspots() to work

I found the problem:

changed from: pano.readConfigUrlAsync("pano.xml")

to: pano.readConfigUrl("pano.xml")
by ffurger
Thu Apr 18, 2019 4:18 pm
Forum: Pano2VR general
Topic: Cant get function pano.getCurrentPointHotspots() to work
Replies: 1
Views: 1025

Cant get function pano.getCurrentPointHotspots() to work

I need to create some custom functionality for when a point hotspot is clicked on. I thought I could simply retrieve all point hotspots for a given pano and add an event listener to each one of them. However pano.getCurrentPointHotspots() only returns an empty array. Not quite sure why that would be...
by ffurger
Thu Apr 18, 2019 9:56 am
Forum: Pano2VR general
Topic: how to change the start pano programmatically
Replies: 2
Views: 1445

Re: how to change the start pano programmatically

OK, thank you very much,

Franco
by ffurger
Tue Apr 16, 2019 4:31 pm
Forum: Pano2VR general
Topic: how to change the start pano programmatically
Replies: 2
Views: 1445

how to change the start pano programmatically

My pano tours are embedded in a larger structure, which means that a user can enter a tour from any of its nodes. However, I haven't been able to figure out how to set the start panorama programmatically. When a pano tour is first loaded, it always retrieve the start pano ID. Adding a #nodeID to the...
by ffurger
Sat Apr 13, 2019 11:03 am
Forum: Pano2VR/Object2VR Skins
Topic: how to remove ghost hotspots
Replies: 6
Views: 5092

Re: how to remove ghost hotspots

Ok, thank you,

Franco