Can't bring application frontmost
Can't bring application frontmost
- Subject: Can't bring application frontmost
- From: Rosyna <email@hidden>
- Date: Thu, 23 May 2002 15:29:19 -0700
For some odd reason, if my application is ever hidden, it cannot be
brought forward again, the menus and windows never activate and it
stops receiving all events. My application does have a subclass of
NSApplication as it's principal class that overrides sendEvent (then
sends them all that I don't handle to it's superclass with [super
sendEvent:]). Here are the last three events it ever receives:
2002-05-23 15:20:02.200 MyApplication[11845] NSEvent: type=SysDefined
loc=(47,25) time=534607.6 flags=0x180000 win=0 winNum=38 ctxt=0x2438b
subtype=7 data1=1 data2=1
2002-05-23 15:20:02.304 MyApplication [11845] NSEvent:
type=SysDefined loc=(47,25) time=534607.7 flags=0x180000 win=0
winNum=38 ctxt=0x2438b subtype=7 data1=1 data2=0
2002-05-23 15:20:02.421 MyApplication [11845] NSEvent:
type=Kitdefined loc=(0,870) time=534607.8 flags=0 win=0 winNum=0
ctxt=0x2438b subtype=2 data1=0 data2=0
Does anyone have any clue what could be causing the problem?
NSApplication docs don't seem to mention a problem like this.
--
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.