joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

Receive signal to dismiss #61

Closed joaonc closed 1 month ago

joaonc commented 2 months ago

Scenario:

  1. Test case is running
  2. Step in test case takes a while. We want to let the user know there's a wait time.
  3. Show dialog saying what's happening. Test case continues.
  4. Test case sends a signal to the dialog to dismiss.
  5. Dialog dismisses and test case continues or presents the manual tester with another dialog.

Come up with a mechanism to make this scenario possible.

joaonc commented 1 month ago

This and much more functionality implemented in https://github.com/joaonc/show_dialog/pull/86