Re: Distributed Objects and Control Tracking
Re: Distributed Objects and Control Tracking
- Subject: Re: Distributed Objects and Control Tracking
- From: Chris Suter <email@hidden>
- Date: Fri, 4 Aug 2006 13:26:42 +1000
On 04/08/2006, at 1:19 PM, John Pannell wrote:
Hi Ron-
If I understand your scenario properly, then it sounds like your
app stops processing when the slider stops sending its action
messages to its target. If this is the case, I believe you can set
the slider to constantly send messages when the mouse is down via
NSControl's setContinuous: method.
HTH!
John
John Pannell
Positive Spin Media
http://www.positivespinmedia.com
I would have thought it's more to do with the fact that whilst the
mouse is down on the slider, it'll be running the run loop in a
different mode which doesn't process DO events.
One thing you could do is use performSelectorOnMainThread:... instead.
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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