Don't know it is a bug or I did a stupid thing. But I found that if I set the delegate of NSPanel itself, it will use up all the resource and die.

 For example:
 @implementation MyPanel : NSPanel
 - (id) init
 {
   self = [super initWithContentRect....];
   /* Add subviews */
   [self setDelegate: self];
   return self;
 }

 It will die only after the content view is clicked.
 Maybe this should go to the document.

Yen-Ju

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to