Search found 13063 matches

by Hopki
Sat Jun 01, 2024 10:48 pm
Forum: Commercial offerings
Topic: I offer programming services
Replies: 1
Views: 9799

Re: I offer programming services

Hi,
Moved this to the commercial forum as this would be the best place for this post.
Regards,
by Hopki
Sat Jun 01, 2024 1:34 pm
Forum: Pano2VR general
Topic: Feather Orb skin - Center menu at start up
Replies: 1
Views: 33

Re: Feather Orb skin - Center menu at start up

The simplest way would be to add a timer. Give it the settings: 1.png Then give the timer the action: 2.png What will happen is 1.5 seconds after the panorama opens the menu opens. You will need to save the skin as you have modified it, a good place is in the same folder as your project. Or save it ...
by Hopki
Sat Jun 01, 2024 1:13 pm
Forum: Pano2VR general
Topic: Info popups on tour-start
Replies: 1
Views: 49

Re: Info popups on tour-start

Hi, See the attached Pano2VR 7.x.x project. It has a User Data Custom Property set to false for each node. The text box has a visible logic block that when it's true it will hide the text box. The text box then has an action that sets the custom property to true, so it hides the text box for that no...
by Hopki
Sat Jun 01, 2024 12:34 pm
Forum: Pano2VR general
Topic: Sound loop problem in new Beta 4
Replies: 1
Views: 28

Re: Sound loop problem in new Beta 4

Hi,
Not seeing this issue.
Is it possible for you to modify the attached project to show the issue, and then upload it with steps to reproduce?
Regards,
by Hopki
Fri May 31, 2024 3:16 pm
Forum: Pano2VR general
Topic: About pinning video muted before click.
Replies: 5
Views: 94

Re: About pinning video muted before click.

Hi James,
The stumbling block is the popout videos, can you not use a polygon drawn a round a pinned video, then using a polygon open a video popup which would play with sound?
Please see the attached project.
Regards,
by Hopki
Thu May 30, 2024 6:26 pm
Forum: Pano2VR general
Topic: About pinning video muted before click.
Replies: 5
Views: 94

Re: About pinning video muted before click.

Hi James, Little bit confused, you say you have several pinning videos in the same hotspot. So are they pinned videos in the panorama or are they video point hotspots that open a video popup? If its a video popup, does it then have buttons to select different videos? Also which version of Pano2VR ar...
by Hopki
Wed May 29, 2024 10:39 pm
Forum: Pano2VR general
Topic: Equi back to JPG
Replies: 1
Views: 44

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: 141

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: 125

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: 141

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: 96

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: 2150

Re: audio file

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

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: 125

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: 457

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 ...