brushed metal window dragging
brushed metal window dragging
- Subject: brushed metal window dragging
- From: James McCartney <email@hidden>
- Date: Thu, 16 Jan 2003 23:57:23 -0800
I have a window with the NSTexturedBackgroundWindowMask flag set, that
contains my own subclass of NSView that manages widgets inside itself
that are not NSViews. In some places in my view I am drawing widgets
that should respond to mouse clicks, and in others the brushed metal
shows through. I want to have the places where the brushed metal shows
to be draggable and the places where I have drawn widgets to not be
draggable.
So far it seems that the only control I have is to return either YES or
NO from [view mouseDownCanMoveWindow]. But cocoa does not seem to
respond to this dynamically if I change what this returns upon testing
the location of a mouse click.
--
--- james mccartney email@hidden <
http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the
PowerMac.
<
ftp://www.audiosynth.com/pub/updates/SC2.2.16.sea.hqx>
_______________________________________________
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.