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:57:29 +0100
At 8:20 Uhr +0000 21.01.2004, Saqib Shaikh wrote:
I have read in many places that it is possible to develop using Cocoa/Carbon
without using Interface Builder, but after a week of Googling have not found
a single example I can learn from. Does anyone have any suggestions?
The GNUStep program has spawned the "Renaissance" libraries, which
can also be used on OS X. Basically they implement a similar scheme
to NIB files, but you create them manually as XML files, and the
items in the file auto-layout themselves according to their size.
If all else fails, this sounds like it would be a viable option for
you to create a sensible layout without having to worry about looks
and without having to mess with anything but text files.
--
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.