Re: Dock menu item action isn't performed in modal state

2009-01-08 Thread Ondrej Valik
On 7.1.2009, at 23:06, Peter Ammon wrote: On Jan 7, 2009, at 8:05 AM, Ondrej Valik wrote: Hello. I'm using delegate's applicationDockMenu: method for returning my custom dock menu. It has a single menu item. This menu item has its target/action properly set up and my dock menu delegate im

Re: Dock menu item action isn't performed in modal state

2009-01-07 Thread Peter Ammon
On Jan 7, 2009, at 8:05 AM, Ondrej Valik wrote: Hello. I'm using delegate's applicationDockMenu: method for returning my custom dock menu. It has a single menu item. This menu item has its target/action properly set up and my dock menu delegate implements worksWhenModal method (returning

Dock menu item action isn't performed in modal state

2009-01-07 Thread Ondrej Valik
Hello. I'm using delegate's applicationDockMenu: method for returning my custom dock menu. It has a single menu item. This menu item has its target/action properly set up and my dock menu delegate implements worksWhenModal method (returning YES). So my menu item is enabled when my app is i