More on the bug with NSRunModalWithWindow
More on the bug with NSRunModalWithWindow
- Subject: More on the bug with NSRunModalWithWindow
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 23 May 2001 14:28:58 +0200
Since I don't remember who said he was looking after that bug, I dared
posting it here.
I have a NSTableView with a double-action which opens a Panel Window
using NSRunModalWithWindow.
When I launch the Panel Window from a NSButton, the default button is
not throbing.
When I double click in a row to launch the Panel Window, the default
button is throbing.
When I double click in the header column, the Panel Window is launched
(contrary to my will) and the default button is throbing BUT when I
close the Panel Window, there is somewhat a NSEvent missing, since I
need to click in the main window to resume my own NSTimer schedule.