Finder window redraw so fast at large sizes?
On Fri, Mar 26, 2010 at 7:19 AM, Jens Alfke wrote:
>
> On Mar 26, 2010, at 3:36 AM, Daniel Weber wrote:
>
>> Is there some way to speed this up? Could something else be going on?
>
> Sample it and find out. The way I do it is:
>
Ok, I finally managed to get all the drawing/event-handling code
working for my borderless window subclass. The only problem I have
left now is performance. I have a basic formula in the mouseDown
method that does a little arithmetic and sets the window's new frame.
It works fine when the window is
I'm working on an application that suggests things as you type into an
NSTextField. I'm using Safari 4 as a reference and see that Apple used
what looks like an NSMenu under Leopard as the popup box. Under Safari
3, this looked like a simple NSTableView. My question is, is it
actually possible to p
I have a single nsview that draws the main content area for my application
and a bottom statusbar. This was done instead of using two different views
so the user can move objects from the statusbar to the main content area,
all with core animation effects. The view is not opaque. The problem I'm
ha
Hi, I have a custom view that takes up the whole frame of my textured
window. Normally, the corners of a textured window are rounded. However,
since my custom view is rectangular, it draws over the rounded corners. I am
using Core Animation to draw in the view. I think what I need to do is clip
my
Hi everyone. I have an NSView with some appkit drawing code that I'm trying
to convert to core graphics drawing code. One thing I'm having trouble with
is the transition from NSBezierPath to CGPath. Basically in my application,
I want to animate the drawing a curve. In other words, I want to show t