On Mon, 03 Nov 2008 08:58:20 +0100, Alexander Reichstadt <[EMAIL PROTECTED]>
said:
>I found something really odd just now. The searchmenu is actually
>connected to an IBAction method. The NSLog sits in there and simply
>prints out the sender, i.e. the menuItem that triggered it.
>
>If I change the
I found something really odd just now. The searchmenu is actually
connected to an IBAction method. The NSLog sits in there and simply
prints out the sender, i.e. the menuItem that triggered it.
If I change the menu item in the UI the NSLog printout shows that it's
another part of memory tha
Hi,
when trrying to change the tickmark next to a menu of an NSSearchField
it works exactly once, after that it doesn't work any more. I have to
relaunch the app. I see that my code is indeed executed, but it makes
no difference after the first time. Or maybe it's not refreshed somehow.