Hi,
I found a typo in tutorial code.
Scrapbook Part II
1. Building the PhotoPanel
http://cappuccino.org/learn/tutorials/scrapbook-tutorial-2/
typo : @implementation PhotoView : CPView
corrected: @implementation PhotoView : CPImageView
It was enough to make me screwed up to debug :)
Thanks for the great tool!