And so on. I'm creating the window in code like so:
floatingWindow = [[[DashboardWindow alloc] init] retain];
And later, releasing it normally:
[floatingWindow release];
So, as far as I can tell - something else is sending retain messages
to my window. Is there any way to find out what it is?
Even just what class it is would be helpful.
When my main window is key (not the floating one), the floating window
seems to receive a retain/release every time i move the mouse!
I'm not even responding to mouse moved events. The closest I'm doing
is a trackingRect on the floating window.
Hope someone can shed some light.
Many Thanks!
- Drarok
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden