Re: missing vertical scroll bar
Re: missing vertical scroll bar
- Subject: Re: missing vertical scroll bar
- From: Kyle Sluder <email@hidden>
- Date: Sat, 18 Jul 2009 14:56:57 -0700
On Sat, Jul 18, 2009 at 1:18 AM, Dale Miller<email@hidden> wrote:
> I've satisfied myself that trying to use IB which is essentially a
> bind-at-compile-time approach is a pita when trying to deal with an
> execution-time-specified number of windows which must accommodate a tab view
> which must accommodate a workspace (text view imbedded in a scroll view),
> the size of which is run-time-specified.
IB is not a "bind-at-compile-time" approach. I'm really not even sure
what that means in this context. Yes, you're creating objects and
playing around with them before freezing them at compile time, but
they're all unfrozen using -initWithCoder: or other well-defined
initialization mechanisms at runtime, at which point they're normal
objects. Perhaps you need to overcome this mental hurdle?
Interface Builder is, simply put, How It's Done.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden