Search found 10 matches

by privatem
Sun Feb 28, 2010 4:18 am
Forum: Pano2VR/Object2VR Skins
Topic: How do you get rid of the vertical scroll bar in the browser
Replies: 5
Views: 3962

Re: How do you get rid of the vertical scroll bar in the browser

I can try to help you if you can attach rar or zip or some other package to your post with the whole p2vr html output with low quality pano.
by privatem
Sun Feb 28, 2010 3:16 am
Forum: Pano2VR/Object2VR Skins
Topic: How do you get rid of the vertical scroll bar in the browser
Replies: 5
Views: 3962

Re: How do you get rid of the vertical scroll bar in the browser

Hi, DemonDuck.

Maybe adding the following css directive in css section of your html will help:

html, body {
overflow: hidden;
}
by privatem
Sun Feb 28, 2010 2:58 am
Forum: Pano2VR/Object2VR Skins
Topic: ID -- SkinID -- Hotspot Proxy ID
Replies: 6
Views: 8282

Re: ID -- SkinID -- Hotspot Proxy ID

Hopki is absolutely right about videos. I have an experience with leaning many technologies from programming languages to custom solutions on them like frameworks and other higher level scripts and i think that almost the best way for developers to give the base knowledge of their solution is to use...
by privatem
Sun Feb 28, 2010 2:43 am
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

Hopki, thanks for spending some time to make demo. I really liked what i've found thru your links!) It's really interesting techniques for those who pay much attention to small things to achieve the best as possible results in the whole :D But i believe you use placeholders in "Offset X/Y"...
by privatem
Sat Feb 27, 2010 5:52 pm
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

Good day to everybody. Erik, Hopki, thanks a lot! Erik, % prefix is just a way to target all the elements with the same ID, but not a wildcard to target for example elements with IDs: "element1" and "element2" at the same time, so, that's not a solution for this topic. The result...
by privatem
Fri Feb 26, 2010 8:42 am
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

But above mentioned partial solution works only if you use "Goto UTL" type of panos linking, but not really advanced "Open next Panorama", so, that's not a cool solution :D Wish to see a small part of code that uses pano2vr for dealing with object names to understand it's logic a...
by privatem
Fri Feb 26, 2010 7:59 am
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

Sorry, DemonDuck, you're absolutely right about question with tracing current pano. There is no way to use $u* placeholders in target field of actions in skin editor. I see partial solution to use php or any other server side code (or js, but i don't like client side solutions) to make changes in sk...
by privatem
Fri Feb 26, 2010 6:52 am
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

P.S. And what about current pano tracing, it's easy to do this with $u* family of placeholders (as if I understand, thanks to Hopki :D ), so, that's not a big problem :D
by privatem
Fri Feb 26, 2010 6:45 am
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Re: Is there any wildcards tecnics for ids in skin editor?

Hi again. First of all, thanks to 360Texas and DemonDuck for paying attention to my topic. DemonDuck is absolutely right. I'll try to explain the situation when it is very hard to use standard placeholders. For example when we click on some small image button we need to set all larger images off (al...
by privatem
Thu Feb 25, 2010 7:37 pm
Forum: Pano2VR/Object2VR Skins
Topic: Is there any wildcards tecnics for ids in skin editor?
Replies: 11
Views: 7797

Is there any wildcards tecnics for ids in skin editor?

Hi, everybody. You've done a great work around pano and object projects. And you've made a very good information base to make the learinig curve for this projects really short. Great job guys! I'm curious if there is any way to target actions to group of objects with the same root but with different...