Re: When is the "isFlipped" method called?
Re: When is the "isFlipped" method called?
- Subject: Re: When is the "isFlipped" method called?
- From: "Alan Smith" <email@hidden>
- Date: Tue, 6 Feb 2007 13:20:47 -0500
Hi Ken,
NSView has - (void)setFrameOrigin:(NSPoint)point and -
(void)setBoundsOrigin:(NSPoint)point. Those may be getting called and
you're not finding out about the moving.
If possible, it would be better if you didn't have to override so many
methods to accomplish one thing. If possible, override -
(void)drawRect:(NSRect)rect instead.
Good luck, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that religion really is unnecessary, then it
shall evolve."
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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