Re: Scrolling List of Thumbnails?
Re: Scrolling List of Thumbnails?
- Subject: Re: Scrolling List of Thumbnails?
- From: "Louis C. Sacha" <email@hidden>
- Date: Thu, 17 Jun 2004 16:42:29 -0700
Hello...
Just a general tip for making connections in Interface Builder when
it's hard to find the "right place" on some object to make the
connection to it and not its contents:
If you switch the nib window that shows the top level objects to
outline mode instead of icon view (the controls are on the edge of
the right side of the window above the scrollbar), you can expand the
outline to show the particular object you want to make the connection
to/from, including expanding the hierarchy for windows to see the
views and their contents. Then you can just make the connection
between the objects using the outline, and you don't have to worry
about accidentally connecting to the wrong object.
Hope that helps,
Louis
...
I found it *very* difficult to make a connection in IB from
my controller object to the NSMatrix, IB wanted to always
choose the matrix element instead. I found that if I created
several entries in the matrix it would be marginally easier
to perform the connection. (I wanted the finished interface
to only have one instance showing at startup...).
...
Thanks
Jerry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.