views:

26

answers:

1

Hi, I am trying to develop a cocoa application that requires to read highlighted text from any application. But so far I cannot find any decent solution because the accessibility API isn't always work. (e.g. Firefox) Does anyone know how it is implemented in text-to-speech included in Leopard?

I have found this SO question but it isn't solved.

+2  A: 

That's a Service, so anywhere that an application identifies its selection as text, the text-to-speech service will work.

Graham Lee
Why doesn't it appear in the service menu?
TP