menuNeedsUpdate for key equivalents?

2014-03-17 Thread Jim Prouty
Our app allows the user to write programs and to create custom menus and menu items, including setting key equivalents. Because the key equivalents are under user control and because we re-use some for multiple purposes, menu items' key equivalents change a lot. We need to get a chance to updat

menuNeedsUpdate for key equivalents?

2014-03-17 Thread Jim Prouty
Our app allows the user to write programs and to create custom menus and menu items, including setting key equivalents. Because the key equivalents are under user control and because we re-use some for multiple purposes, menu items' key equivalents change a lot. We need to get a chance to updat

Saving while opening with NSDocument

2014-03-17 Thread Colas B
Hi (this is my first email on the Apple mailing list) ;-) I would like to perform `saveDocument:` in the process of opening a document (I call this method in `- (id)initWithContentsOfURL:ofType:error:`. It does not work because of a deadlock. I would like to know if you have any idea about that

Finder Tags API

2014-03-17 Thread Ben Staveley-Taylor
I’m trying to understand the Finder Tags APIs in Mavericks. I would like to set a custom Finder Tag on a number of files, ensure it appears in the Finder sidebar tag set, and assign it a color so the user can gather the files easily in the Finder. My application is a file manager and moves files

How to create a Tags selection field in a dialog

2014-03-17 Thread Ben Staveley-Taylor
I’m considering making use of the Finder Tags functionality in Mavericks but the APIs seem a little sparse. I want to create a UI with a field like the Tags: field on the Save As dialog so I can ask the user “Which tags do you want to use on files of this purpose?” This would not be at the poin

Re: NSNumber : method to return pointer to represented value

2014-03-17 Thread Mike Kluev
> I require an pointer to the value represented by an NSNumber. > ... > I am using NSNumber instances in collections as keys. i may not fully understand your question, but can you not just use NSValue valueWithPointer as your collection keys? or, if a number at all, the number matching the pointer

Re: Display selectd sub-menuItem in NSPopUpButton

2014-03-17 Thread John Joyce
On Feb 15, 2014, at 12:29 AM, Keary Suska wrote: > On Feb 14, 2014, at 5:02 AM, Leonardo wrote: > >> I have filled my NSPopUpButton with menu and submenus. >> >> When I select a menuItem on the root menu (so, not a sub-menuItem), it >> propery displays the menuItem selected. And when I re-clic

Re: EULA presentation requirements?

2014-03-17 Thread rick.langschultz
Doesn't ELLA stand for end-user LICENSE agreement, aren't such licenses prohibited per the clear language in the agreement as outlined? My rule,  if you have a question about it, don't.  Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Rick Mann Date:0

provisioning profile is ignored

2014-03-17 Thread Mike Kluev
i am signing my mac app with developers provisioning profile that contains few uuids. then i am trying to run this app on the mac which uuids is not included in the provisioning profile. i expect the app fail to run, but it runs fine. am i missing something?

Re: Animation on gesturing

2014-03-17 Thread Roland Bosa
I think something similar is described in the WWDC 2013 Video: “Custom Transitions Using View Controllers” (218). On Jan 25, 2014, at 17:49, Eric Dolecki wrote: > The yahoo weather app does it for the iPad, you slowly swipe without > releasing and an animation is slowly moved through... It can

Re: RSA and libcrypto

2014-03-17 Thread James Moore
I might as well post my gist for building openssl and lib crypto fat binaries in case someone wants a “build it once” solution https://gist.github.com/foozmeat/5154962 It supports: Mac: i386 and x86_64 iOS: armv7, armv7s, and i386. It will add arm64 and x86_64 support for iOS 7 SDK (the defaul

Getting the ImageBackground example to work on Mavericks

2014-03-17 Thread Sebastien Boisvert
I pulled out the older ImageBackground example (which shows a custom background image in a NSTableView/NSOutlineView) and am trying to make it work under Mavericks. For the most part, it's working fine by explicitly disabling support for responsive scrolling. The only glitch that remains is ex

Re: Simple NSDatePicker query

2014-03-17 Thread jonat...@mugginsoft.com
On 17 Mar 2014, at 14:51, Reinhard Segeler wrote: > Check the project "DatePicker" in the documentation. It should allow you, > solving your problem. > The textual pickers in the example project display as dd/mm/. So no solution that I can see. J _

Re: Simple NSDatePicker query

2014-03-17 Thread Reinhard Segeler
Check the project "DatePicker" in the documentation. It should allow you, solving your problem. -- Reinhard Am 17.03.2014 um 13:32 schrieb jonat...@mugginsoft.com: > Is it correct that a textual NSDatePicker can only display dates in short > format ( dd/mm/ )? > Attaching a date forma

Re: Why is an IKImageBrowser method not firing?

2014-03-17 Thread Reinhard Segeler
1. Is the method really called? Log it... 2. Do you update the data source? 3. Is the data source reloaded after updating? -- Reinhard Am 13.03.2014 um 22:07 schrieb David Delmonte: > Hi all, I have a project that includes an NSSheet that displays images. The > data source methods to build

Simple NSDatePicker query

2014-03-17 Thread jonat...@mugginsoft.com
Is it correct that a textual NSDatePicker can only display dates in short format ( dd/mm/ )? Attaching a date formatter and setting say a long date format seems to have no effect. Jonathan ___ Cocoa-dev mailing list (Cocoa-dev@lists.