Can't hide a specific text with logic block

Q&A about the latest versions
Post Reply
JSchrader
Posts: 141
Joined: Sat Nov 28, 2015 2:26 pm

I'm using a hotspot with an image popup with changing headlines and text in it throughout the panoramas of the tour, where the headline is built from the title of the hotspot $(hs)
All working perfect since many versions.

Now I have a specific case where I want one specific popup in one specific node to appear without the headline in it.
Easy, I thought, just use a logic block for the visibility of the text where you specify the node and the hotspot to trigger the (in)visibility.

But for unknown reasons it's ot working in that combination.
trigger
node id: $(node) = node58 AND
hotspot title: $(hs) = TitleOfMyHotspot
Visible: false

The headline still appears.
It does not appear when I use the node as trigger alone, but then the headlines in all hotspots of that note are hidden.
The headline also appears when I use just the hotspot title as trigger.

So is it a bug or what am I misunderstanding here?
JSchrader
Posts: 141
Joined: Sat Nov 28, 2015 2:26 pm

I think I have found the culprit. :mrgreen:

The value for the Textfield is forwarded through an Action and when I used an appropriate Action Filter I was able to hide the headline as needed.

Thank you for listening :-)
Post Reply