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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to