Iam starting off on my first project using cocoa and was hoping you could give me some advice. What I want to achieve is quite simple. All I want is a simple message box may be using NSView that will display messages. The messages are simply text stored in may be array or queue. Lets assume there are 5 text messages in queue "Hi", "Hello", "What", 'How", "Where". I would want my view to display "Hello" first and provide two navigators using "< >" on either side of the message box. When the user clicks ">" I display "What" and when your clicks "<" I display "Hi". Can someone give me pointers to help achieve this? Also any sample code for the same would be helpful. Thanks.
Regards, Chands