Credits to scroll automatically

Hi

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.

How would I go about doing this please?

Budgie

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.

cheers SuperMacGuy, gives me a start with a few ideas

Budgie

I think this will get you where you want to end up:

http://cocoadevcentral.com/articles/000044.php

Max

cheers for that guimkie (Max), it will take me a while to get my head around it but looking forward to the fun:D

Budgie