PDFView not rendering pages on scroll

2013-11-02 Thread Martin Hewitson
Dear list, I have an app which uses a PDFView to display (not surprisingly) a PDF. If I compile the app with the 10.9 SDK then I see two new 'features': 1) I implement -drawPagePost: in my PDFView subclass to draw my own highlight/focus ring around the PDF pages. This does not get updated when

Re: Crash in 10.9 decoding NSAttributedString

2013-11-02 Thread Graham Cox
Sure, but I need a fix, even if temporary. I can probably simply not dearchive that object, but… I just call -[coder decodeObject:… forKey:…], but the actual object that could be returned is of almost any kind in this particular case. Without decoding it I can’t tell what class it’s going to

API for volumes

2013-11-02 Thread Luther Baker
I'd like to create a UI around mounting and dismounting Volumes, specifically, encrypted volumes. Knox https://agilebits.com/knox does this and obviously Disk Utility amongst others. I believe most core functionality can be had by exec'ing

Re: API for volumes

2013-11-02 Thread Maxthon Chan
Your program sounds like a functional duplicate of TrueCrypt and you can look at their source code to find out how. Dist Utility seem like a wrapper of diskutil and hdiutil to me. On Nov 2, 2013, at 22:07, Luther Baker lutherba...@gmail.com wrote: I'd like to create a UI around mounting and

[MEET] Toronto CocoaHeads / tacow - November 12

2013-11-02 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, November 12, 2013 in meeting room 302 of Metro Hall. Rob Rix will be discussing lazy evaluation, NSFastEnum, and the origin of RXCollections. For more details and to RSVP, head over to http://www.meetup.com/tacow-org/events/126778692/.

Re: API for volumes

2013-11-02 Thread Charles Srstka
On Nov 2, 2013, at 9:07 AM, Luther Baker lutherba...@gmail.com wrote: I'd like to create a UI around mounting and dismounting Volumes, specifically, encrypted volumes. Knox https://agilebits.com/knox does this and obviously Disk Utility amongst others. I believe most core functionality