Re: when a scrollbar is really needed?
Re: when a scrollbar is really needed?
- Subject: Re: when a scrollbar is really needed?
- From: Raphael Sebbe <email@hidden>
- Date: Fri, 23 Aug 2002 07:05:45 +0200
I use custom scrollers in HexEditor, you can check the sources at
http://www.ex-cinder.com/downloads/hexeditor_src.tgz
Raphael
On Friday, August 23, 2002, at 02:32 AM, Philippe Caudron wrote:
Hi,
When you have a database with millions of records, it's not possible
to display everything in a scrollview because it would be too slow. A
better way would be to use a scrollbar, when the user is clicking on
the "1 line down arrow", we just need to fetch one more row and to
display what should be displayed.
But I read and read again everything about nsscroller and I don't
understand how to create a simple scroller, just to retreive clicks
and relative position. When I'm trying to put a customview with IB,
changing its type to nsscroller, connecting it to an outlet, I don't
understand how to set the values so that it will be displayed with
thumb and arrows, I tried many things but I always have an emply
scrollbar.
Shall I call something so that it will appear correctly??
many thanks for any suggestion and help about such a problem!
Philippe Caudron
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.