Hey Fred! Great control 馃憤
I think I know how this issue can be solved. At least I had the same issue in my control and was able to fix it.
So the key here is to add your window (panel) as a child window (.addChildWindow(window, ordered: .above)).
You can take a look here how I did it for my control.
Hey Fred! Great control 馃憤
I think I know how this issue can be solved. At least I had the same issue in my control and was able to fix it.
So the key here is to add your window (panel) as a child window (
.addChildWindow(window, ordered: .above)).You can take a look here how I did it for my control.