runModalForWindow and NSTimer strange behavior
runModalForWindow and NSTimer strange behavior
- Subject: runModalForWindow and NSTimer strange behavior
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 7 May 2001 19:48:52 +0200
Strange behavior with Mac OS X :
I have a main window which is doing a graphic animation with a NSTimer.
When I click on a button, a dialog appears and is managed with
runModalForWindow: .
At this instant, the animation is stopped. Why not...
In this dialog, I have a NSPopUpButton, when I click on this
PopUpButton, the animation resumes.
Strange, isn't it ?
Could it be a bug in runModalForWindow ?