bug-gnustep
[Top][All Lists]
Advanced

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

[bug #24859] timing of applicationDidFinishLaunching: is different from


From: Doug Simons
Subject: [bug #24859] timing of applicationDidFinishLaunching: is different from Cocoa
Date: Mon, 17 Nov 2008 19:12:01 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22

URL:
  <http://savannah.gnu.org/bugs/?24859>

                 Summary: timing of applicationDidFinishLaunching: is
different from Cocoa
                 Project: GNUstep
            Submitted by: theeggcamefirst
            Submitted on: Mon 17 Nov 2008 07:11:58 PM GMT
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

In GNUstep, applicationDidFinishLaunching: is called from a notification
posted SYNCHRONOUSLY by [NSApplication finishLaunching], so
applicationDidFinishLaunching: is called before finishLaunching completes. In
Cocoa, the notification is sent from within the run loop AFTER finishLaunching
completes. 

This made a difference to us because our implementation of finishLaunching
does some processing after calling super, some of which needs to be done
before applicationDidFinishLaunching: is called.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24859>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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