Search found 16 matches

by alasa
Thu May 23, 2024 5:45 am
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 420

Re: Loading PDFs async

Hopki,

Would it be possible to make dynamic the PDF component? Instead of duplicating the PDF, establish each PDF's path with variables?

I see that there is a field to place the path, but your previous solution to load the PDF async, was including the PDF path as an action in the button
by alasa
Thu May 23, 2024 5:39 am
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 420

Re: Loading PDFs async

Never mind, I solved it. Just using variables in the Text field, right?
by alasa
Thu May 23, 2024 3:34 am
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 420

Re: Loading PDFs async

Thank you Hopki, it works.

Is there a way to make a text box dynamic, taking the ID, the Aria Label, or the Note's text of the PDF component? Like the image attached.
by alasa
Fri May 17, 2024 6:16 pm
Forum: Pano2VR general
Topic: Loading PDFs async
Replies: 7
Views: 420

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: 7
Views: 420

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

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

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

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

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

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

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

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

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

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

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