|
From: | Fred Kiefer |
Subject: | [bug #12535] Cannot type into window while using [NSApp runModalSession:] |
Date: | Fri, 8 Apr 2005 00:01:05 +0000 |
User-agent: | Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko) |
Follow-up Comment #1, bug #12535 (project gnustep): >From what I can tell, the whole problem only exists because the main run loop is never started. If you put the modal session in a method started from the main menu it works great. I would say that this happens because the window is not really made key window in beginModalSessionForWindow and this is because the NSApplication will only start to get notifications from windows after the dependency has been set up in finishLaunching. (And also is made active) So the NSApp will never know that the window thinks itself to be the keyWindow. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12535> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |