I tried -setFrame:display: and -windowDidMove: but they are not sent while moving window.
I tried -setFrame:display: and -windowDidMove: but they are not sent while moving window.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If You want to track
NSWindowlive moving, it’s not possible by default You’ll have to do it on your own. It’s possible to get notification whenNSWindowis started to drag (move) withNSWindowWillMoveNotificationor ended dragging (moving) –NSWindowDidMoveNotification.Take a look at these examples they can help You to solve live window moving problem:
1. Example:
Download link.
2. Example:
Project download link.