Skip navigation.
 
mlRe: Why initialize the menubar without Interface Builder
FROM : Sherm Pendley
DATE : Sun Nov 04 00:49:15 2007

On Nov 3, 2007, at 7:26 PM, Robert Nikander wrote:

> On Nov 3, 2007, at 3:39 PM, Erik Buck wrote:
>

>> There is a current discussion "Re: Initializing the menubar 
>> without Interface Builder."  What I desperatly want to know is WHY ?

>
> Do you mean that I need to explain why I "think different"? :)
>
> Seriously, let me try to answer your question.  For me, I usually 
> find it easier and more powerful to work with code-defined GUIs, 
> but in order to do this I need two things that don't exist in all 
> GUI libraries, and don't seem to exist by default with Cocoa.  I'll 
> explain those two things below.  Let me just say, I do *not* want 
> to define a GUI like this:
>
>    button = new Button();
>    button.X = 231;
>    button.Y = 54;
>    panel.add( button );
>    ...
>
> where I manually specify coordinates and dimensions.
>
> The two things I need are:
>
> 1. "Layout managers", or whatever you want to call them.
> 2. A way to use declarative language.


Are you aware of Renaissance?

   <http://www.gnustep.it/Renaissance/>

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
WV Talk: http://www.wv-www.com

Related mailsAuthorDate
mlWhy initialize the menubar without Interface Builder Erik Buck Nov 3, 20:39
mlRe: Why initialize the menubar without Interface Builder Uli Kusterer Nov 3, 22:06
mlRe: Why initialize the menubar without Interface Builder Fritz Anderson Nov 3, 22:44
mlRe: Why initialize the menubar without Interface Builder Uli Kusterer Nov 4, 00:15
mlRe: Why initialize the menubar without Interface Builder Robert Nikander Nov 4, 00:26
mlRe: Why initialize the menubar without Interface Builder Sherm Pendley Nov 4, 00:49
mlRe: Why initialize the menubar without Interface Builder Erik Buck Nov 4, 01:55
mlRe: Why initialize the menubar without Interface Builder Erik Buck Nov 4, 02:10
mlRe: Why initialize the menubar without Interface Builder Jon Hess Nov 4, 02:18
mlRe: Why initialize the menubar without Interface Builder Chris Hanson Nov 4, 02:38
mlRe: Why initialize the menubar without Interface Builder Chris Hanson Nov 4, 02:45
mlRe: Why initialize the menubar without Interface Builder Robert Nikander Nov 4, 03:06
mlRe: Why initialize the menubar without Interface Builder Erik Buck Nov 4, 03:15
mlRe: Why initialize the menubar without Interface Builder Rob Keniger Nov 4, 04:29
mlRe: Why initialize the menubar without Interface Builder Uli Kusterer Nov 4, 12:33
mlRe: Why initialize the menubar without Interface Builder Uli Kusterer Nov 4, 13:06
mlRe: Why initialize the menubar without Interface Builder Jon Hess Nov 5, 19:55
mlRe: Why initialize the menubar without Interface Builder John Labovitz Nov 5, 20:11
mlRe: Why initialize the menubar without Interface Builder Jon Hess Nov 5, 20:15