I'm new to Capp and have no previous experience with Cocoa or Xcode, and I must say that the lack of detailed examples on how to use them together is greatly hindering this product for programmers in my shoes. There are literally thousands of tutorials/examples for platforms like Flex.
However I feel that Capp has real potential and I really would like to learn Obj-J and Capp and Xcode/IB and learn to use them all together.
Right now, from a brand new NIB application and using xcodecapp I try to add a toolbar to my main window using IB, but it doesn't show up in my web application when I save the file. I've searched and can't find any documentation on this. Is there additional code that I need to add in my App controller? I would assume no since other visual elements show up just fine, so then does that mean that the toolbar in IB is not compatible with Capp? Where are these things documented (it's not in the API docs)? I've found programatic ways to instantiate a CPToolbar - is that same code needed if I add a toolbar via IB - again I can't find any documentation one way or the other and it's a bit frustrating.
The
capptutorials.net site has huge potential, but there is only one single example and it's quite too simple to really teach much of anything. Someone like me would greatly benefit from a full blown MVC patterned tutorial application utilizing many visual elements, models/views/controllers interacting with a web based CRUD system (rails perhaps?) and built with Capp and Xcode/IB.
I do understand that this is a young platform and community driven, but I'm pleading with someone out there to create a series of high quality tutorials using all the toolset - all the examples on
cappuccino.org are pure programatic tutorials, and as stated the one Xcode4/IB tutorial is far too simple.