Search found 19 matches

by MClementson
Sun May 22, 2022 11:07 pm
Forum: Pano2VR/Object2VR Skins
Topic: V7 Project User Data Placeholders not working
Replies: 4
Views: 4215

V7 Project User Data Placeholders not working

The placeholder variables for Project User Data aren't working in V7 beta 3a:
PUD.JPG
PUD.JPG (27.7 KiB) Viewed 4215 times
Skin.JPG
Skin.JPG (84.26 KiB) Viewed 4215 times
Output.JPG
Output.JPG (20.19 KiB) Viewed 4215 times
by MClementson
Tue Apr 05, 2022 5:43 pm
Forum: Pano2VR/Object2VR Skins
Topic: V7: Translations + placeholder variables issue
Replies: 3
Views: 1073

Re: V7: Translations + placeholder variables issue

Here's the skin shown above
by MClementson
Tue Apr 05, 2022 5:35 pm
Forum: Pano2VR/Object2VR Skins
Topic: V7: Translations + placeholder variables issue
Replies: 3
Views: 1073

V7: Translations + placeholder variables issue

I'm hoping someone can clarify how and when the translation features happen as I'm having an issue with using the translation features in conjunction with Javascript and the skin placeholder variables. I hope this cutdown version of what I'm trying to develop will demonstrate: 1) In the skin editor ...
by MClementson
Sun Oct 31, 2021 11:15 pm
Forum: Pano2VR/Object2VR Skins
Topic: Can't uncheck "Scroll Bar" in text component
Replies: 5
Views: 1684

Re: Can't uncheck "Scroll Bar" in text component

UPDATE: I've solved this by deleting the element and recreating it. Strange glitch I guess.
by MClementson
Sun Oct 31, 2021 10:55 pm
Forum: Pano2VR/Object2VR Skins
Topic: Can't uncheck "Scroll Bar" in text component
Replies: 5
Views: 1684

Re: Can't uncheck "Scroll Bar" in text component

Hi Hopki,

My apologies, you're quite right, I mean the text skin element. It does not ask to save the skin on close.
by MClementson
Sun Oct 31, 2021 10:36 pm
Forum: Pano2VR/Object2VR Skins
Topic: Can't uncheck "Scroll Bar" in text component
Replies: 5
Views: 1684

Can't uncheck "Scroll Bar" in text component

I'm having an issue with a text component. No matter what I do, the "Scroll Bar" checkbox will not stay unchecked. I uncheck it, save the skin, move a different component and come back to the text - Scroll Bar is checked again. How can I get this to stick?
ScrollBar.JPG
ScrollBar.JPG (23.89 KiB) Viewed 1684 times
by MClementson
Tue Sep 28, 2021 11:30 pm
Forum: Pano2VR general
Topic: Polygon Hotspots "flickering"
Replies: 3
Views: 1110

Re: Polygon Hotspots "flickering"

Ah - that makes sense. All the ones the flicker are the ones that run to two lines. Thanks Hopki :)
by MClementson
Tue Sep 28, 2021 11:10 pm
Forum: Pano2VR general
Topic: Polygon Hotspots "flickering"
Replies: 3
Views: 1110

Polygon Hotspots "flickering"

Is there any reason why some polygon hotspots "flicker" on mouseover? See this example - https://dev.ibiviz.com/qaqc/scs/

Hovering over some of the logos shows a nice static text popup, for others it flickers. Any suggestions?
Attachment shows it in Pano2VR.
by MClementson
Thu Aug 27, 2020 6:25 pm
Forum: Pano2VR/Object2VR Skins
Topic: Problem scaling element with variable
Replies: 0
Views: 4764

Problem scaling element with variable

I'm designing a custom skin and I want to let users resize the icons to suit their requirements. I have an exposed text variable called opt_iconSize , default value is "1.0" I've added an action on the icon element as follows Node Changed | Set Element Scale | $(*opt_iconSize)/$(*opt_iconS...
by MClementson
Thu May 07, 2020 3:22 am
Forum: Pano2VR general
Topic: Dynamically change patch contents?
Replies: 3
Views: 1213

Re: Dynamically change patch contents?

I resolved this by having 3 separate patches overlaid and toggling visibility, rather than trying to dynamically swap the patch contents.
by MClementson
Wed May 06, 2020 10:20 pm
Forum: Pano2VR general
Topic: Dynamically change patch contents?
Replies: 3
Views: 1213

Dynamically change patch contents?

I have a video patch showing an idle animation for a character. What I would like is to be able to swap that video for a different video on mouseover (preferably defined by a polygon hotspot, but not essential), and then a third video on mouse click. Is this possible?

Thanks.
by MClementson
Thu Jan 25, 2018 5:40 pm
Forum: Pano2VR/Object2VR Skins
Topic: "Before" and "after" versions of the same tour
Replies: 7
Views: 3944

Re: "Before" and "after" versions of the same tour

OK. Next complication. I've implemented Hopki's solution, I have User Data added for the before/after nodes and a button that toggles between the before/after condition - that works great. I also have a tour map overlaid so that users can jump to any point in the tour - this currently jumps to the '...
by MClementson
Thu Jan 25, 2018 12:46 am
Forum: Pano2VR/Object2VR Skins
Topic: "Before" and "after" versions of the same tour
Replies: 7
Views: 3944

Re: "Before" and "after" versions of the same tour

Wow! That worked perfectly - thank you all so much!
by MClementson
Wed Jan 24, 2018 5:32 pm
Forum: Pano2VR/Object2VR Skins
Topic: "Before" and "after" versions of the same tour
Replies: 7
Views: 3944

Re: "Before" and "after" versions of the same tour

Thanks for the links everyone. I'll try and tackle this this afternoon, unfortunately I can't just plug an entire skin in as we've already done a fair amount with our client on the skin already. So I'll be reverse engineering the suggestions.