Re: [SOLVED] Simulating menu bar blink in Cocoa

2008-04-19 Thread John Stiles
Could you do something else to cause VoiceOver to explicitly say the string you want it to? Martin Wierschin wrote: The "fake temporary item" solution actually works pretty well. It's the last thing I'd call elegant, but here's how you can blink a menu title in Cocoa. Unfortunately that solu

Re: [SOLVED] Simulating menu bar blink in Cocoa

2008-04-18 Thread Martin Wierschin
The "fake temporary item" solution actually works pretty well. It's the last thing I'd call elegant, but here's how you can blink a menu title in Cocoa. Unfortunately that solution (and any of the other horrible strategies available) trigger VoiceOver for the menu item. Anyone know a way

Re: [SOLVED] Simulating menu bar blink in Cocoa

2008-04-18 Thread Martin Wierschin
The "fake temporary item" solution actually works pretty well. It's the last thing I'd call elegant, but here's how you can blink a menu title in Cocoa. Unfortunately that solution (and any of the other horrible strategies available) trigger VoiceOver for the menu item. Anyone know a way to

[SOLVED] Simulating menu bar blink in Cocoa

2008-04-18 Thread John Stiles
The "fake temporary item" solution actually works pretty well. It's the last thing I'd call elegant, but here's how you can blink a menu title in Cocoa. This assumes that you aren't actually assigning the command+F35 key equivalent to any of your menu items... hopefully a safe assumption for th