Re: NSTableView, 2mln rows, looks bad.
Re: NSTableView, 2mln rows, looks bad.
- Subject: Re: NSTableView, 2mln rows, looks bad.
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 4 May 2009 17:05:10 -0600
On May 4, 2009, at 2:46 PM, Тимофей Даньшин wrote:
Is it the problem of my design (i.e. i may have done anything wrong
while writing that), or is it a flaw of NSTableView? Are there any
workarounds?
Try rebuilding your application as 64-bit and see if that makes a
difference. NSTableView, like everything else in 32-bit Cocoa, uses
single-precision floating point to draw. In 64-bit Cocoa, double
precision floating point is used instead, so unless NSTableView wasn't
internally updated to use CGFloat, it ought to look better...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden