April 24th, 2009: MySQL Launcher 1.3 for Mac OS X has been released.
MySQL Launcher 1.3 comes with many changes inside and outside the code. I solved many problems related to the dynamic loading of the official MySQL libraries. Now, MySQL Launcher is compatible with i386 and x86_64 architectures and is indipendent from the MySQL version [...]
Posts Tagged ‘Cocoa’
MySQL Launcher 1.3 released
Cocoa tutorial – NSTextField, NSButton
I’ve added a new Cocoa tutorial about NSTextField and NSButton. It show how to create a simply application and how to implement buttons and textfields:
Italian version: (http://www.pietrop.com/wordpress/?page_id=258)
English version: (http://www.pietrop.com/wordpress/?page_id=258#english)
For suggestions or corrections, please add comments in the tutorial’s page.
Cocoa – How does messaging work?
Ecco a voi un altro estratto dal manuale Cocoa programming for Mac OS X, terza edizione, di Aaron Hillegass. La citazione riguarda il paragrafo sul messagging, ovvero quel che accade quando viene chiamato un metodo di una classe figlia di NSObject.
Come menzionato prima, un oggetto è simile a una struttura del C. NSObject dichiara una [...]

