Skip to main content
1-Visitor
November 19, 2017
Solved

Open popup on Event

  • November 19, 2017
  • 5 replies
  • 4433 views

Hi,

I'm looking to open up an information popup within a mashup when an event happens.

I have a counter, when that reaches zero, I want the popup to open with some information.

Currently I have only found how to open the popup using the Navigation widget.

Any help would be appreciated.

Best answer by PaiChung

Wire the boolean into a Validation Widget to get an actual event that can fire the Navigation.

set the Widget to auto evaluate and again make it invisible

be sure to define a parameter for in the Widget configuration that you can wire the boolean to

after that in the expression just use inameofyourvariable == true

and then you can use the On True and On False events to trigger other services like Navigate

5 replies

22-Sapphire I
November 20, 2017

The Navigate action that opens the pop-up can be initiated with a mashup event (vs. having to click the button)

so you can use the navigation widget, make it invisible, and fire it with an event.

csmith-211-VisitorAuthor
1-Visitor
November 20, 2017

Thank you Pai. That's exactly what I was trying to do. I'll give it another shot this evening and comeback with any queries if that's ok?


I have a boolean variable in my thing data that's passed into the mashup. That's what I want to use to trigger the event.