I’m currently developing Milestone alarm plugin with data populated from AnalyticEvent. I have some questions.
- Can the positioning/layout of items in this alarm preview be changed somehow? (see image for more information)
- Can Snapshot image in SnapshotList be hidden (so its not shown in Milestone by default)?
- Can I include some extra data to AnalyticEvent? Can this be done via ExtensionDataObject and if yes, how?
Thanks
Rik
(Rie Kiuchi (Milestone Systems))
2
Hi.
1. Unfortunately no, however there is SmartClient Workspace sample and this may help you.
https://doc.developer.milestonesys.com/html/index.html?base=samples/scworkspace.html&tree=tree_search.html?search=smart+client+workspace
2. No. But if you implement your own workspace then it would be possible but it requires a lot of work.
3. You can use Properties for including some extra data. But it can not be done via ExtensionDataObject.