> Hmm... it looks like it does draw the line... way off in the ether 
> somewhere...
> I think I drew in the global coord system not the local to the view

Are you sure you are _not_ calling drawRect yourself, but let the system call 
it when needed?
If a view needs to be redrawn, the system sets up the correct graphics context, 
coordinate system transformations etc. and then calls drawRect. If you call 
drawRect yourself (what you should never do!), you end up drawing into 
"somewhere".

Regards,
Mani
--
http://mani.de - friendly software

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to