• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: cocoa app from scratch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cocoa app from scratch


  • Subject: Re: cocoa app from scratch
  • From: "Mark A. Stratman" <email@hidden>
  • Date: Sun, 18 Jul 2004 21:56:12 -0500

On Jul 18, 2004, at 7:02 PM, Pandaa wrote:

P.S. I have had some experience with GTK's Glade and Borland's C++ Builder. Is there anything like GTK's Glade for Cocoa - what basicly generates source code for given piece of GUI, which one (I'm oversimplifying here) needs to call from main(). I need something I can look into and understand what is going on.

No. Code-generating GUI builders is not how it's done here. Freeze dried objects is the way, for many good reasons.

I just want to point out that code generation is not "The Way" with gtk+ either. Sure, glade has code-generation abilities, but it's frowned upon by the bulk of the community. The "proper" way is to create the interface in Glade UI builder, output the XML file, and use libglade to create the GUI from the interface file.... Sound familiar? Surprise, surprise - just like IB and nib files ;)

Furthermore, good luck and have fun maintaining your extra seven trillion lines of code. ;-p
Like Pandaa already said, I'd rather spend a few minutes clicking around with a mouse than several hours sifting through pages and pages of a hard-coded GUI.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: cocoa app from scratch
      • From: "Ihar 'Philips' Filipau" <email@hidden>
References: 
 >cocoa app from scratch (From: "Ihar 'Philips' Filipau" <email@hidden>)
 >Re: cocoa app from scratch (From: Pandaa <email@hidden>)

  • Prev by Date: Re: Build Failure
  • Next by Date: Re: Cocoa Bindings and popups
  • Previous by thread: Re: cocoa app from scratch
  • Next by thread: Re: cocoa app from scratch
  • Index(es):
    • Date
    • Thread