S smartdispatch Member Licensed User Longtime User Oct 2, 2014 #1 I am looking to find out of the dialog window can be closed after 15 seconds have passed using the dialog library. I am having a hard time finding a way to do so with the default control you have set up. Is there an alternative you can recommend? I do not want to write separate views to get this done as it created a lot of stability issues in the past.
I am looking to find out of the dialog window can be closed after 15 seconds have passed using the dialog library. I am having a hard time finding a way to do so with the default control you have set up. Is there an alternative you can recommend? I do not want to write separate views to get this done as it created a lot of stability issues in the past.
Erel B4X founder Staff member Licensed User Longtime User Oct 3, 2014 #2 It is not possible with the Dialogs library or the built-in dialogs. Not sure about the other related libraries. A simple alternative is to show a regular panel instead and then hide it with a timer. Upvote 0
It is not possible with the Dialogs library or the built-in dialogs. Not sure about the other related libraries. A simple alternative is to show a regular panel instead and then hide it with a timer.