Re: Re: Programatically moving NSWindows while dragging them
Re: Re: Programatically moving NSWindows while dragging them
- Subject: Re: Re: Programatically moving NSWindows while dragging them
- From: "Bob T. Quone" <email@hidden>
- Date: Wed, 24 Dec 2003 09:45:32 -0800
Hi John,
Thanks for the suggestion, but unfortunately that only seems to work
for borderless windows, which isn't all that useful for what I'm trying
to do. Is there any way of doing this with a non-borderless window?
Bob
Message: 9
Date: Tue, 23 Dec 2003 18:22:02 -0500
Subject: Re: Programatically moving NSWindows while dragging them
From: John Timmer <email@hidden>
To: "Bob T. Quone" <email@hidden>,
<email@hidden>
I've been trying to work out how to move a window in my program while
the user is dragging it. Unfortunately, calls to [window frame] don't
return the correct value, and calls to [window setFrame:] don't do
anything. Any suggestions on getting around this?
Bob
Search Apple's sample code for RoundTransparentWindow - it's got the
code
for accomplishing this.
Cheers,
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.