Drop-down integration selecting an event in smartclien in the sale of alarm manager

Greetings, I was wondering how a plugin could be integrated into the alarm manager screen, that is, the dynamic would be that an analytical event would arrive in the alarm list, then the user should be able to select that event with the mouse and there would be a drop-down menu. and select option one or option 2, I was wondering if this is possible from the default alarm manager of smart client, In the image I select the event and it prints, the idea is that the list that I need appears and that depending on the selection with the information of the event it transmits it, my doubt comes in how to start integrating it, if there is any similar example. Greetings, thank you.imagenimagen

If you look at the Smart Client Dynamic View plugin sample you can see that when a user picks a line in in the alarm list the sample picks it up, it then opens a view. I think you can utilize this to instead open a window and let the user select option one or two.

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

https://github.com/milestonesys

For completeness let me mention another option. If you look at the Smart Client Alarm Preview plugin sample it opens a user control in the Preview Pane, here you could also let the user pick between options.

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

I will review it and tell you, thank you very much as always.