Re: A new bug in NSTableView in Mac OS X 10.3?
Re: A new bug in NSTableView in Mac OS X 10.3?
- Subject: Re: A new bug in NSTableView in Mac OS X 10.3?
- From: Florent Pillet <email@hidden>
- Date: Fri, 25 Jun 2004 09:39:43 +0200
Are you running the app from XCode, possibly in Debug mode? I noticed
various refresh problems, in particular scrollers being half-drawn. But
this did all arise when running the application from XCode.
Florent
On 23 juin 04, at 16:20, Stiphane Sudre wrote:
I'm seeing what looks like to be a bug in NSTableView on Mac OS X 10.3
I have a NSTableView with 2 columns (1st is resizable, second not)
which can't be resized by the user.
There is no vertical or horizontal scroller.
So this gives the following widget
+---------------------+-------------+
| 1st column | 2nd column |
+---------------------+-------------+
| | |
| | |
| | |
| | |
| | |
+---------------------+-------------+
The bug I'm seeing is that the CornerView looks like to be drawn on
the Header Line and if you resize the tableview, it's moving.
It gives something like this:
+---------------------+-------------+
| 1st column | 2nd c mn |
+---------------------+-------------+
| | |
| | |
| | |
| | |
| | |
+---------------------+-------------+
I have not called reloadData yet when this bug occurred. But since
there is no relationship between this call and the CornerView AFAIK...
Is this a known bug, a feature, some new bug?
_______________________________________________
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.
--
Florent Pillet, Code Segment email@hidden
Developer tools and end-user products for Palm OS & Mac OS X
ICQ: 117292463
http://perso.wanadoo.fr/fpillet
_______________________________________________
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.