How to load tagged panoramas into a Thumbnail Menu Simplex using different buttons?

Q&A about the latest versions
Post Reply
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hello.

I feel a little lost in this action. So far I've only managed to do it with a single button but I want that each of the several buttons load into a Thumbnail Menu Simplex the respective panoramas according to their tags. Each button will call a tag.

Many thanks,
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
You only need a mouse click set value action to set the Tag to the menu cloner.
If you set a blank to the menu cloner, you will see all the nodes, and when you set a tag to the menu cloner you will only see the thumbnails of the nodes that have that tag.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hi Hopki.

I can't program it, could you give me a screenshoot example?

Many thanks,
Javier
Attachments
Captura de pantalla 2020-10-13 a las 18.22.45.png
Captura de pantalla 2020-10-13 a las 18.22.45.png (21.61 KiB) Viewed 5332 times
Captura de pantalla 2020-10-13 a las 18.18.18.png
Captura de pantalla 2020-10-13 a las 18.18.18.png (18.64 KiB) Viewed 5332 times
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hi Hopki.,

I am very sorry but I am trying dozens of times and I can't do it. As much as I try, I don't succeed in programing the order to the button to make it happen.

Does somebody knows were I can find any tutorial where I can understand how to use different buttons (each button assigned to a different tag) to display in the "Thumbnail Menu Simplex" the thumbnail corresponding to the button's tag.
Is there a video tutorial or a post where I can get support ?

Many thanks,
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Javier,
Please see the attached project.
Look at the actions of the text boxes that select the tags.
Regards,
Attachments
Javier.zip
(61.02 KiB) Downloaded 174 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Great! Hopki.
Now I've really got it figured out. My confusion was that I wanted to open the clone menu with the same buttons that activates the Tags. Now I've got it with your help.
I needed to add the action "set variable value" as well.

Huge help, Hopki. Thank you very much for your support.
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hello.

Following the example in the downloadable Javier.zip, which would be the order to click on the button "Tag A" will display the nodes tagged ?. I have introduced separating by commas the parameters A,B,C and on the contrary it doesn't show any node. Only the buttons with a single parameter ( A or B or C ) are displayed.

Regards,
Javier
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hi !

I have modified Hopki's example for the following purpose:
- Button "Tag 1" shows the thumbnail of the node with the tag "1".
- Button "Tag 2" shows the thumbnail of the node with the tag "2".
- Button "Tag 3" shows the thumbnail of the node with the tag "3", the thumbnail of the node with the tag "4" and the thumbnail of the node with the tag "5".
- Button "No Tag" shows nothing.

All buttons work well except the "Tag 3" button which should show 3 nodes ( "3" "4" "5" ) but does not show any.

Can someone tell me where my error is?
Attached the file with the modifications

Thank you very much.
Attachments
Javier.II.zip
(61.79 KiB) Downloaded 137 times
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hopki wrote: Thu Oct 15, 2020 11:14 pm Hi Javier,
Please see the attached project.
Look at the actions of the text boxes that select the tags.
Regards,
Hello.
I still can't find a solution to my problem. Based on Hopki's help example,
Button Tag A. Parameters A = Thumbnail A visible
Button Tag B. Parameters B = Thumbnail B visible
Button Tag C. Parameters C = Thumbnail C visible
Button No Tag. Parameters empty = No Thumbnais

what is the reason why if instead of adding a single label per button acction as shown in the example, I add two or more Tags and then instead of showing the thumbnails corresponding to the labels, it doesn't show any ?

Why ?
Button Tag A. Parameters A, B, C, = No Thumbnail visible

Many thanks,
Javier
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Javier,
It's using the tags as a filter, so setting value A,B will show only nodes that have both tags, A and B.
So using two tags give you three states. A, B and A,B
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hi Hopki.

I follow your steps but it doesn't work for me. Attached file where the Tag ABC button doesn't show anything.

Thank you very much once again.
Attachments
Javier .zip
(1003.17 KiB) Downloaded 150 times
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Javier,
Your project is working as should.
Please see the attached project.
I added a node that has all three tags, A, B, C.
This is the only node that shows when you use the A, B, C button.
However, when you select A, you will all nodes that have A in as a tag, including the new one with has A, B and C.
So as said the tags are used to filter the nodes.

A = show all nodes that have A as a tag
B = show all nodes that have B as a tag
C = show all nodes that have C as a tag
A,B,C = show all nodes that have all three tags, in this case only one.

Regards,
Attachments
Hopki.zip
(84.71 KiB) Downloaded 147 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Javier B
Posts: 98
Joined: Wed Sep 23, 2020 11:59 am

Hi Hopki.

Thanks a lot. I finally got it.
My mistake was that I thought I should add the labels of the nodes that I want to make visible, but now I understand that only the nodes that have all the tags selected in the filter are visible.
:D Great !

One more time, Many thanks Hopki.
Post Reply