Support Request #102029, was updated on Sun 04/06/2003 at 20:48 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102029&group_id=99
Category: AppKit Status: Open Priority: 5 Summary: NSApp runModalSession] By: fedor Date: Sun 04/06/2003 at 20:48 Logged In: YES user_id=328 Browser: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 Subject: Bug or feature? NSApp runModalSession Date: Mon, 17 Feb 2003 16:25:58 +0100 (CET) From: Marko Riedel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi folks, I am using Apple's Cocoa documentation, which says this about NSApplication's runModalSession: Runs a modal session represented by session, as defined in a previous invocation of beginModalSessionForWindow:. A loop using this method is similar to a modal event loop run with runModalForWindow:, except with this method the application can continue processing between method invocations. When you invoke this method, events for the NSWindow of this session are dispatched as normal. This method returns when there are no more events. You must invoke this method frequently enough that the window remains responsive to events. The GNUstep implementation is different: IT DOES NOT RETURN IMMEDIATELY when there are no events for the window. It waits instead. The only way I can get it to return is to generate a few MouseMoved-Events by moving the mouse. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=102029&group_id=99 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
