Use an NSImageView subclass to draw your image. Put this code in the subclass:

- (BOOL)mouseDownCanMoveWindow
{
        return YES;
}


On 23-Jan-09, at 4:54 AM, Rahulkumar wrote:

Hi All,



I can move a Window i.e. a NSWindow object with the just a simple call
[myWindow setMovableByWindowBackground:TRUE]. This makes window movable from every point I drag my mouse pointer. Now if I place an NSImage Object over the window and try to drag the whole window there by only dragging the Image
, it does not works.

Is there is any way to drag the whole window just by dragging the Image
placed on it?



Thanks in advance!



Regards,

Rahul



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/bwalkin%40gmail.com

This email sent to bwal...@gmail.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to