Re: Can't bring application frontmost
Re: Can't bring application frontmost
- Subject: Re: Can't bring application frontmost
- From: Rosyna <email@hidden>
- Date: Thu, 23 May 2002 22:53:04 -0700
Oddly enough just commenting out the IBOutlet I had in the principal
class, recompiling, uncommenting the IBOutlet, then compiling again
made it work.
It didn't seem like it was anything in my code exactly as all it did
is override sendEvent
- (void)sendEvent:(NSEvent *)theEvent
NSLog(@"%@",[theEvent description]);
[super sendEvent:theEvent];
}
Ack, at 5/24/02, Anthony Arthur said:
>
Are you not able to see what happens in gdb? I suspect you are
>
somehow preventing the awakening event from reaching the superclass.
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
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.