This works for me:
from Foundation import *
from AppKit import *
from PyObjCTools import NibClassBuilder, AppHelper
jabberwocky = '''Twas brillig and the slithy toves
did gyre and gimble in the wabe
all mimsy were the borogroves
and the mome raths outgrabe'''
class SpeechDelegate(NSObject):
On Jul 4, 2005, at 6:04 AM, Aldo Bergamini wrote:
> An update on my fiddling:
>
>
>
>
> from Foundation import *
> from AppKit import *
>
>
> from PyObjCTools import NibClassBuilder
>
> class PySayTextAppDelegate(NibClassBuilder.AutoBaseClass):
> #IB defined outlets
> #textField
An update on my fiddling:
from Foundation import *
from AppKit import *
from PyObjCTools import NibClassBuilder
class PySayTextAppDelegate(NibClassBuilder.AutoBaseClass):
#IB defined outlets
#textField
#speechSynthetizer
#
#IB defined actions
#sayI