Re: newbie questions regarding interface builder
Re: newbie questions regarding interface builder
- Subject: Re: newbie questions regarding interface builder
- From: Marc Manthey <email@hidden>
- Date: Mon, 5 Sep 2005 17:08:15 +0200
hello markus ,
On Sep 5, 2005, at 1:00 PM, Markus Hitter wrote:
Am 04.09.2005 um 23:14 schrieb Marc Manthey:
I would like to start a bit getting into building some simple
interfaces with interface builder / xcode for a old video tool or
a java based reflector.
Fire up Xcode's documentation (Help menu). Click on "Carbon" and
"Cocoa" on the left pane, each of these pages has a "Getting
Started" section right on the top. Doing the tutorials should give
you a good impression on how these technologies work: Carbon, Cocoa
traditional, Cocoa-Java (deprecated?) and Cocoa with Bindings.
How can i "connect " the nib file information with the code ?
Draw a clear line between your (Cocoa) interface (NIB's, some code)
and your (Java, C++, C) model. Create a Obj-C class for accessing
the model.
thanks for the straight clear words , its all a bit confusing
sometimes , hope i will get thru it.:)
http://cs.northwestern.edu/~josha/objcpp.htm
A nice description, but this guy mixes Obj-C and C++ too much,
IMHO. Take the line
NSString* Magic::ask(const char *question, int length)
as a not-so-good example.
I'd avoid using Obj-C and C++ at the same level. Obj-C is a
superset of the C language (almost what he describes as "non-class
based C++"). Mixing Obj-C classes and C++ classes may be useful at
times, but should be avoided, if possible.
ok , as far as i read is objective c , java related , i never was a
big java fan , but it looks like its the only solution for now.
He also mentions the CocoaDev site as an excellent source of code
samples for common tasks. I fully agree with this.
thanks again fro you great advice.
marc
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
--
"Use your imagination not to scare yourself to death
but to inspire yourself to life."
Les Enfants Terribles
www.let.de
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden