Re: [Pyobjc-dev] how to specify action in interface builder in Xcode 4?
Brought to you by:
ronaldoussoren
From: Diez B. R. <de...@we...> - 2012-10-02 22:47:41
|
On Oct 1, 2012, at 7:29 PM, Ronald Oussoren wrote: > > On 28 Sep, 2012, at 17:18, Diez B. Roggisch <de...@we...> wrote: > >> Hi, >> >> ooookeeey. This is embarrassing. But the new Xcode 4 Interface Builder is… something to get used to. And the one thing totally not working for me: making new IBActions. There used to be a time when you could simple do that, IB wouldn't care, but the runtime would connect things as advertised. >> >> Now, I can't do anything anymore. >> >> All I do is open a XIB-File in XCode, there is no "project" involved. Is that maybe the reason? > > It should work when you create an Xcode project that contains the Python source files that define the actions. You don't have to use Xcode to actually build the application bundle. Tried that, failed, got your mail, tried it again - if the names of the Class-File are the same, it works. I guess I had problems because of an "old" XIB just being used. Thanks, Diez |