Use AddChildWindow function introduces a problem with multimonitor when try to move any child window on a different monitor than the parent. I have the feeling that it is a cocoa bug but since it crashes the application, the workaround is to
simply open it with MakeKeyAndOrderFront and/or making it modal. I've done my research and all the apps I've tried use this pattern
Use AddChildWindow function introduces a problem with multimonitor when try to move any child window on a different monitor than the parent. I have the feeling that it is a cocoa bug but since it crashes the application, the workaround is to simply open it with MakeKeyAndOrderFront and/or making it modal. I've done my research and all the apps I've tried use this pattern