Dear All,i would like to raise a pop up window on the smart client view due to a specific event being sent. i would like to get sample code if possible for raising a pop up window on the smart client.thanks in advance,roi

This sample might be interesting for you as inspiration, - Smart Client Dynamic View –

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

This sample creates a new view in a floating window when a message is received.

Hi, thanks for your reply,

tried this one, i am trying to start and trigger the floating window when an Alarm/Event is triggerd, but this event works only when Alarm is being selected in the AlarmList.

i tried to change the

_cameraListReceiver = EnvironmentManager.Instance.RegisterReceiver(

  **new MessageReceiver(CameraListReceiver),**

  **new MessageIdFilter("AlarmList.ObjectSelected.Information\*")**

    **);**

to

new MessageIdFilter(MessageId.Server.NewAlarmIndication)

but it didnt fired the CameraListReceiver method when alarm has arrived.

do you know what could i be missing?

Thank you.

The SCOverlayGraphOnEvent sample will place overlays on cameras displayed in the Smart Client in live mode, when an Analytics Event is received with the camera as source, in order to do this, it uses NewAlarmIndication. Can you please explore this sample? Hopefully you will find that it works, and you can detect whether it does different compared to the code you have made.

https://doc.developer.milestonesys.com/html/index.html?base=samples/scoverlaygraphonevent.html&tree=tree_search.html?search=overlay