Zooming in and out in WebView

2012-05-17 Thread qvacua
Hi! I am having trouble to zoom in and out in WebView. I have a subclass of WebView with the following zoom code: - (void)zoomByFactor:(CGFloat)factor { WebFrameView *frameView = self.mainFrame.frameView; NSView *const docView = frameView.documentView; NSScrollView *scrollView = docV

_updateTrackingAreas really slow

2012-05-17 Thread mlist0...@gmail.com
I have an NSCollectionView with really simple (i.e. no tracking areas) item views. In a test case of about 1500 items, scrolling gets unacceptably choppy. I've tracked this down to calls to a private method, -[NSView _updateTrackingAreas]. While scrolling, _updateTrackingAreas is called for

Re: _updateTrackingAreas really slow

2012-05-17 Thread Corbin Dunn
Hi _murat,Please log a bug on this for us. --corbin On 05/17/12, "mlist0...@gmail.com" wrote: > I have an NSCollectionView with really simple (i.e. no tracking areas) item > views. > > In a test case of about 1500 items, scrolling gets unacceptably choppy. I've > tracked this down to calls

Re: iOS + and X buttons

2012-05-17 Thread Nathan Sims
On May 7, 2012, at 9:07 AM, Alex Zavatone wrote: > I just added a blue + button to my iOS button graphics. It's almost 100% > accurate and should be good enough if anyone wants to reuse it. > > The edges of the + inside the blue are not as sharp as Apple's, and the + > itself is almost pixel

Re: iOS + and X buttons

2012-05-17 Thread Alex Zavatone
I could darken them a bit if you really need it. On May 17, 2012, at 5:09 PM, Nathan Sims wrote: > > On May 7, 2012, at 9:07 AM, Alex Zavatone wrote: > >> I just added a blue + button to my iOS button graphics. It's almost 100% >> accurate and should be good enough if anyone wants to reuse it

tons of CFURLCache worker threads?

2012-05-17 Thread Martin Wierschin
Hello all, Does anyone know anything about "com.apple.CFURLCACHE_work_queue" and how many of these queues/threads should be running at once? Normally I wouldn't care about such a detail, and naturally I shouldn't, but I have several collected crash reports where these threads are proliferating.

getting metadata for a file on iOS

2012-05-17 Thread Roland King
NSMetaDataQuery on iOS only works for iCloud, this I know, however the File Metadata Search Programming Guide says the following about searching the sandbox on iOS. " In order to search your application’s sandbox, you will need to traverse the files within the sandbox file system recursively us

Re: getting metadata for a file on iOS

2012-05-17 Thread Quincey Morris
On May 17, 2012, at 19:56 , Roland King wrote: > NSMetaDataQuery on iOS only works for iCloud, this I know, however the File > Metadata Search Programming Guide says the following about searching the > sandbox on iOS. > > " In order to search your application’s sandbox, you will need to travers