Re: [Pyobjc-dev] applicationShouldOpenUntitledFile_
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-02-02 20:01:38
|
On Sunday, Feb 2, 2003, at 19:09 Europe/Amsterdam, bb...@ma... wrote: > That's weird. I just tried: > > - creating new project from multi-doc template > > - changing the YES to a NO as shown below > > - ran the app > > Untitled document showed up... That's very weird. I was using Python 2.3, maybe that explains things. I'll rebuild the bridge for Python 2.2 and check if this helps. You are using the fixes to libffi_support.m I checked in last week, aren't you? These include a fix for BOOL values (actually signed/unsigned characters). Hmm, but that's only relevant when calling into Objective-C, not for this problem. Ronald |