You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

41

Friday, August 21st 2015, 6:30pm

Another Question

Thank you for your help.
I'm wondering if there is a setting to turn on mousewheel control of menu scrolling? I have hovering turned on, and it works good, but I am conditioned to using the mousewheel for scrolling, like for the textfield plugin.
If it is not available, no problem.

v

UPDATE:
Interesting observation...in Fullscreen mode, mousewheel scrolling works; but in normal mode it does not.

UPDATE 2: Mousewheel scrolling works if tested on the krServer. Therefore, it does work good, in all modes.

Sorry to raise a non-ussue! Thanks.

This post has been edited 1 times, last edit by "VinzVideo" (Aug 21st 2015, 6:43pm)


42

Saturday, August 22nd 2015, 4:23am

Still Another Scroll Question

The best way to describe the situation is to let you see it.
www.sightagent.com/moravian

This site is under development, so the links in the menu don't all work, just 4 work.
If you wheel over the menu elements, the scroll works good. But if you wheel over the slider grip, or the empty space next to it, then you zoom the pano.
Is this normal, or is there a setting to adjust this? I tried changing many different settings, but no luck.
Yes, I did customize the appearance of the menu, modified color set 1.

Thanks yet again.

v

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

43

Tuesday, August 25th 2015, 12:32am

Quick hack: try with

Source code

1
<layer name="menu_outer2" type="container" ..... onover="set(control.mousefovchange,0);" onout="set(control.mousefovchange,1);">


This should do the trick not to zoom the pano while on the menu or slider. Have to see if it would be possible to capture scroll while outside of the scrollarea.
I like very much your menu design.

44

Friday, August 28th 2015, 8:08am

I would like to set a link in the Bottom Menu Plugin.
How can I make it to work?


It doesn't work. ↓↓↓
<group name="menu_item_1" item_text="&#x00A0;• test1" link="openurl('http://www.google.com',_blank);" />

or

<group name="menu_item_1" item_text="&#x00A0;• test1" onclick="openurl('http://www.google.com',_blank);" />


I need your help to resolve this problem.

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

45

Friday, August 28th 2015, 1:17pm

I would like to set a link in the Bottom Menu Plugin.
How can I make it to work?
It doesn't work. ↓↓↓
<group name="menu_item_1" item_text="&#x00A0;• test1" link="openurl('http://www.google.com',_blank);" />
or
<group name="menu_item_1" item_text="&#x00A0;• test1" onclick="openurl('http://www.google.com',_blank);" />

I need your help to resolve this problem.


Explained here: link

46

Friday, September 11th 2015, 10:08pm

This should do the trick not to zoom the pano while on the menu or slider. Have to see if it would be possible to capture scroll while outside of the scrollarea.
I like very much your menu design.
Thank you! Sorry, I haven't logged in for a while. I will try this later today, I hope.
Thanks also for your compliment.

v

UPDATE:
I tried adding the code you supplied...it works if the cursor is over the scroll grip, but not on the empty space to the left of the grip...as you said.
I don't quite understand the entire menu code, so I don't know how to experiment on my own.

Thanks.

This post has been edited 2 times, last edit by "VinzVideo" (Sep 12th 2015, 2:45am)


47

Tuesday, December 1st 2015, 2:09pm

Calling krpano plugin method outside its scope

Hi
I want to show the side menu/bottom menu on clicking of an icon outside of the pano. Please help!!!

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

48

Tuesday, December 1st 2015, 8:17pm

you should explore code first. I already prepared code to easy support this and also made comments in the code for that:

Source code

1
2
3
4
5
6
7
<menu_settings
.
menu_parent="skin_control_bar"    -> If you use Krpano default GUI 
menu_parent="" -> If you don't use Krpano default GUI. If no parent is set Menu is aligned to invisible line at the bottom. Additional button is placed on pano 
menu_parent="your_layer" -> If you want to make menu child of other layer 
-
/>


If you just add menu_parent="" and e.g. comment <include url="skin/vtourskin.xml" /> not to use Krpano gui you will see icon on which menu is assigned for listening his onclick event.
It could be that I also missed your question as I am not sure what you mean by "outside pano"

49

Wednesday, December 2nd 2015, 7:47am

Ok i am explaining what i really need.My pano is inside an iframe and i have some gui controls(buttons/menu) somewhere on the page.So i want to open the bottom menu OR playing audio on clicking of the buttons.

For example: I call menu_toggle() method to open the bottom menu.It works insid the pano scope. How can i call this method on the clicking event of my buttons?

Thanks *smile*

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

50

Sunday, December 6th 2015, 4:53pm

Ok i am explaining what i really need.My pano is inside an iframe and i have some gui controls(buttons/menu) somewhere on the page.So i want to open the bottom menu OR playing audio on clicking of the buttons.
For example: I call menu_toggle() method to open the bottom menu.It works insid the pano scope. How can i call this method on the clicking event of my buttons? Thanks *smile*

Hope someone can help you with your request to call Krpano action from Iframe. This is not my expertise area ;(

Midhat

Beginner

Posts: 41

Location: Sarajevo, Bosnia & Herzegovina

  • Send private message

51

Wednesday, March 6th 2019, 9:54am

I have been using this plugin for a long time and I'm really happy with it. Today I noticed that my scroll slider does not work. I can scroll the menu with the mouse wheel, but the slider does not work. How can I fix this?
https://planinarenje.ba/panorame360/

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

52

Thursday, March 7th 2019, 9:41pm

You are using cusomized version I made for you with support of headlines. Try properly updating your Krpano version first. E.g. Your plugins folder use old Krpano plugins while your viewer is newer version. See: Link
(mozes me i na mail kontaktirati direktno)

Similar threads