Search found 231 matches

by Branigan
Thu Aug 27, 2020 11:31 pm
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

Assumptions -- I have been doing this for a long time. My first lines of code were written over 4 decades ago. The hardest thing to learn about computers and coding is to not make assumptions. If your code depends on items happening in a specific order, and you do not have control over those items,...
by Branigan
Thu Aug 27, 2020 10:38 am
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

I looked at your skin, what it is doing, and how. It is working as it should. Yes, I know it works as it is because that's the one I'm using. You're supposed to change it to break it and then explain why it breaks. ;) What you are saying happens according to Logic Block rules is not backed up by an...
by Branigan
Wed Aug 26, 2020 11:33 pm
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

Think of it this way, the player width is used to adjust the position of elements for different devices and screen sizes. Have the elements change position and sizes when you change the browser width is OK and looks good. But when you open the pano on a cell phone you really don't want the screen e...
by Branigan
Wed Aug 26, 2020 7:28 pm
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

Transitions are from one state to another. The player is created first and then the element. When the element is created, the player width is greater than zero, the logic block tells it where it should be placed. The transition doesn't work because the is no before state, the element did not exist....
by Branigan
Tue Aug 25, 2020 10:11 am
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

I would add your banner/text to the skin, and wrap a timer around it. Set the timer: • Type; Start • Timeout: 2.00 seconds or whatever you want • Repeat: One Time Set the times position to X: -500px, Y:17px Then set its position logic block: Active, =, true X:17px, Y:17px OK, great. Using the same ...
by Branigan
Mon Aug 24, 2020 2:35 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

Maybe Metareal is back in the running again. ;) Support came back very quickly with some suggestions and acknowledgements of issues that they're looking at; like outdoors needing a cube to work rather than a floating orb - as Matterport offers - and door naming and selection fiddlyness. Navigation l...
by Branigan
Mon Aug 24, 2020 11:11 am
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

Neal and Branigan, I’m enjoying your back and forth, and learning a lot (that I need to learn a lot). Can you each send examples of your tours? Would love to see how they load and perform. I’m in the process of trying to improve my load times, want to see what’s possible. Thanks! Jesse Sure: https:...
by Branigan
Sun Aug 23, 2020 11:39 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

I should have been more specific. The compression and the pagespeed mod are both on your server. They communicate with the browser via headers and do several things, including dramatically improving downloading speed, improving website performance, and reducing RAM requirements. You can determine i...
by Branigan
Sun Aug 23, 2020 8:15 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

Look into the compression and the pagespeed mod, you may find out that you really don't need those lite versions. All good points, I'm sure; but the Lite versions load noticeably faster both locally and via my server, and less RAM used is always a good thing, as I was previously having black screen...
by Branigan
Sun Aug 23, 2020 1:57 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

My first question is why you are having an issue with load speed? You shouldn't have to do any of that to have a good download speed. I just put up a high-resolution tour with 32 panos, ~60 photos, music, SVG floor plans and icons, and a thumbnail menu, both Yslow and Pingdom gave the page an 'A' r...
by Branigan
Sat Aug 22, 2020 7:56 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

If that metareal is the competition, Pano2VR doesn't have much to worry about. Those were terribly jerky and the doll-house feature is a yawn. I agree that the zoom feature in Pano2Vr is not very good, but having a good zoom transition wouldn't be in the top 10 features that I would want to improve...
by Branigan
Sat Aug 22, 2020 12:12 pm
Forum: Pano2VR general
Topic: If Transitions are this broken...what are YOU using?
Replies: 20
Views: 6336

Re: If Transitions are this broken...what are YOU using?

Hi Dave, I watched all of your video and the FoV not being equal for the Before and After has already been reported. I know at first looks this will be a simple thing to fix, and that may well be the case, but experience tells me one small change can lead to causing issues elsewhere. But rest assur...
by Branigan
Fri Aug 21, 2020 5:27 pm
Forum: Pano2VR general
Topic: timer action not changing opacity of hotspot
Replies: 11
Views: 2724

Re: timer action not changing opacity of hotspot

Hopki wrote: Fri Aug 21, 2020 4:02 pm If you have anything different to this then please post your skin.
So as to not stomp over this thread any more than I already have, my version of the (or a different?) problem is in my thread here: viewtopic.php?f=6&t=14909
by Branigan
Fri Aug 21, 2020 5:25 pm
Forum: Pano2VR general
Topic: Bug? Transitions on Logic Blocks not active at start up?
Replies: 26
Views: 7433

Re: Bug? Transitions on Logic Blocks not active at start up?

Here's a skin showing the problem. A banner starts off screen, slides in on one timer, then out on another, except it should not need a timer to slide in if a condition that is True triggers a Transition. . Transition bug.ggsk . It works with the second timer triggering it, but if you try anything e...
by Branigan
Fri Aug 21, 2020 3:19 pm
Forum: Pano2VR general
Topic: timer action not changing opacity of hotspot
Replies: 11
Views: 2724

Re: timer action not changing opacity of hotspot

Really does seem like a bug. Did you find a workaround, as you wrote "problem i had"? I used a timer that had been ticking for about a second as my trigger (0.35 seconds with a Mod[3] on it), when everything appeared to have been loaded/woken up, which is why I suggested either adding a d...