Re: Cannot change menu state in NSSearchField menu for more than once

2008-11-03 Thread Matt Neuburg
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

Re: Cannot change menu state in NSSearchField menu for more than once

2008-11-02 Thread Alexander Reichstadt
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

Cannot change menu state in NSSearchField menu for more than once

2008-11-02 Thread Alexander Reichstadt
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.