Re: [OT] iTunes 11.1 Beta

2013-09-19 Thread Jeff Smith
You can use Google to search Apple's dev site... site:https://developer.apple.com iTunes You can also use it to search the archive for this list... site:http://lists.apple.com/archives/cocoa-dev iTunes Jeff >Found it now, thanks. It's ok I am an Apple Mac and iOS Developer. The Apple

Re: pathForResource:ofType: iOS bug?

2013-07-07 Thread Jeff Smith
Whoops! It looks like it was my program after all. I quit Xcode and threw out all of the derived data and tried it again. Now it's working correctly in the test program. Sorry about that... ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.

pathForResource:ofType: iOS bug?

2013-07-07 Thread Jeff Smith
Hi, pathForResource:ofType: is returning a path string with 4 garbage characters added to the end of the string. To make sure it wasn't my program causing the problem I created a new iOS project to try it out and it does it too. Empty Application Devices - Universal No - Use Core Data No

Plus sign key equivalent.

2012-10-14 Thread Jeff Smith
Hi, I'm trying to set the key equivalent for a menu item to the plus sign. Interface Builder won't let you do that. I tried doing it manually with [item setKeyEquivalent:@"+"]; But to make it work you have to hold down the shift key. Any ideas? thanks Jeff __

Re: Adding "Import" to a document based application

2011-10-07 Thread Jeff Smith
No that doesn't sound right. And yes there is a better way. NSOpenPanel. >I want to add "Import" to a document based application but wasn't quite >sure if I was going about it right. > >I was going to override runModalOpenPanel:forTypes to set forTypes to the >import types and invoke URLsF

Adding "Import" to a document based application

2011-10-06 Thread Jeff Smith
Hi, I want to add "Import" to a document based application but wasn't quite sure if I was going about it right. I was going to override runModalOpenPanel:forTypes to set forTypes to the import types and invoke URLsFromRunningOpenPanel. A flag would be set so runModalOpenPanel:forTypes would