NSScrollView and tile
NSScrollView and tile
- Subject: NSScrollView and tile
- From: Timothy Ritchey <email@hidden>
- Date: Mon, 30 Sep 2002 21:00:23 -0500
Out of curiosity, does anyone know if the NSScrollView's -tile method
implementation was changed for Jag? I have a spreadsheet control that
subclasses NSScrollView, using the rulers for the row/column headers.
Everything was working pre-jag, but it appears that NSScrollView's
-tile method is hiding my rulers now. I override -tile in order to get
things placed correctly, calling [super tile]. Since jag, I had to add
a [super setRulersVisible:YES] in my tile implementation in order to
keep the rulers from disappearing.
I'd avoid the call to [super tile] if I new what all it was doing, but
haven't been able to replicate its behavior yet. Does it add the
subviews (rulers/cliping/scrollers/etc.) to the view? Anyone know for
what scrollview's tile is responsible?
_______________________________________________
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.