How does one go about doing this, like with the little disclosure triangle resizing the window to show more items and vice versa? Last time I tried, the window contents shifted up and got all weird. Thanks.
The disclosure triangle concept was covered at: [url=http://bbs.applescript.net/viewtopic.php?id=12012]http://bbs.applescript.net/viewtopic.php?t=12012[/url]
Properties of how an object moves or is resized can be set in the “autosizing” property (in the ‘size’ pane of the info for an object in IB (pre-xcode, it may have changed). The settings outside of the interior box are for how the window resizes around the object, and the inside settings are for how the object resizes to fit the window. A solid line makes the object “adhere” to whatever it’s current edge is at relative to the window, while a spring makes the object adjust. This is a hard topic to explain, so you’ll just have to mess with it to figure it out.
j