Strange NSMatrix thread
Strange NSMatrix thread
- Subject: Strange NSMatrix thread
- From: Jean Bovet <email@hidden>
- Date: Thu, 23 Oct 2003 18:07:35 +0200
Hi,
After displaying cells inside a NSMatrix subclass, my application is
taking around 10% CPU (while it is doing absolutely nothing). When
looking a the thread running, I have found the following thread:
BlendedHeartBeatButtonImage
0x5
DrawMacintoshPushButtonBezel
_NSDrawMacintoshStyleBezel
-[NSButtonCell drawWithFrame:inView:]
-[NSControl drawRect:]
-[NSView _drawRect:clip:]
-[NSView _lightWeightRecursiveDisplayInRect:]
-[NSView _lightWeightRecursiveDisplayInRect:]
-[NSView _lightWeightRecursiveDisplayInRect:]
-[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:]
-[NSWindow(NSWindow_Theme) heartBeat:]
-[NSUIHeartBeat _heartBeatThread:]
forkThreadForFunction
_pthread_body
This thread is running only when the NSMatrix has cell to display and
only when my application is the front application.
Does anyone know why is this thread running and how can I stop this
thread (or make it not running) ?
Thanks in advance.
Jean Bovet
----------------------------------------------------
Jean Bovet
Sablons 35 Voice: (++41 32) 725 39 04
2000 Neuchatel
mailto:email@hidden
Switzerland
http://www.curvuspro.ch
Cofounder of Arizona
Software Developper
Curvus Pro - the reference for curves & graphs
http://www.curvuspro.ch
----------------------------------------------------
_______________________________________________
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.