Re: [Pythonmac-SIG] More on init

2005-07-06 Thread Dethe Elza
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):

Re: [Pythonmac-SIG] More on init

2005-07-06 Thread Bob Ippolito
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

[Pythonmac-SIG] More on init

2005-07-06 Thread Aldo Bergamini
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