Using the "wait" command
Posted: Fri Feb 05, 2021 5:43 am
I would like to implement a kind of "alert" feature in my stack, but with three constraints.
Another use case is alerting the user to things that happen during a long-running script. Is there a way to use the "yellow field" approach, possibly using a dedicated "status line" field at the bottom of the card, but without the script blocking because of the "wait" command?
- I would like not to use any kind of dialog box that would obscure part of the stack window.
- I would like the alert to be "self-dismissing".
- I would like it not to be blocking, at least not obtrusively.
Another use case is alerting the user to things that happen during a long-running script. Is there a way to use the "yellow field" approach, possibly using a dedicated "status line" field at the bottom of the card, but without the script blocking because of the "wait" command?