Using NSScrollView to scroll Infinitely

2011-06-23 Thread bmaclist
I'm running into a problem in 32bit builds with NSScrollView scrolling past the 24 bits of CGFloat (float in 32bit, double in 64bit builds). Is there any way to specify a 'Screen Sized' (ie. float range) documentView and an int64 offset (or something similar), so that my drawing of the document

How do you remove an item from recentDocumentURLs?

2010-09-24 Thread bmaclist
If a valid document gets into my 'Recent Documents' menu, and then gets corrupted such that I am unable to open it, how can I programmatically remove it from the Recent Documents list (without removing everything in the list)? Documentation says overriding recentDocumentURLs isn't used by the D

How to remove an item from recentDocumentURLs

2010-09-23 Thread bmaclist
f a valid document gets into my 'Recent Documents' menu, and then gets corrupted such that I am unable to open it, how can I programmatically remove it from the Recent Documents list (without removing everything in the list)? Documentation says overriding recentDocumentURLs isn't used by the Do