pietrop.com Rotating Header Image

Posts Tagged ‘Cocoa’

MySQL Launcher 1.3 released

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 [...]

Cocoa tutorial – NSBadge

I’ve added a new tutorial about adding a badge on your Cocoa Dock icon application using NSBadge and few lines.

Italian version at http://www.pietrop.com/wordpress/?page_id=415
English version at http://www.pietrop.com/wordpress/?page_id=415#english

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 [...]