Search found 13 matches

by alasa
Fri May 17, 2024 6:16 pm
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 3
Views: 64

Re: Loading PDFs async

Thank you Hopki,

Not sure about the action:
Mouse Click, Set Value, assets/pdf/brochure.pdf.

I have attached here an example following the instructions.
Can you please clarify how it should be?
Thank you
by alasa
Fri May 17, 2024 3:35 am
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 3
Views: 64

Loading PDFs async

Hi Hopkin, Is there a way to load PDFs async? I have multiple PDFs in a single scene and I tried with the PDF component but it loads all the files from the beginning. I have also tried with iframes and Text Box layer with the following coding: <script> function loadPDFIframe() { var iframe = documen...
by alasa
Thu Apr 18, 2024 4:35 pm
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Re: Button with pressed state

Another thing that I have noticed, is that when using the hotspot selected button approach, all hotspots in the scene with the same name get highlighted.

Can we limit the selected state to work independently?
Thank you
by alasa
Thu Apr 18, 2024 4:25 pm
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Re: Button with pressed state

Yes, correct. But not using scene on load.

Thank you
by alasa
Wed Apr 17, 2024 7:28 pm
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Re: Button with pressed state

Thank you Hopki, I appreciate your help.

One thing that I have difficulty with, is leaving the first button and square active by default, like the attached example.
by alasa
Wed Apr 17, 2024 2:10 am
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Re: Button with pressed state

Thank you Hopki, I have them now working.

How would work a menu navigation bar, where buttons need to be hidden or shown depending on other buttons' state?

I'm attaching here a video reference in the project file.
Thank you
by alasa
Mon Apr 15, 2024 8:26 pm
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Re: Button with pressed state

Thank you Hopki,

Here you go a reference. I'm looking to do it with a hotspot and with a button
by alasa
Mon Apr 15, 2024 4:02 am
Forum: Pano2VR/Object2VR Skins
Topic: Button with pressed state
Replies: 9
Views: 949

Button with pressed state

Hi Hopki,

Can you point me to a tutorial or post, explaining how works the Pressed state of a button?
How does it work in the case of an svg and with a text box?

I appreciate your help
by alasa
Mon Apr 15, 2024 3:46 am
Forum: Pano2VR general
Topic: hotspot z-index when selected
Replies: 6
Views: 634

Re: hotspot z-index when selected

Thank you so much Hopki, now is working
by alasa
Mon Apr 08, 2024 6:55 pm
Forum: Pano2VR general
Topic: hotspot z-index when selected
Replies: 6
Views: 634

Re: hotspot z-index when selected

I was checking again your steps and I wondered if it is the close button the element that reverses the state to -1.

How can I make it without it? So I click again on the icon it goes back to -1?
by alasa
Sun Apr 07, 2024 6:26 pm
Forum: Pano2VR general
Topic: hotspot z-index when selected
Replies: 6
Views: 634

Re: hotspot z-index when selected

Here is the video
by alasa
Sun Apr 07, 2024 6:24 pm
Forum: Pano2VR general
Topic: hotspot z-index when selected
Replies: 6
Views: 634

Re: hotspot z-index when selected

Thank you Hopki,

It works at the beginning but after clicking in different hotspots it overlaps again. Attached are some screen captures and a screen video.

I'm sure I've missed some step :P
by alasa
Sat Apr 06, 2024 3:53 am
Forum: Pano2VR general
Topic: hotspot z-index when selected
Replies: 6
Views: 634

hotspot z-index when selected

Hi folks, I have a few hotspots close to each other, and they overlap when selected or in overlay. I found that z-index is controlled by CSS but I'm not sure which layer should contain the style. I tried different options, with the CSS in each of the layers or adding an Action with the z-index with ...