This is a difficult problem to describe.
I have a dialog with a TRootEmbeddedCanvas. (It is a metrological display) I make a drawing in this canvas and then update some elements within the canvas for display. Example: I display wind vectors on a compass rose. The compass rose itself is a drawn element.
I also have another dialog box that does time series strip chart like plots. The primative I use for these is TGraph. Once I start updating this second dialog the orignal compass rose goes away, The vectors update fine. However, what I do with the vectors is each time I delete and redraw them. (This may be overkill to undraw them) I’d welcome a better way to do this.
My main priority is to get the compass rose back.
Regards
Chris