iPhone movie timestamp

2010-03-25 Thread John Wright
file or inside the iphone backup directory on the desktop? Thanks, John Wright ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Draw rounded NSImage

2009-12-07 Thread John Wright
. Also you should not need to explicitly set the winding rule. HTH Gideon On 05/12/2009, at 7:22 AM, John Wright wrote: I am trying to create a NSImage or NSImageCell with rounded corners inside a NSTableView. I can't get anything to work. Here is the best I have so far inside my

Draw rounded NSImage

2009-12-06 Thread John Wright
I am trying to create a NSImage or NSImageCell with rounded corners inside a NSTableView. I can't get anything to work. Here is the best I have so far inside my custom NSCell: - (void)drawInteriorWithFrame:(NSRect)frame inView:(NSView *)controlView {   if (thumbnailLink) {         NSURL *url =

Stretching NSImage PNGs smoothly

2009-11-19 Thread John Wright
CoreGraphics or some NSImage related API but couldn't find an equivalent method. Does anybody know how to do this in AppKit? Ref: http://stackoverflow.com/questions/663435/implement-view-like-standard-iphone-sms-chat-bubbles-view Thanks, John Wright