"Busy Dialog" not in pallets?

Issue #35 resolved
James Powell repo owner created an issue

Busy Dialog should be in Async Dialog subpallet.

Comments (6)

  1. James Powell reporter

    Actually, needs thought before declaring this post-beta.

    • Should default wait be zero (not 300 ms)
    • should have way of ensuring dialog open before continuing (in order to serve as a race-condition-free way of locking the UI)
    • replace Future Token with a new object representing the dialog?

  2. James Powell reporter

    Idea: redo as an actor. Allows:

    • update of displayed message
    • option of a “Cancel” button that sends a message
    • Progress bar updates

  3. James Powell reporter
    • Should default wait be zero (not 300 ms)
    • should have way of ensuring dialog open before continuing (in order to serve as a race-condition-free way of locking the UI)

    Done these two

  4. James Powell reporter

    Replaced Future Token with new Cancellation Token.

    Not redoing as Singleton Actor as too major change. Consider doing as a separate thing.

  5. Log in to comment