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

                 Summary: NSBeginAlertSheet() doesn't call the didEndSelector
                 Project: GNUstep
            Submitted by: theeggcamefirst
            Submitted on: Tue 07 Apr 2009 04:04:36 AM GMT
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The NSBeginAlertSheet() function accepts two call-back selectors that Apple
calls the didEndSelector and the didDismissSelector. It appears that GNUstep
refers to them as the willEndSelector and didEndSelector instead, which is
confusing, and ignores the first of them.

It appears to me that renaming the parameters to the function to match
Apple's docs and then calling the didDismissSelector (if one is given) after
the sheet/panel has been closed would fix the problem and provide
compatibility with Cocoa.






    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to