Search found 108 matches

by christoph
Tue Apr 18, 2017 3:00 pm
Forum: Pano2VR general
Topic: Map Labels
Replies: 2
Views: 2086

Re: Map Labels

Hi!
On Windows, go to the File menu -> Settings.
On a Mac, you can find the settings under Pano2VR -> Preferences.

Inside the settings you have tabs, on the 'Advanced' tab, next to the label 'Tour Browser', you will find 'Show map labels in tour browser & map'.

Regards,
Christoph
by christoph
Wed Mar 29, 2017 1:44 pm
Forum: Pano2VR general
Topic: Is there a way to copy hotspots?
Replies: 3
Views: 2522

Re: Is there a way to copy hotspots?

Hi!
In version 5.2 you now get a context menu in the list view, where you can copy/paste elements....

Regards,
Christoph
by christoph
Wed Mar 29, 2017 10:37 am
Forum: Pano2VR general
Topic: How to copy hotspots to other panoramas?
Replies: 6
Views: 4319

Re: How to copy hotspots to other panoramas?

Hi guys! With version 5.2 beta 2 you can now copy and paste things from the list view panel. Just select a row (or multiple rows by ctrl or shift-clicking) and right-click to see the context menu. You can even paste to more than one node, just select a number of nodes in the tour browser first, then...
by christoph
Thu Mar 16, 2017 1:33 pm
Forum: Pano2VR general
Topic: Pano2VR 5.2 beta
Replies: 5
Views: 3574

Re: Pano2VR 5.2 beta

Hi guys!
Sorry, this is a bug.
It will be fixed in the next version....

Regards,
Christoph
by christoph
Wed Mar 01, 2017 4:25 pm
Forum: Pano2VR general
Topic: getting current nodeID through JS - please help
Replies: 9
Views: 5644

Re: getting current nodeID through JS - please help

'pano.getNodeIds()' gives you an array of all nodeIds in your tour. This would look similar to this: ["node1", "node2", "node3", "node4"] Then you can call pano.getNodeUserdata with one of those Ids to retrieve the user data for each node. What do you get when...
by christoph
Wed Mar 01, 2017 4:00 pm
Forum: Pano2VR general
Topic: getting current nodeID through JS - please help
Replies: 9
Views: 5644

Re: getting current nodeID through JS - please help

Are you trying this with a tour output (multiple nodes)? Because in a single node project, the one node does not have an id, and calling 'pano.getNodeUserdata("node1")' returns an empty structure. In case of a single node output, you could get the userdata by calling 'pano.getNodeUserdata(...
by christoph
Wed Mar 01, 2017 3:01 pm
Forum: Pano2VR general
Topic: getting current nodeID through JS - please help
Replies: 9
Views: 5644

Re: getting current nodeID through JS - please help

Are you using an actual nodeId from your tour, like 'node1', in your function call?

like: pano.getNodeUserdata('node1')

Because this should work (and it does, when you try entering it in the browser console)....
by christoph
Wed Mar 01, 2017 2:10 pm
Forum: Pano2VR general
Topic: How to make a back button that goes to previous pano
Replies: 4
Views: 4363

Re: How to make a back button that goes to previous pano

Hi!
Add a button to your skin and give it an action:
- Source: Mouse Click
- Action: Open Next Panorama
- URL: Last Visited Node
- View: ....

Regards,
Christoph
by christoph
Wed Mar 01, 2017 10:51 am
Forum: Pano2VR general
Topic: getting current nodeID through JS - please help
Replies: 9
Views: 5644

Re: getting current nodeID through JS - please help

Hi Franco! You are using the right function, but at the time you are calling it, the Pano2VR player hasn't read the xml file yet, and therefore returns an empty string. At any later point in time, pano.getCurrentNode() will give you the correct node Id. Just try typing 'pano.getCurrentNode()' into t...
by christoph
Thu Feb 09, 2017 1:41 pm
Forum: CMS Plugins
Topic: SOLVED!-Navigation buttons in Wordpress-Panorama look strange
Replies: 20
Views: 14761

Re: Navigation buttons in Wordpress-Panorama look strange

Hello Harald! In your Wordpress installation, can you please go to /wp-content/plugins/ggpkg-import/include. There you find the file 'ggskin.css', which contains some styles for our Wordpress plugin. Replace that with the file attached to this post. Please let me know if this solves your problem... ...
by christoph
Thu Feb 09, 2017 10:35 am
Forum: Pano2VR general
Topic: Animation Editor video
Replies: 14
Views: 6456

Re: Animation Editor video

Hi! The value next to 'Magic Keyframe' in the Animation Editor (50.00°/s) means, that keyframes are generated so that the animation moves at a speed of 50 degrees per second. Lower values result in a slower animation. So - try lower numbers and generate a few magic keyframes for testing, until you f...
by christoph
Wed Feb 01, 2017 12:56 pm
Forum: Pano2VR general
Topic: Animation Editor video
Replies: 14
Views: 6456

Re: Animation Editor video

For zooming in the panorama i would use the mouse wheel. Alternatively you can use the + and - keys on the keyboard....

Regards,
Christoph
by christoph
Tue Jan 31, 2017 2:24 pm
Forum: Pano2VR general
Topic: Animation Editor video
Replies: 14
Views: 6456

Re: Animation Editor video

Hi bkiter! 1. you probably understood that wrong, it is Command+A (not eight) on the Mac, Control+A on Windows (you can also find it in the 'Edit' menu) 2. i assume you want to zoom in/out in the timeline. you can drag the handles on both sides of the sliders inwards to zoom in, see image below: gra...
by christoph
Thu Nov 03, 2016 2:32 pm
Forum: Unterstützung für Pano2VR
Topic: seitenleiste variabel mitvergrößern
Replies: 3
Views: 3544

Re: seitenleiste variabel mitvergrößern

Hallo! Um die Leiste mit der Fenstergröße zu skalieren kannst du einfach die Höhe des Elements in % angeben. Dazu einfach im Eigenschaftsfenster im Skin Editor, neben dem 'Höhe' Eingabefeld die Einheit von 'Pixel' auf '%' ändern. Wenn du ab einer gewissen Bildschirmhöhe das Menü z.B. auf horizontal ...
by christoph
Tue Oct 25, 2016 4:17 pm
Forum: Pano2VR general
Topic: Feature request: variable init value higher than 100
Replies: 1
Views: 1843

Re: Feature request: variable init value higher than 100

Hi!
I have put it as a feature request in our bug tracker:
Issue #1630

This will be fixed in the next release...

Regards,
Christoph