Live Pop-Up Alerts

Hey everyone,

Can someone assist me on how to create live pop up alerts and have those implemented in the Smart Client?

For example,

Someone access is granted or denied and it will pop up for the User who’s watching the smart client feed. Thanks in advance!

It depends on which event you want to show.

For login/logout you need ES background plugin to detect the action, but ES can’t show anything, so you have to send a message to SC background plugin that is able to show Toast (or other).

Be carefully, if no SC are logged the message will be lost

Freddy

Regarding how to create live pop up alerts, there are some samples that you might want to explore, please see them –

Smart Client Toast sample -

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/sctoast/readme.html&tree=tree_1.html

SC message area tester -

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/scmessageareamessagetester/readme.html&tree=tree_1.html

Smart Client HotSpot sample (this sample might be a little bit advanced more than you expect because the sample will use the currently selected camera id by inserting it in a floating window with two camera view items. But let me introduce it to you as a reference) -

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/schotspot/readme.html&tree=tree_1.html