Re: [Pythonmac-SIG] Working with ScriptingBridge

2017-07-13 Thread Joni Orponen
To answer myself, one just has to find the correct kind of an NSArray-ish with an .addObject_(foo) which will eat the proxied class instance in question. Just as the docs say. -- Joni Orponen ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https

[Pythonmac-SIG] Working with ScriptingBridge

2017-07-13 Thread Joni Orponen
Hello, I've been following along the SBSendEmail example from Apple. https://developer.apple.com/library/content/samplecode/SBSendEmail/Introduction/Intro.html The same should be able to be done via pyobjc as well. The alloc init cycle of the outgoing message object yields me a Python future obj