Re: problem with date
Re: problem with date
- Subject: Re: problem with date
- From: Paul Bruneau <email@hidden>
- Date: Sat, 15 Sep 2007 18:45:50 -0400
On Sep 15, 2007, at 4:50 PM, H M wrote:
but i've noticed something strange: when I move the sliders, the
numbers in those text fields get blurred, kinda like when you write
a number down and then write another number in the same place
without erasing the old number first. this only happens when I move
a slider, but not when I change the size of the window or when the
timer calls that method...
I believe it is due to the resource-saving moving of the pixels in
your view that is by default used by the OS to minimize the amount of
re-drawing that must be done.
You can force the OS to redraw your view each time it scrolls which
should solve your issue by using the setCopiesOnScroll: method of the
NSClipView that contains your NSScrollView. I'm a newbie myself and I
just discovered this last week, so if I'm wrong, someone please slap me.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden