This is just a small, convenient feature, but it may be easy to implement.
I often generate runtime-dependent popups via AsyncMessages in my programs, they are simply best suited for this. A small, nice additional feature would be a ‘RunOnce’ option. In other words: the AsyncMessage only comes up once and does not have to be answered again and again. I currently prevent this with a boolean variable in the program that is set when the message is answered.
I think many other programmers would also appreciate this small enhancement.
Cheers BV
I often generate runtime-dependent popups via AsyncMessages in my programs, they are simply best suited for this. A small, nice additional feature would be a ‘RunOnce’ option. In other words: the AsyncMessage only comes up once and does not have to be answered again and again. I currently prevent this with a boolean variable in the program that is set when the message is answered.
I think many other programmers would also appreciate this small enhancement.
Cheers BV