I missed your comment earlier. This now works perfectly on mobile. Thank you!
Advanced Combobox Plugin / Search Plugin
-
-
Hello.
There is an error with the plug-in.
We have done example coding as an attachment.[Error Details]
1. When adding "Fuzzy Search Plugin / Advanced Combobox Plugin", HTML text of <LAYER TYPE = TEXT> BOX should be located in the center, and it is aligned at the top.
(text_error.jpg) * vcenter="true" Not applicable2. "Fuzzy Search Plugin" - I put extra code in "addItem" but it doesn't work. No search.
※ The above two are a big problem for me!
Please reply as soon as possible.Thank you.
[E-Mail: gigachance@naver.com]
-
Hello.
There is an error with the plug-in.
We have done example coding as an attachment.[Error Details]
1. When adding "Fuzzy Search Plugin / Advanced Combobox Plugin", HTML text of <LAYER TYPE = TEXT> BOX should be located in the center, and it is aligned at the top.
(text_error.jpg) * vcenter="true" Not applicable2. "Fuzzy Search Plugin" - I put extra code in "addItem" but it doesn't work. No search.
※ The above two are a big problem for me!
Please reply as soon as possible.Thank you.
Hi Gigachances,
sorry for the delayed answer.
I just arrived from my trip and I don`t have access to the internet on my trip.
I will check the problem and answer your email today.Best regards
John -
hi
according to this
where should i use this code???Codeplugin[advanced_combobox].addItem('scene 1',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5)););
i use this action but didn't workCode<action name="menu_items" keep="true"> plugin[advanced_combobox].addItem('scene 1',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5));); </action>
already solvedmust change onInitialized="" to onInitialized="menu_items();"
menu_items could be anything else... -
how should i show group 1 items when in group 1 and group 2 items for group 2 use grouping attribute
should i remove all layers and add again group 2 items?
Code
Display More<plugin name="advanced_combobox" .... onInitialized="menuitems();" /> <action name="menuitems" keep="true"> if(scene[get(xml.scene)].id == furniture , plugin[advanced_combobox].addItem('Flur',loadscene(scene_1_furniture,null,MERGE,BLEND(0.5));,furniture); , if(scene[get(xml.scene)].id == clean , plugin[advanced_combobox].addItem('Flur ',loadscene(scene_1_clean,null,MERGE,BLEND(0.5));,clean); ); ); </action>
-
bgroundedge="0"
didn't work any idea? -
can you explain it better?
-
i want advanced combo box plugin inside my side menu
but sub menus are behind the background
i change my bg zorder even to -9999... but nothings changed
any suggestion? -
is there any way to have this as always open menu, on start?
with no button or on click things to close... -
can you explain it better?
not curved roundedge -
is there any way to have this as always open menu, on start?
with no button or on click things to close...you have to use this action on plugin Initialize (check onInitialized atrribiute https://krpano.com/plugins/userpl…/#onInitialized )
plugin[advance_combobox].open();Quotei want advanced combo box plugin inside my side menu
but sub menus are behind the background
i change my bg zorder even to -9999... but nothings changed
any suggestion?I hope this answer would help you:
Advanced Combobox Plugin / Search Plugin -
The combo box automatically loads the group ID group and the ID scene, unfortunately it does not correctly load the correct description assigned to scenes and groups (logical names).
The ID scene and ID group are assigned by the application and cannot be changed.
I've written to the developer countless times, but it doesn't respond.
Can someone help me?
Thanks in advance
Eugenio -
I'm only going by the provided example, but it seems that you cannot type any search text on an iPhone (in Safari or Chrome) - you are just presented with a list you have to scroll through... So it's not searchable in the true meaning of the word on iPhones (I can't speak for other mobile devices)... This is not very helpful - particularly with long lists...
-
I'm only going by the provided example, but it seems that you cannot type any search text on an iPhone (in Safari or Chrome) - you are just presented with a list you have to scroll through... So it's not searchable in the true meaning of the word on iPhones (I can't speak for other mobile devices)... This is not very helpful - particularly with long lists...
can you please confirm that you have set "native_on_mobile" equal to "False" on the plugin attributes?
https://krpano.com/plugins/userpl…ative_on_mobile -
I am referring to you own example (on this page - https://krpano.com/plugins/userplugins/advancedcombobox/) - I was trying out your own example on my iPhone. Try it yourself...
-
Ok - the search facility is working on my mobile with my own tour now I have the plugin and set "native_on_mobile" equal to "False"
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!