Trying to understand the timer function, not with respect to a visible clock or a progress bar.
I am in a window. I want to click a button, which opens and displays a second window , say window2, for 10 seconds, then window2 closes.
I understand hanging the action on the button, and the window2.show command.
What else do I include for the timer, before generating the window2.close action?
I am thinking I need to specify the interval, the mode of the timer, and start the timer, from what I have read, but the code, and the order of code, evades me.
Thanks, John