I can send the message makeKeyAndOrderFront: to make a window active. However, if I send this to a window without a title bar, it doesnt make it active. Is there any way to make a window without a title bar active?
I can send the message makeKeyAndOrderFront: to make a window active. However, if I
Share
You need to override
-canBecomeKeyWindowin yourNSWindowsubclass to returnYES.As per the docs: