Search found 35 matches

by 4ctive
Wed Dec 01, 2021 8:56 pm
Forum: Pano2VR/Object2VR Skins
Topic: Image popup with auto sizing text with a limit
Replies: 2
Views: 4477

Re: Image popup with auto sizing text with a limit

Hi Hopki, That’s great and most exactly what I am looking fore. Except for one thing: I am using calc(100%-150px) for the height of my textbox. So the height is always responsive and fits in every screen size. But I was missing the possibility to make the textbox smaller if there are only few words ...
by 4ctive
Sun Nov 28, 2021 2:52 pm
Forum: Pano2VR general
Topic: Floor Plan images are not generated
Replies: 5
Views: 2301

Re: Floor Plan images are not generated

Hi Hopki, I just wanted to tell you, that this problem is still existing. I searched for a while now, why my tour is missing the image of the floor plan until I found this post from 2018. So for me the color profile was set so gray/8 and grayscale D50 - no image was visible in the tour. When changed...
by 4ctive
Sun Nov 14, 2021 11:30 am
Forum: Pano2VR/Object2VR Skins
Topic: make text field responsive - out of center after resizing
Replies: 4
Views: 1546

Re: make text field responsive - out of center after resizing

Hi Hopki, The problem is that the whole text field is getting smaller, thats the reason, why I couldn't see my text. In my project the text field got so small, that there was no more space for the text. The text field is getting smaller even if the browser is still in full size, when using the logic...
by 4ctive
Sat Nov 13, 2021 9:21 am
Forum: Pano2VR/Object2VR Skins
Topic: make text field responsive - out of center after resizing
Replies: 4
Views: 1546

Re: make text field responsive - out of center after resizing

Hi Hopki, thanks for your answer. I understand the thing with repositioning the element when resizing it. I have checked and it worked as you said. Still one problem I have: When doing it like you said, the text field is not showing any text as long as it stays in the bigger dimensions. As soon as i...
by 4ctive
Fri Nov 12, 2021 12:39 pm
Forum: Pano2VR/Object2VR Skins
Topic: make text field responsive - out of center after resizing
Replies: 4
Views: 1546

make text field responsive - out of center after resizing

Hi Hopki, Hi Everybody, I am trying to get a text field responsive bei resizing it, depending on the player width. My Problem ist, that the text field is out of the center after resizing. The text field is positioned with anchor in the top center. This does not happen with other elements like rectan...
by 4ctive
Thu Nov 11, 2021 2:44 pm
Forum: Pano2VR/Object2VR Skins
Topic: child item height depending on the height of parent item
Replies: 2
Views: 1214

Re: child item height depending on the height of parent item

That's great! I didn't know that CSS solution.

Thank you very much Hopki!
by 4ctive
Thu Nov 11, 2021 1:19 pm
Forum: Pano2VR/Object2VR Skins
Topic: child item height depending on the height of parent item
Replies: 2
Views: 1214

child item height depending on the height of parent item

Hi Hopki and Everyone, I have a problem with the height of a child item. I have a rectangle as parent with a height of 80 %. The I have a text field as the child of the rectangle. The text field is positioned y: 294 px with the anchor on top middle. Problem is, when the size of the web browser chang...
by 4ctive
Wed Mar 31, 2021 3:00 pm
Forum: Pano2VR/Object2VR Skins
Topic: Designing scroll bar
Replies: 3
Views: 1422

Re: Designing scroll bar

OK, I found that out myself. That's working quite well!

What I could not figure out: I would like to only see this button if the scroll bar is visible (set to "auto"). So I do not want the button to be visible if there is nothing to scroll. Is there a way to do this?
by 4ctive
Wed Mar 31, 2021 2:08 pm
Forum: Pano2VR/Object2VR Skins
Topic: Designing scroll bar
Replies: 3
Views: 1422

Re: Designing scroll bar

Thanks Hopki.
I have already tried to implement it in the CSS of the element, but unfortunately did not get it to work.

Also, do you know if there is a possibility to implement a button (one at the beginning and one at the end) for scrolling instead of the bar?
by 4ctive
Wed Mar 31, 2021 10:40 am
Forum: Pano2VR/Object2VR Skins
Topic: Designing scroll bar
Replies: 3
Views: 1422

Designing scroll bar

Hi Hopki, Hi Everybody, I am wondering if there is an option to style the scroll bar's in the "draw scroll area" element? I am looking for implementing things like that: /* width */ ::-webkit-scrollbar { width: 20px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey;...
by 4ctive
Wed Mar 24, 2021 1:46 pm
Forum: Pano2VR/Object2VR Skins
Topic: Menu with clickable categories
Replies: 6
Views: 2042

Re: Menu with clickable categories

Hi Hopki, I have an additional question: I am trying to build the exact same menu but not with the titles of the categories and nodes but with the node images. Do you have an Idea how I can do this or a tipp how I can start? The table in the category cloner is only for text as far as I could figure ...
by 4ctive
Tue Mar 23, 2021 4:24 pm
Forum: Pano2VR/Object2VR Skins
Topic: Menu with clickable categories
Replies: 6
Views: 2042

Re: Menu with clickable categories

Hopki,
thank you so much! Everything works absolutely amazing! Thanks for your help, I really do appreciate your work here in this forum.
by 4ctive
Mon Mar 22, 2021 10:48 am
Forum: Pano2VR/Object2VR Skins
Topic: Menu with clickable categories
Replies: 6
Views: 2042

Re: Menu with clickable categories

Hi Hopki,

thank you so much for your quick reply!
I will have a look at this this week, unfortunately I am travelling at the moment.

BR,
Benjamin
by 4ctive
Fri Mar 19, 2021 9:14 am
Forum: Pano2VR/Object2VR Skins
Topic: Menu with clickable categories
Replies: 6
Views: 2042

Re: Menu with clickable categories

Hi @Hopki,

do you have any idea?
by 4ctive
Wed Mar 17, 2021 1:23 pm
Forum: Pano2VR/Object2VR Skins
Topic: Menu with clickable categories
Replies: 6
Views: 2042

Menu with clickable categories

Hi Hopki, Hi Everyone, I have build a menu with categories and nodes. The menu lists all categories and if you hover with the mouse on the category it lists the corresponding nodes. By clicking on the nodes it opens the next panorama (hotspot url). That works very well so far. What I tried to implem...