Build Issue?

2009-09-01 Thread Thomas Willson
Is there anything else I can include to help someone answer my question? My next step might have to be reinstalling the OS. Begin forwarded message: From: Thomas Willson thomas.will...@me.com Date: August 31, 2009 10:53:50 PM PDT To: cocoa-dev@lists.apple.com Subject: Build Issue? I am

Build Issue?

2009-08-31 Thread Thomas Willson
I am having a really odd issue while developing my program. I was developing my program and went to build. It built fine but when I ran it, I got no data back from an NSTask. If I copy the XCode project to my other mac, it builds fine. A copy built on the other computer works fine on both

Re: Autoscroll NSTableView

2009-08-26 Thread Thomas Willson
I have a related question; I wanted to figure out if the text view was scrolled to the bottom. I found this in the archives: Compare the -visibleRect to the -bounds of the text view. If the visible rect is at the end of the bounds, the user can see the end. Otherwise the user can not.