Is there any way of being notified (i.e. through a Listener) when a component’s position in the screen coordinate system changes? I see the ComponentListener and ComponentMovementWatcher do this to the relative top level component, but I was hoping there was a way to know when the entire window (and thus all its child components) moves. Or is this not possible?
Thanks CopperPhil - I was able to successfully do that in the Juce Demo App. However, I’m trying to do this in a Plugin Editor, and it doesn’t seem to be working. Is it possible to do this in a plugin editor?