Skip navigation.
 
mlRe: Event loop in a secondary thread? Nibless Cocoa?
FROM : Kyle Sluder
DATE : Sun May 04 05:18:11 2008

On Sat, May 3, 2008 at 11:13 PM, Bruce Sherwood <<email_removed>> wrote:
>  Indeed, the nib file (if there is one) would be right next to the Visual
> module (in site-packages/visual). But initial reading of documentation, or
> at least of examples, made it look like you say something like "LoadNib",
> with no option to say where to get it, because the assumption is that the
> nib file is in a standard place in the app's bundle. Is there some kind of
> nib-loading procedure that takes a file location as an argument? I don't
> have anything against nib files in principle; I just don't know how to find
> them when my software isn't an app.


PyObjC has special support for nib files.  Not too familiar with it
myself, but look into PyObjCTools.NibClassBuilder.

--Kyle Sluder

Related mailsAuthorDate
mlEvent loop in a secondary thread? Nibless Cocoa? Bruce Sherwood May 4, 01:35
mlRe: Event loop in a secondary thread? Nibless Cocoa? John C. Randolph May 4, 03:55
mlRe: Event loop in a secondary thread? Nibless Cocoa? B.J. Buchalter May 4, 04:51
mlRe: Event loop in a secondary thread? Nibless Cocoa? Bruce Sherwood May 4, 04:52
mlRe: Event loop in a secondary thread? Nibless Cocoa? Jens Alfke May 4, 05:04
mlRe: Event loop in a secondary thread? Nibless Cocoa? Bruce Sherwood May 4, 05:13
mlRe: Event loop in a secondary thread? Nibless Cocoa? Jens Alfke May 4, 05:18
mlRe: Event loop in a secondary thread? Nibless Cocoa? Kyle Sluder May 4, 05:18
mlRe: Event loop in a secondary thread? Nibless Cocoa? Jean-Daniel Dupas May 4, 11:55
mlRe: Event loop in a secondary thread? Nibless Cocoa? Ken Thomases May 4, 21:47