13.12.2016, 18:26
there is a way to clear the alert page from visualization...???
maybe with a POST method..???
Thanks
maybe with a POST method..???
Thanks
Clear the Alert page from the visualization
|
13.12.2016, 18:26
there is a way to clear the alert page from visualization...???
maybe with a POST method..??? Thanks
13.12.2016, 23:28
Hi Cekca,
Here is a post command to clear the alerts, it sends same command when pushing the button on the backend. Code: require('json') BR, Erwin
14.12.2016, 07:35
Thank you Erwin...
After the reset is possible to force the reload of the alerts page...??? i don't want to wait the refresh of the frame. Marco
14.12.2016, 07:58
Hi Marco,
Yes can be done but not simple.. Refresh is client side, so you must attach a listener to your button with custom javascript and make a function to find your iframe and perform the reload in that frame. Can you do that? BR, Erwin
14.12.2016, 09:26
no problem, i'll reduce the refresh time of the frame...
01.02.2017, 21:26
I tried this script earlier but it was not working. Can anyone of you post a picture of how the page will look when it is made. I need to use an alert page in a project and it would be nice to see it
02.02.2017, 07:46
(01.02.2017, 21:26)PassivPluss Wrote: I tried this script earlier but it was not working. Can anyone of you post a picture of how the page will look when it is made. I need to use an alert page in a project and it would be nice to see it Hi PassivPluss, The page will be blank (without any alert message)
02.02.2017, 08:37
(This post was last modified: 02.02.2017, 08:45 by Erwin van der Zwart.)
Hi,
I have created a alert app for this, and send it to EMBS for appstore. I have no idea what the status is for publishing and if they are planning to publish it.. See screenshot (: BR, Erwin
Nice screen and for sure nice app
02.02.2017, 12:21
AMAZING..!!! When will be available...???
02.02.2017, 12:43
we will adjust and place the app in the store very soon.
03.02.2017, 13:11
Alerts Manager can be already downloaded from app store.
03.02.2017, 13:40
(This post was last modified: 03.02.2017, 22:56 by Erwin van der Zwart.)
05.07.2019, 07:07
Is there a script that we can sent a acknowledge
05.07.2019, 17:10
(This post was last modified: 05.07.2019, 17:11 by Erwin van der Zwart.)
Hi,
Yes you can do that with custom JS (in this sample by bit object with address 1/1/1) and used in a iframe: Code: $(function(){ Erwin |
« Next Oldest | Next Newest »
|