Scrolling / NSScrollView
Scrolling / NSScrollView
- Subject: Scrolling / NSScrollView
- From: HAEUPL Friedrich - RTAA <email@hidden>
- Date: Mon, 25 Jun 2001 11:41:33 +0200
Does anybody know an example with NSScrollView?
I want to make a simple program that displays (audio)data (amplitude over time). As the
datasets are rather long I need a view with a horizontal scroller. I assume that NSScrollView
would be the right thing to do this. But I'm too unexperienced to be able to implement this.
How do I make a NSScrollView in IB?
How do I provide scrolling?
In a second step I would like to put two icons into the scroller (bigger/smaller) to change
the displayed amount of data.
How can this be done?
Thanks, Fritz