Moving a desktop component's parent around

Hi Jules,

I have a component that I will later add to the desktop on mouseover (it’s a popup of sorts), so I add it as a child to a parent component and it will position itself attached the parent component properly. When I then move the parent component, the on-desktop child will reappear in the original position of the parent, not the new position.

I’ve tried adding and removing the child upon resized() and moved(), yet to no avail.

TIA

Sorry, I don’t really understand what you’re trying to do…

I’ve figured it out, thanks.