Search found 11 matches

by Josh
Thu Aug 13, 2020 10:36 am
Forum: Pano2VR general
Topic: CSS & Javascript Transitions
Replies: 19
Views: 5059

Re: CSS & Javascript Transitions

No dice in FF I'm afraid. Just shows a white screen with the hotspots floating on it. Checked it in Chrome and yeah, those are some funky transitions, thanks for sharing. Nice house too... I checked it in Firefox, it does work. Everything I used is compatible with the current browsers. Really the o...
by Josh
Thu Aug 13, 2020 1:30 am
Forum: Pano2VR general
Topic: CSS & Javascript Transitions
Replies: 19
Views: 5059

Re: CSS & Javascript Transitions

No dice in FF I'm afraid. Just shows a white screen with the hotspots floating on it.

Checked it in Chrome and yeah, those are some funky transitions, thanks for sharing. Nice house too...
by Josh
Wed Aug 12, 2020 10:18 am
Forum: Pano2VR general
Topic: Retrieve the Text, from a Text Box, to set a variable
Replies: 3
Views: 2954

Re: Retrieve the Text, from a Text Box, to set a variable

Hi, I'm not sure about reading the text into a variable, but you can put text from a variable into a text object using the "Set Value" action. So, in terms of what you're trying to achieve let's say there is one text box (text), two buttons (button1 & button2), and two text variables t...
by Josh
Tue Aug 11, 2020 12:49 pm
Forum: Pano2VR general
Topic: How do you change colour of URL text links in Text boxes? Edit: like this.
Replies: 11
Views: 3330

Re: How do you change colour of URL text links in Text boxes?

You can do this with CSS. There was a recent webinar on this topic also, you really should check it out.

https://youtu.be/e_CE_Fie5pQ?t=304 You can check it out here, it will cover how to do what you want.

https://www.w3schools.com/css/css_link.asp The CSS info you need is here.

Enjoy.
by Josh
Tue Aug 11, 2020 12:21 pm
Forum: Pano2VR general
Topic: Can I read 'Player Width' into a variable? Edit: Yes! :^)
Replies: 21
Views: 6947

Re: Can I read 'Player Width' into a variable? Edit: Yes! :^)

Yeah this would be because code that is placed in a text box is executed when the tour is loaded. It gives the same result so as long as it's working for you then that's all that matters but this could be useful for you to know if you want to trigger JS on an event later on. Glad you got it working ...
by Josh
Tue Aug 11, 2020 6:30 am
Forum: Pano2VR general
Topic: Can I read 'Player Width' into a variable? Edit: Yes! :^)
Replies: 21
Views: 6947

Re: Can I read 'Player Width' into a variable? Edit: Yes! :^)

Hi Tony, I have the code inside an action on a text box object, though realistically it could live anywhere. What's important here is that the Source for the action is something that happens when the pano loads - I used Config Loaded. The height and width won't be reported until after this action is...
by Josh
Tue Aug 11, 2020 2:06 am
Forum: Pano2VR general
Topic: Can I read 'Player Width' into a variable? Edit: Yes! :^)
Replies: 21
Views: 6947

Re: Can I read 'Player Width' into a variable? Edit: Yes! :^)

No worries mate, but the cred really goes to the Gnomes on this one - I got all that info from the webinars they've been doing. Thanks for posting up your code so far, it'd be great if you'd post up what you work out as your final solution also. It really helps out the community when complete answer...
by Josh
Mon Aug 10, 2020 12:31 am
Forum: Pano2VR general
Topic: Scroll area click and drag
Replies: 4
Views: 2189

Re: Scroll area click and drag

I have not. Almost all of my programming knowledge is theoretical, so I'll have to go read about how to implement something like that in a useful fashion. Thanks for the idea tho.

J
by Josh
Sun Aug 09, 2020 1:48 am
Forum: Pano2VR general
Topic: Can I read 'Player Width' into a variable? Edit: Yes! :^)
Replies: 21
Views: 6947

Re: Can I read 'Player Width' into a variable?

Hey Branigan, I'm not a developer or programmer so unfortunately I can't really give you specific assistance however having just watched the most recent webinar on extending skins with js I'm fairly confident that this is possible, but you'll need some js magic to make it work. Perhaps Thomas can he...
by Josh
Sun Aug 09, 2020 12:34 am
Forum: Pano2VR general
Topic: Scroll area click and drag
Replies: 4
Views: 2189

Re: Scroll area click and drag

Hi Hopki,

Thanks for getting back to me, good to know that it's on the to do list. I'll sit tight til then.

On the topic of future releases, will we be seeing a Linux release any time soon?

Loving the webinars btw... great work from the team, really useful resource.

J
by Josh
Fri Aug 07, 2020 10:47 am
Forum: Pano2VR general
Topic: Scroll area click and drag
Replies: 4
Views: 2189

Scroll area click and drag

Hi folks; I've been working with Pano2vr for some time now, really loving the workflow and js extensibility of this software. Between the documentation and the recent webinars I've been able to sort out almost every issue I've encountered, but there is this one thing that I'm just at odds with so it...