Adding an NSTabView causes problems..
Adding an NSTabView causes problems..
- Subject: Adding an NSTabView causes problems..
- From: Jonathan del Strother <email@hidden>
- Date: Fri, 25 Jun 2004 22:48:47 +0100
I have a Cocoa dialog launched from my Carbon iTunes plugin.
Works fine. However, if I add an NSTabView onto the dialog, even if
it's just a plain tab view with no components in it, it produces the
following in the Console:
2004-06-25 22:45:06.169 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55be9d0 of class NSImageCacheView autoreleased with no pool in place
- just leaking
2004-06-25 22:45:06.177 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55be9d0 of class NSImageCacheView autoreleased with no pool in place
- just leaking
2004-06-25 22:45:06.181 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55c04a0 of class NSImageCacheView autoreleased with no pool in place
- just leaking
2004-06-25 22:45:06.182 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55c04a0 of class NSImageCacheView autoreleased with no pool in place
- just leaking
2004-06-25 22:45:07.442 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55bff60 of class NSCarbonWindowContentView autoreleased with no pool
in place - just leaking
2004-06-25 22:45:11.285 iTunes[9839] *** _NSAutoreleaseNoPool(): Object
0x55bd330 of class NSCarbonWindow autoreleased with no pool in place -
just leaking
and the Cocoa window no longer responds to any mouse events.
Any ideas what's causing this / how to fix it?
Thanks,
Jon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.