-
Posts
94 -
Joined
-
Last visited
-
Days Won
4
Community Answers
-
Ryan Podsim's post in Event Structure - Events Missed was marked as the answer
It is because the Button is never changing values. As soon as you click outside of the String, its Value Change event fires opening the dialog. Since the Boolean is set to Latch on Release, the OBD interrupts the Release of the Boolean and never changing the value. Set the Boolean to Latch on Press and you will get both event firing.