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
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
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
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
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
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
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
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
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
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
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
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
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:
>>
>>
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
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
> 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
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
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
> 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
19 matches
Mail list logo