On Dec 1, 2014, at 10:41 AM, Andreas Höschler <ahoe...@smartsoft.de> wrote:
> 
> Hi Jerry and all,
> 
>>> You should look for … overrides of superclass properties
>> 
>> Yes, indeed.  Search for the AppKit Release Notes for OS X 10.10 Yosemite 
>> and carefully read the section on tab views, wherein Apple has added alot of 
>> new stuff, which may be stepping on your old stuff.
> 
> Thanks! 
> 
> Adding 
> 
> #ifdef __APPLE__
> - (void)setWindow:(NSWindow *)window
> {
> }
> #endif
> 
> to my GSScrollView : NSScrollView subclass fixed (or at least worked around) 
> the issue (no exception anymore and no apparent malfunction of the app). 

WOAAAAAHHHH. This is NOT the way to solve this problem! NSView and NSScrollView 
(may) do important work in -setWindow:! You just haven't noticed what you’ve 
broken yet.

--Kyle Sluder

_______________________________________________

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

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

Reply via email to