Page 1 of 1
Autoclose pop-up does not close
Posted: Thursday 14 January 2021 23:08
by whoami
I use some buttons for some pop-up screens and set the autoclose time to 10 seconds, but it won’t close automatic.
I have to use the X in the corner to close it.
Is there some minimum time that it needs before it closes?
Re: Autoclose pop-up does not close
Posted: Thursday 14 January 2021 23:28
by Lokonli
I'm redesigning the popup functionality at the moment. I think I can release it within a few days.
Autoclose, including auto close of new windows, will then work.
Another nice feature is that you then can show any type of block, or multiple blocks, in a popup window, including nested popups.
Or one block can be build up from several other blocks, meaning nested blocks.
Sent from my SM-A320FL using Tapatalk
Re: Autoclose pop-up does not close
Posted: Friday 15 January 2021 16:47
by whoami
That sounds good! Let us know when we can help testing.
Re: Autoclose pop-up does not close
Posted: Thursday 11 February 2021 17:01
by whoami
Lokonli wrote: ↑Thursday 14 January 2021 23:28
I'm redesigning the popup functionality at the moment. I think I can release it within a few days.
Autoclose, including auto close of new windows, will then work.
Another nice feature is that you then can show any type of block, or multiple blocks, in a popup window, including nested popups.
Or one block can be build up from several other blocks, meaning nested blocks.
Sent from my SM-A320FL using Tapatalk
I use:
buttons = {}
buttons.test = {
width:2,
refresh: 3600,
btnimage: '
http://www.nu.nl', url:'
http://www.nu.nl', autoclose:10
}
Button works, it opens the site but does still not autoclose....
What am I doing wrong? I use 3.7.3 beta
Re: Autoclose pop-up does not close
Posted: Thursday 11 February 2021 17:33
by Lokonli
Try with auto_close:10
yes, I know, Dashticz parameter naming is inconsistent.
refresh is in seconds nowadays. 60 hours might be a bit too much ...
Re: Autoclose pop-up does not close
Posted: Thursday 11 February 2021 23:31
by whoami
Lokonli wrote: ↑Thursday 11 February 2021 17:33
Try with auto_close:10
yes, I know, Dashticz parameter naming is inconsistent.
refresh is in seconds nowadays. 60 hours might be a bit too much ...
Yes that works! Thanks, I also adjusted the seconds
