You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue I'm having is that my segment widget will not update the score as the score changes. The text that I set as the initial text in the widget continues to display. Any suggestions on where to begin debugging this issue? Or any glaring issues I've overlooked?
Here is the info regarding my version of MPF and platform:
I tried this portion in config as well, but it also did not update the score. Additionally, I've tried several different text substitutions for the score. I think the issue is related to how update_segment_display_score is (not) getting called. Am I missing something else where I need to be posting an event to update_segment_display_score?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I'm trying to begin to integrate a segment display into my game. I've followed the steps to create a virtual segment display in How to setup and use the virtual segment display emulator.
The issue I'm having is that my segment widget will not update the score as the score changes. The text that I set as the initial text in the widget continues to display. Any suggestions on where to begin debugging this issue? Or any glaring issues I've overlooked?
Here is the info regarding my version of MPF and platform:
Here is a section from my
config.yaml
:And from
base.yaml
:I tried this portion in config as well, but it also did not update the score. Additionally, I've tried several different text substitutions for the score. I think the issue is related to how
update_segment_display_score
is (not) getting called. Am I missing something else where I need to be posting an event toupdate_segment_display_score
?Beta Was this translation helpful? Give feedback.
All reactions