Re: NSTableView bug: No scroll bar
Re: NSTableView bug: No scroll bar
- Subject: Re: NSTableView bug: No scroll bar
- From: Hasan Diwan <email@hidden>
- Date: Mon, 30 Dec 2002 14:43:28 -0500
Are you reloading the data initially when you fill it? Example follows:
- (id) init {
if (self = [super init]) {
array = [[NSMutableArray initWithFile:[NSString
stringWithFormat:@"%@/foo", NSHomeDirectory()]] retain];
[tableView reloadData];
}
On Monday, December 30, 2002, at 02:27 PM, Jean-Olivier Lancttt-D.
wrote:
>
>> In an app I'm doing, I have a NSTableView.
>
>>
>
>> The app parses stuff on the net and displays it..
>
>> I have, for instance, 50 parsed items in the data source array.
>
>>
>
>> When the tableview loads it, I *can't* scroll to see the hidden
>
>> items.
>
>>
>
>> Yes, In IB, Vertical and Horizontal scroll bars options are checked.
>
>>
>
>> In fact, I see the scroll bar but it's not enabled.
>
>>
>
>> Sounds like a bug..
Hasan Diwan
OpenPGP KeyID: 0x7EE3855B
Fingerprint: 42F0 5758 C3EB BA1F ABD2 ED49 3390 CCF0 7EE3 855B
http://www.cs.rpi.edu/~diwanh/gpg.key
[demime 0.98b removed an attachment of type application/pgp-signature which had a name of PGP.sig]
_______________________________________________
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.