Re: Programming without seeing
Re: Programming without seeing
- Subject: Re: Programming without seeing
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 21 Jan 2004 10:58:55 +0100
At 9:54 Uhr +0100 21.01.2004, David Niemeijer wrote:
I am not a Cocoa programmer (yet), but in Carbon you can create just
about any interface element right in your code. There is no need at
all to use IB. The benefit of IB to seeing programmers is that they
can visually arrange items on the screen rather then calculate
postitions and dimensions in pixel coordinates. IB is also nice in
that it allows you to separate code from interface, which
facilitates for example locatlization. But, if you want you can just
as well create a window using code.
You can do the same in Cocoa. Just instantiate the appropriate
objects explicitly.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.