How can I automatically close an opened dialog xml after a certain amount of time? Preferably an idle time (if no button on the dialog xml is pressed) or else a fixed time. So far I managed to hide it using <visible>!System.IdleTime(10)</visible>, but then, of course, after pressing a key it comes back. I want it closed instead.
↧