bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ 102029 ] NSApp runModalSession]


From: nobody
Subject: [ 102029 ] NSApp runModalSession]
Date: Sun, 06 Apr 2003 22:48:35 -0400


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 <mriedel@neuearbeit.de>
To: discuss-gnustep@gnu.org


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]