Re: Swift 2.0

2015-07-02 Thread lowell!
Apple has a prerelease version for Swift 2 on the iBooks Store: https://itunes.apple.com/us/book/swift-programming-language/id1002622538 ——lowell On Jul 2, 2015, at 9:59 AM, William Squires wsqui...@satx.rr.com wrote: There is (or was) a PDF you could get in the Bookstore.app

Re: Mixing Obj-C and C methods

2013-07-30 Thread lowell
The first two parameters to the function have to be an id and a SEL ... typedef id (*IMP)(id, SEL, ...); ... (this is where we get self and _cmd, by the way) followed by the rest of the method params, if any. lowell On Jul 30, 2013, at 12:59 AM, Vincent Habchi vi...@macports.org wrote

Re: Enter/exit full screen notification

2011-10-20 Thread lowell
NSWindowDidExitFullScreenNotification NS_AVAILABLE_MAC(10_7); --lowell On Oct 19, 2011, at 10:01 PM, Ryan Joseph wrote: Is there an effective way to be notified when the system goes into full screen mode (on 10.6 and 10.7)? The only information I found on Google was from 2005 and earlier including Carbon event

Re: Using Drag and Drop in Tables link gone?

2011-10-17 Thread lowell
If you have the docs installed locally, the document is at /Library/Developer/Documentation/DocSets/com.apple.adc.documentation.AppleLion.CoreReference.docset/Contents/Resources/Documents/index.html#documentation/Cocoa/Conceptual/DragandDrop/UsingDragAndDrop.html -- lowell On Oct 17, 2011