Follow-up Comment #2, bug #34789 (project gnustep):

Actually you did not attach any example code to this bug report. That way I
can only speculate about that actual code.

If your code is using the NSApplication  method beginSheet:modalForWindow:...
then the behaviour you get is what would be expected from AppKit in 10.5.8.
Here the documentation reads:

"It also does not perform any tasks (such as firing timers) that are not
associated with the modal run loop."

If you need your action method to work for sheets you should use the method
performSelector:withObject:afterDelay:inModes: and supply the
NSModalPanelRunLoopMode in modes as well.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


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

Reply via email to