Ive created an application using Xcode 2.4, and I am adding some info about the versioning, creator etc to the "info.plst in Xcode, I have also added a “Credits.rtf” file out lining other info about the application also, this all works well.
What I would like to do is have the area where the “Credits.rtf” display’s it’s information
scroll automatically and not show the scroll bar down the side, exactly like the credits area of say Indesign, or SuperDuper, and probably quite a few other app’s that are out their.
Sounds like a problem for some Cocoa/Objective-C, to build your own window and then display the text scrolling. Or make it a graphic and move the graphic slowly (core animation?). Just a guess.