unsubscribe

2014-05-27 Thread Ben Kazez
On May 27, 2014, at 3:41 PM, cocoa-dev-requ...@lists.apple.com wrote: > Send Cocoa-dev mailing list submissions to > cocoa-dev@lists.apple.com > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.apple.com/mailman/listinfo/cocoa-dev > or, via email, send a me

Re: Remove redundant AM/PM when formatting a time range?

2014-04-15 Thread Ben Kazez
>> I’m trying to create a compact time range format, like “2am-4pm” or >> “2-5:30pm”. I am constructing the format string using >> -dateFormatFromTemplate:options:locale:, omitting the minutes from the >> template if that component is zero. Is there an internationalization-safe >> way that I ca

Remove redundant AM/PM when formatting a time range?

2014-04-11 Thread Ben Kazez
Hello, I’m trying to create a compact time range format, like “2am-4pm” or “2-5:30pm”. I am constructing the format string using -dateFormatFromTemplate:options:locale:, omitting the minutes from the template if that component is zero. Is there an internationalization-safe way that I can remov

Re: Snazzy open-source slideshow controls

2008-04-29 Thread Ben Kazez
see it demonstrated in the IKSlideShowDemo sample code. regards, douglas On Apr 28, 2008, at 5:48 PM, Ben Kazez wrote: Hi everyone, An app I'm developing has a full-screen slideshow-like view that would benefit greatly from controls like those shown for Finder and Mail photo slidesho

Snazzy open-source slideshow controls

2008-04-28 Thread Ben Kazez
Hi everyone, An app I'm developing has a full-screen slideshow-like view that would benefit greatly from controls like those shown for Finder and Mail photo slideshows -- fade in/out on mouse movement, display white buttons, partial transparency, etc. (though I only need back/forward/ exit

Re: Crash in NSView

2008-03-01 Thread Ben Kazez
On Mar 1, 2008, at 5:02 PM, I. Savant wrote: I'm getting a crash in my source-list-style outline view when my app is in the background and I drag on any of the rows of the view: ... and the crash signal would be? EXC_BAD_ACCESS. Ben ___ Cocoa-d

Crash in NSView

2008-03-01 Thread Ben Kazez
Hi everyone, I'm getting a crash in my source-list-style outline view when my app is in the background and I drag on any of the rows of the view: -[NSWindow sendEvent:] ... 584 forwardMethod 584 forwardMethod 584 forwardMethod 584 -[NSView _nextResponderForEvent:] 584 -[NSView hitTest:] 584 -