> > You probably looking for a Layout Manager. > > Mozilla's XUL, .NET's XAML and Adobe's FLEX provide Layout managers: > http://en.wikipedia.org/wiki/Layout_manager > > http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000517.html > > For Java there is whole bunch of Layout Mangers: > http://wiki.java.net/bin/view/Javadesktop/LayoutManagerShowdown > > > When studying the specs and docs, you might get an idea of what you need to > implement your own. Java is also open source, you can look at the code or > even port it to Objective-C. Please send us a note when you have done it ;) >
I think a layout manager is similar to what I want, but a little overkill. I have one view, and want to fit many smaller views inside it. It is still really early in development, but here is a screenshot of about what these views laid out will look like. http://tinypic.com/view.php?pic=rmtp37&s=5 I manually laid out the views show in that screenshot. Those views are mostly laid out in columns of the same width. This will probably not be the case in the final product. Thank you for the help! Hopefully this clarifies my problem. Thank You, Bridger Maxwell _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com