Re: Drag and drop... without moving mouse?
Re: Drag and drop... without moving mouse?
- Subject: Re: Drag and drop... without moving mouse?
- From: Kieren Eaton <email@hidden>
- Date: Sun, 16 Jul 2006 09:44:59 +0800
Don't know if this will work but you might check the make first responder status ov the view in the panel after it opens.
Additionally you might try the
- (BOOL)wantsToTrackMouse
or
- (BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)controlView atCharacterIndex:(unsigned)charIndex
hope this helps
Kieren
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden