Re: ScrollView Programming

2011-04-06 Thread Matt Neuburg
On Wed, 06 Apr 2011 05:25:34 -0400, Jeffrey Walton said: >Unfortunately, I don't know what I am looking for. Hence the reason I >want to follow instructions. The best I can tell, the documentation is >written for folks who have experience with the library (folks like >you), and not folks who need

Re: ScrollView Programming

2011-04-06 Thread Jeffrey Walton
On Wed, Apr 6, 2011 at 5:09 AM, Quincey Morris wrote: > On Apr 6, 2011, at 01:53, Jeffrey Walton wrote: > >> Scroll View: >>  Scroll View Connection: file's owner >>  Scroll View Delegate: not connected (connected did not help) >>  Size: 320 x 431 (Tab Bar) >>  Clip subviews: off >>  Autoresize su

Re: ScrollView Programming

2011-04-06 Thread Quincey Morris
On Apr 6, 2011, at 01:53, Jeffrey Walton wrote: > Scroll View: > Scroll View Connection: file's owner > Scroll View Delegate: not connected (connected did not help) > Size: 320 x 431 (Tab Bar) > Clip subviews: off > Autoresize subviews: on > Outer size springs: on > Inner size springs: unab

Re: ScrollView Programming

2011-04-06 Thread Jeffrey Walton
On Wed, Apr 6, 2011 at 2:47 AM, Quincey Morris wrote: > On Apr 5, 2011, at 23:28, Quincey Morris wrote: > >> Almost certainly your problem is that you failed to set the autoresizing >> springs correctly for the "document" view. In the simplest case, it should >> be anchored on all 4 sides, and b

Re: ScrollView Programming

2011-04-05 Thread Quincey Morris
On Apr 5, 2011, at 23:28, Quincey Morris wrote: > Almost certainly your problem is that you failed to set the autoresizing > springs correctly for the "document" view. In the simplest case, it should be > anchored on all 4 sides, and be stretchy in both directions. Gah! Said that backwards. If

Re: ScrollView Programming

2011-04-05 Thread Quincey Morris
On Apr 5, 2011, at 22:54, Jeffrey Walton wrote: > After following Steps 1 - 4, what is the layout supposed to look like under > IB? > > + File Owner > + First Responder > + View > + Scroll View > + Control 1 > + Control 2 > + ... > > Or > > + File Owner > + First Responder > + Scroll Vie

ScrollView Programming

2011-04-05 Thread Jeffrey Walton
Hi All, I'm working from "Scroll View Programming Guide for Cocoa" [1]. All items are IBOutlets (even the ScrollView), and all outlets are verified in ViewDidLoad via ASSERTs (no asserts fire). I believe I have followed the instructions under Creating a Scroll View in Interface Builder. Unfortunat