Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Sean Todd
I modified my stringsdict file by adding the 2 plurality forms which I had not used previously: few and many. With this change I now see the expected outcome. OK--so I removed the 2 new key/value pairs so that the file was returned to its state when it was not working and re-checked. Behold, it

Pixel perfect drawing on magnified view

2013-10-29 Thread Kenneth Baxter
Hi, I have an NSScrollView and use the magnification property to zoom into my view. It's all layer backed and I'm redrawing on setNeedsDisplay:  I think that it draws in to the layer at 100% scale and then applies a transform to the layer, which leaves it looking blurry at large scale values e

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Kyle Sluder
On Tue, Oct 29, 2013, at 04:05 PM, Kyle Sluder wrote: > Hmm. I'm rereading the release notes and having a hard time mapping the > examples to the description of the feature. I've gotta figure out how > this works anyway, so I'm gonna try to build a test app myself. Whew. I've got a sample project

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Kyle Sluder
On Tue, Oct 29, 2013, at 03:56 PM, Kyle Sluder wrote: > On Tue, Oct 29, 2013, at 03:31 PM, Sean Todd wrote: > > ListWindows.strings: > > "%d Brick Categories” = "%d Brick Categories”; > > Okay, so it looks like you're not using the extended format specifier > syntax that the release notes imply ar

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Kyle Sluder
On Tue, Oct 29, 2013, at 03:31 PM, Sean Todd wrote: > ListWindows.strings: > "%d Brick Categories” = "%d Brick Categories”; Okay, so it looks like you're not using the extended format specifier syntax that the release notes imply are required. Make your strings files look like mine and verify whe

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Sean Todd
These are my entries in the 2 files: ListWindows.stringsdict: http://www.apple.com/DTDs/PropertyList-1.0.dtd";> %d Brick Categories NSStringLocalizedFormatKey Brick %#@num_categories@ num_categories

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Kyle Sluder
On Tue, Oct 29, 2013, at 02:45 PM, Sean Todd wrote: > I used the Property List resource template to generate a new property > list file and then changed the extension from .plist to .stringsdict. > I have also tried changing the file type in Xcode. Nothing has worked for > me. There is no mention o

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Sean Todd
I used the Property List resource template to generate a new property list file and then changed the extension from .plist to .stringsdict. I have also tried changing the file type in Xcode. Nothing has worked for me. There is no mention of any special way to create this type of file. There is

Re: Codesigning 3rd party framework

2013-10-29 Thread Graham Cox
On 29 Oct 2013, at 10:37 pm, Shazron wrote: > See http://furbo.org/2013/10/17/code-signing-and-mavericks/ he specifically > deals with your Sparkle.framework problem Brilliant You have saved my life (this week at any rate). —Graham ___ Coc

Re: Codesigning 3rd party framework

2013-10-29 Thread Shazron
See http://furbo.org/2013/10/17/code-signing-and-mavericks/ he specifically deals with your Sparkle.framework problem On Tue, Oct 29, 2013 at 5:30 PM, Graham Cox wrote: > Having just updated to Xcode 5.0.1, I can’t build one of our apps because > it uses the Sparkle framework, which isn’t codes

Re: Codesigning 3rd party framework

2013-10-29 Thread Sean McBride
On Tue, 29 Oct 2013 22:30:47 +0100, Graham Cox said: >Having just updated to Xcode 5.0.1, I can’t build one of our apps >because it uses the Sparkle framework, which isn’t codesigned. >Previously this wasn’t an issue but it seems Xcode is being a bit >stricter than before. > >Is there a way I can

Codesigning 3rd party framework

2013-10-29 Thread Graham Cox
Having just updated to Xcode 5.0.1, I can’t build one of our apps because it uses the Sparkle framework, which isn’t codesigned. Previously this wasn’t an issue but it seems Xcode is being a bit stricter than before. Is there a way I can codesign this module using my own credentials? I have lit

Re: MultiBinding

2013-10-29 Thread jonat...@mugginsoft.com
On 28 Oct 2013, at 20:35, jonat...@mugginsoft.com wrote: > On 28 Oct 2013, at 17:52, Gerd Knops wrote: > >> In Interface Builder text fields you can use "Value with Pattern" to combine >> multiple properties into a single output. Alternatively in code you can do >> something like this: >> >>

Re: Insane Spaces

2013-10-29 Thread Lee Ann Rucker
Try my devforum suggestion. From 10.6 to now, I have done everything possible to presentationOptions for Fusion's multi-monitor fullscreen, and having everything be a "real" fullscreen window works a lot better than faking it with the old "kiosk mode" tricks. And there are still known bugs in 1

Insane Spaces

2013-10-29 Thread Gordon Apple
Having a few issues here with the new screens/spaces feature. I use second monitor as presentation screen and do video capture from there. All the Mission Control prefs are checked, except for dashboard as a space. I use two spaces on main screen. First, the terminology is confusing. Mission C

Re: NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Kyle Sluder
> On Oct 29, 2013, at 8:59 AM, Sean Todd wrote: > > According to the Framework release notes and WWDC 2013 videos, -[NSBundle > localizedStringForKey:value:table:] is supposed to query a .stringsdict file > for a key before looking in a .strings file. However, I find that a > .stringsdict fil

NSBundle using .stringsdict files MIA in 10.9?

2013-10-29 Thread Sean Todd
According to the Framework release notes and WWDC 2013 videos, -[NSBundle localizedStringForKey:value:table:] is supposed to query a .stringsdict file for a key before looking in a .strings file. However, I find that a .stringsdict file is never used. I have created a property list file with the

NSOutlineView subclass not firing data source drag and drop methods

2013-10-29 Thread Michael LaMorte
I'm using the excellent NSOutlineView subclass PXSourceList in one of my applications. I'm trying to implement drag and drop to my PXSourceList instance. I have: connected both delegate and data source outlets in IB to my controller in awakeFromNib in the controller, set self as the delegate and

Re: NSWindow Level Side Effect - PopUp to Normal

2013-10-29 Thread Caylan Larson
> This works great… except when the window nears the main menu. If I get > close to the main menu, the child window’s frames start to get limited in > upward mobility. This causes drawing bugs. Strangely, the redrawing doesn’t > happen until I setFrame: (vs setFrameOrigin). However, draggin