Re: Memory Leak on UIImage resizableImageWithCapInsets

2014-01-03 Thread Sasikumar JP
Hi, Thank you for the reference. I want to try with replacing [UIImage imageNamed:] method with [UIImage imageWithContentsOfFile:] to check for memory leak. As my Images are stored in Image asset(Images.xcassets). I dont know how to read the image from image asset. [[NSBundle mainBundle] path

Re: NSShadow with [bezierPath addClip]

2014-01-03 Thread Gordon Apple
Whoa! I fired that off without thinking. The problem was with AVCapturePreviewLayer, not AVPlayerLayer. I logged that and apparently it sets it to YES internally. I set it to NO and am now getting a shadow for the unmasked version. However, I do (optionally) apply a shaped masking layer, which

Re: NSShadow with [bezierPath addClip]

2014-01-03 Thread Gordon Apple
The default of masksToBounds in CALayer is NO. I had my subclass of AVPlayerLayer log it, and it does show it is still NO. On 1/3/14 3:18 PM, "David Duncan" wrote: > On Jan 3, 2014, at 11:09 AM, Gordon Apple wrote: > >> David, >> >> Now, if someone could just tell me why AVPlayerLayer won¹t

Re: libcrypto linking problem in Leopard

2014-01-03 Thread St John, David R
> >On Jan 3, 2014, at 2:37 AM, Jean-Daniel Dupas >wrote: > >> The simplest advice is don't use libcrypto. >> >> If you just need simple functionality, you may have a look at the >>CommonCrypto API which is partially available on 10.5 ( I think Digest >>and Cryptors where available at this time).

Re: NSShadow with [bezierPath addClip]

2014-01-03 Thread David Duncan
On Jan 3, 2014, at 11:09 AM, Gordon Apple wrote: > David, > > Now, if someone could just tell me why AVPlayerLayer won¹t produce a shadow, > when there is no such problem with QTMovieLayer in the same environment... Is masksToBounds set to YES on the layer? -- David Duncan ___

Re: NSShadow with [bezierPath addClip]

2014-01-03 Thread Gordon Apple
> David, > > Now, if someone could just tell me why AVPlayerLayer won¹t produce a shadow, > when there is no such problem with QTMovieLayer in the same environment... > > > === > Message: 1 Date: Wed, 01 Jan 2014 17:44:01 -0800 From: David Duncan >

Re: libcrypto linking problem in Leopard

2014-01-03 Thread Charles Srstka
On Jan 3, 2014, at 2:37 AM, Jean-Daniel Dupas wrote: > The simplest advice is don't use libcrypto. > > If you just need simple functionality, you may have a look at the > CommonCrypto API which is partially available on 10.5 ( I think Digest and > Cryptors where available at this time). > > I

10.9 breaks overriding -[NSWindowController windowTitleForDocumentDisplayName:]

2014-01-03 Thread Jerry Krinock
If you own an app which overrides -[NSWindowController windowTitleForDocumentDisplayName:] to provide a custom document window title, for example, to append a suffix, it probably has a little break in 10.9… 1. Create a new document. 2. Click in the menu: File > Duplicate. A new window appear

Re: Status Bar problem

2014-01-03 Thread Gerriet M. Denkmann
Le 3 Jan 2014 à 16:54, Roland King a écrit : >> >> But the iPad version does NOT work (status Bar overlaps): >> > > ... > >> When I Toggle In-Call Status Bar the UILayoutContainerView does not change. >> BUT: here the status bar overlaps the top of the UITableView, which looks >> rather ugl

Re: Status Bar problem

2014-01-03 Thread Roland King
> > But the iPad version does NOT work (status Bar overlaps): > ... > When I Toggle In-Call Status Bar the UILayoutContainerView does not change. > BUT: here the status bar overlaps the top of the UITableView, which looks > rather ugly. > > > What am I doing wrong? > What does the in-call

Status Bar problem

2014-01-03 Thread Gerriet M. Denkmann
This works: MyViewController *wwc = ... self.navController = [[UINavigationController alloc] initWithRootViewController: wwc ]; self.window.rootViewController = self.navController; In the Simulator for a iPhone 3.5 I see: https://lists.apple.com/mailman/options/cocoa-dev/archive

Re: libcrypto linking problem in Leopard

2014-01-03 Thread Jean-Daniel Dupas
Le 3 janv. 2014 à 08:15, Appa Rao Mulpuri a écrit : > Hi List, > > I am using Mac OS X 10.8 SDK for the development and deployment target set to > Mac OS 10.5. I am using libcrypto dylib in my code base, application is > working fine in all the OS, except in Leopard. Application is failing to

Re: libcrypto linking problem in Leopard

2014-01-03 Thread Jens Alfke
On Jan 2, 2014, at 11:15 PM, Appa Rao Mulpuri wrote: > I am using Mac OS X 10.8 SDK for the development and deployment target set to > Mac OS 10.5. I am using libcrypto dylib in my code base, application is > working fine in all the OS, except in Leopard. Application is failing to > launch in