#1 Cappuccino sample application

This first screencast is an introduction to Cappuccino and is based on this tutorial.

5 Comments

  1. MacQAGuy says:

    I appreciate the higher quality mov files as opposed to the m4v files because its hard to read the code in the smaller m4v files. However, it seems the only way to get the podcast in a feed that will auto-download is the m4v files. Any chance of getting a feed for the mov files?

  2. MacQAGuy says:

    I noticed the download link on the source code page downloads an archive of the source for all episodes (well both of them). Am I missing something or is there a way to download for a single episode? In the future when there are a bunch of episodes it might be inconvenient to keep downloading multiple copies of the source for all back episodes each time a new one comes out.

  3. Brian says:

    Thanks for putting this together! It was extremely helpful in starting to understand how Cappuccino works.

  4. switcherdav says:

    Thanks for your work,

    It’s a cool way to learn cappuccino

    Have you ever made a real application for entreprise with this framework and language ?

    I’m came from actionscript and looking for a real language to code RIA for intranet only

    I try to use Xcode but I don’t like it, what IDE support this language (with autocompletion, color syntax etc …)

    regards

    PS : I’m sure you understand that I’m not english … so sorry for the pain

  5. switcherdav says:

    Last message, if I write a longer message in the label Field, it will be truncated

    for exemple, I wrote : “good bye world” and I can see only “good bye w”

    In the documentation, I read the description of sizeToFit method and if I call it after change the Title of the field, it works !

    But can we declare an autoSizeToFit fot the textField ?

    Thanks again and happy coding