Search found 13057 matches

by Hopki
Wed May 29, 2024 10:39 pm
Forum: Pano2VR general
Topic: Equi back to JPG
Replies: 1
Views: 25

Re: Equi back to JPG

Hi Michael,
When Pano2VR opens it will ask to locate the TIFF, just point it to the jpg and save.
Regards,
by Hopki
Wed May 29, 2024 6:07 pm
Forum: Pano2VR general
Topic: Specific sound file: starting delay possible?
Replies: 4
Views: 123

Re: Specific sound file: starting delay possible?

Hi, Please see the attached project. The sounds are added directly to the nodes that they should play in, the loop is set to -1. On open you see the sound splash screen. Nothing will happen until you select to have sound. The splash screen hides and 5 seconds later the sound plays. Node2 does not ha...
by Hopki
Mon May 27, 2024 11:08 am
Forum: Pano2VR general
Topic: Step menu Multi view RESOLVED
Replies: 4
Views: 111

Re: Step menu

Hi Serge,
Yes you can use Polygons,
Just make sure they point to the correct node.
Regards,
by Hopki
Fri May 24, 2024 8:13 pm
Forum: Pano2VR general
Topic: Specific sound file: starting delay possible?
Replies: 4
Views: 123

Re: Specific sound file: starting delay possible?

Hi, To delay a sound set its loop to -1, then use a timer to play sound loop 0 to loop forever. The Action can be, Deactivate, Config Loaded, Media, Play Media, Loop 0, target the sound file. The timer can have the settings, Start, 7, one time. With regards to how many sounds, it should be more than...
by Hopki
Fri May 24, 2024 6:45 pm
Forum: Pano2VR general
Topic: Stop all timers
Replies: 3
Views: 90

Re: Stop all timers

Hi, You can stop and start a timer using the Set Value action. For example, I have a timer with the ID: timer_1. It has a timer value of 5 seconds. So to stop it from running I would use, Mouse Click, Set Value, 0 timer_1 To start it running I would use Mouse Click, Set Value, 5 timer_1 So no pause ...
by Hopki
Thu May 23, 2024 9:13 pm
Forum: Pano2VR general
Topic: audio file
Replies: 8
Views: 2125

Re: audio file

:D
by Hopki
Thu May 23, 2024 9:07 pm
Forum: Pano2VR general
Topic: Stop all timers
Replies: 3
Views: 90

Re: Stop all timers

Hi,
You can use a regular expression.
If you have a common naming convention such as timer_1, timer_2 etc.
You can then use one Set Value action targeting, #timer.* with the value of 0 to stop all timers.
Regards,
by Hopki
Thu May 23, 2024 6:37 pm
Forum: Pano2VR general
Topic: Step menu Multi view RESOLVED
Replies: 4
Views: 111

Re: Step menu

Hi,
Have a look at this forum post: viewtopic.php?p=57110#p57110
The project requires the same number of nodes for each "state/date".
You can then switch between each date while in the same node and using the same pan, tilt and FoV.
Regards,
by Hopki
Thu May 23, 2024 2:42 pm
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 434

Re: Loading PDFs async

Hi, To understand your project, you have a popup that has four PDF elements and a title text box. Different buttons will change the content of each PDF element and the title. The button could have five actions, so four actions to set the path to search PDF elements, one to set the value to the text ...
by Hopki
Wed May 22, 2024 5:11 pm
Forum: Pano2VR general
Topic: Manage info hotspot content centrally
Replies: 2
Views: 2837

Re: Manage info hotspot content centrally

Hi, You can use the list view. For example, create an info Hotspot, this will be added to the list. You can then right button click in the list on the info point hotspot and copy it. You can now paste it into the same node to create more info point hotspots, or select another node and paste it in. Y...
by Hopki
Wed May 22, 2024 9:52 am
Forum: Pano2VR general
Topic: Video Patches and their layer stacking priority
Replies: 4
Views: 561

Re: Video Patches and their layer stacking priority

Hi,
Polygon Hotspots are on the same layer/level as the pano, so all other media will be above it.
However, Polygons, although covered will still be clickable “through” the media.
See: https://ggnome.com/doc/pano2vr/getting- ... list-view/
Regards,
by Hopki
Tue May 21, 2024 10:46 pm
Forum: Pano2VR general
Topic: Background Audio on iOS issues
Replies: 12
Views: 4024

Re: Background Audio on iOS issues

Hi,
Can you go into more detail?
What sound issues are you having?
Regards,
by Hopki
Mon May 20, 2024 8:47 pm
Forum: Pano2VR/Object2VR Skins
Topic: Assign actions to polygon hotspot? And border width?
Replies: 9
Views: 4542

Re: Assign actions to polygon hotspot? And border width?

Hi,
We use CSS for the polygons and there is no CSS attribute to set border with.
Regards,
by Hopki
Mon May 20, 2024 8:42 pm
Forum: Pano2VR general
Topic: display project in wix
Replies: 1
Views: 385

Re: display project in wix

Hi neicabral,
You host the output on a different server and then in WIX use an iframe to display the output.
Our Gnome Cloud Hosting it ideal for this.
Regards,
by Hopki
Sun May 19, 2024 1:08 pm
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 434

Re: Loading PDFs async

You need a PDF element to display the PDF.
The buttons target needs to be a PDF element to "load" the PDF to the PDF element.
Please see updated project which now has a PDF element and a close button.