> can anyone recommend some tutorials for Cocoa ObjectiveC?
An excellent book, COCOA PROGRAMMING FOR MAC OS X, THIRD EDITION, by
Aaron Hillegass. Go through the first four chapters and you'll be
set. (The rest of the book is about Cocoa and Interface Builder).
Bill
_
On 26/08/2008, at 12:41 AM, beau wrote:
can anyone recommend some tutorials for Cocoa ObjectiveC?
basically I'm trying to great a gui program that reads a file and then
displays a visualization of it, with a slide.
so everytime the ui will be different
with Tkinter that was easy just write
This tutorial series is brand new:
http://lethain.com/entry/2008/aug/22/an-epic-introduction-to-pyobjc-and-cocoa/
Looks like a good one too, although I can't verify that as I haven't
had the time to work through it yet.
I have worked through a few tuts at http://cocoadevcentral.com/ and
ca
can anyone recommend some tutorials for Cocoa ObjectiveC?
basically I'm trying to great a gui program that reads a file and then
displays a visualization of it, with a slide.
so everytime the ui will be different
with Tkinter that was easy just write a function that packs things to
the screen.
Am 2008-08-24 um 23:28 schrieb Jack Jansen:
I'm not a complete newbie in python, but in building GUIs. I've
worked
around a bit with Tkinter and I think, I can handle this one, but I
also
tried to work with the "FrameWork" module, to create Menubars and
this kind
of stuff. But I did not eve
On 24-Aug-2008, at 21:28 , N3buK4Dn3ZZ4r wrote:
Hi there.
I'm not a complete newbie in python, but in building GUIs. I've worked
around a bit with Tkinter and I think, I can handle this one, but I
also
tried to work with the "FrameWork" module, to create Menubars and
this kind
of stuff.