I'm sure my implementation could be improved given my lack of
Cappuccino knowledge, so any feedback is welcome.
A couple things you might want to check out is the date picker in LPKit, and the documentation on autoresizing masks. Specifically, you might want to set a CPViewHeightSizable flag on the text area widget so that when a window isn't tall enough it will shrink to fit.
-Ross
> --
>
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To post to this group, send email to objec...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej?hl=en.
>
>
Thanks for the pointer toward LPKit, that looks like a great set of
add-ons for Cappuccino. I was being lazy in my first pass and skipped
the autoresizing masks, but should incorporate those since they seem
to be a rather important part of UI in Cappuccino.
-Bruz
On Jan 4, 5:42 pm, Ross Boucher <rbouc...@gmail.com> wrote:
> This is good to have. I tried running the code, but the server side portion doesn't want to work for me (i.e. I can't add a new project).
>
> A couple things you might want to check out is the date picker in LPKit, and the documentation on autoresizing masks. Specifically, you might want to set a CPViewHeightSizable flag on the text area widget so that when a window isn't tall enough it will shrink to fit.
>
> -Ross
>
> On Jan 4, 2010, at 8:31 PM, Bruz Marzolf wrote:
>
> > For those new to Cappuccino, and particularly those comparing it with
> > other frameworks, I've just finished implementing a trivial
> > application in Cappuccino that I've also implemented with SproutCore
> > and RestfulX. I have a brief post on it over at
> >http://blog.bruzilla.com/post/317178477/cappuccino-client-side-web-ap...,
> > and the source is over athttp://github.com/bruz/clocky-frontend-cappuccino.
-Ross
Atlas and the nib2cib route are intriguing and I will probably use one
of these with any future projects, but for now I've just manually set
up the the autoresizing masks so this app behaves properly.
-Bruz