Re: How to make a custom widget speak?
Re: How to make a custom widget speak?
- Subject: Re: How to make a custom widget speak?
- From: David Remahl <email@hidden>
- Date: Sat, 01 Jun 2002 17:11:00 +0200
Are you referring to the accessibility feature in Jaguar which makes
controls speak their contents, or the Speak menu item?
If the first, then there is an api in <AppKit/NSAccessibility.h> which
allows you to make your controls speak on mouseover.
If you are referring to normal speech, then I suggest the SU library
described on this page:
http://membres.lycos.fr/raphaelsebbe/speech/speech.html
/ David Remahl
>
How do you make a custom widget speak like say the NSTextField control?
>
>
I would have thought using a stringValue method could have solve the
>
case but it's not. Testing the Cocoa control Sample code I was not able
>
to make it speak too.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.