How to draw a Rectangle in SmartClient-Live-Camera-cell.

How to draw a Rectangle in SmartClient-Live-Camera-cell.

Rectangle drawn when certain Alarms occur.

Our project uses SCOverlayGraphOnEvent sample to get us started.

Our plugin now draws Text , but we would like a Rectangle.

What is the trick to drawing a shape on a live camera cell?

Question: In the SCOverlayGraphOnEvent sample, are the shapes found in a property of the Event or Alarm?

Please look at the AnalyticsOverlay sample instead –

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

it gives a better idea of how you can create and use all sorts of shapes.

Thank you. We successfully taken shape ideas from AnalyticsOverlay sample for use in our plugin based on the SCOverlayGraphOnEvent sample.

Now we would like to add either “Settings” or “Properties”. Can this be done? Which class displays a UserInterface for these Settings or Properties for a Background Plugin? Remembering that SCOverlayGraphOnEvent does not have a viewItem, because SCOverlayGraphOnEvent just runs in the background.

The AnalyticsOverlay sample also uses a Settings control, so for this please explore this one again.