Hi,
Can someone shed some light on what this is:
http://pastie.org/pastes/4580387
I'm having the same errors with my app but have never noticed this until either
10.8 or Xcode 4.5. Thanks!
rc
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
On Sep 17, 2012, at 6:55 PM, Erik Stainsby wrote:
> On 2012-09-17, at 2:17 PM, Kyle Sluder wrote:
>
>> On Mon, Sep 17, 2012, at 02:12 PM, Tim Schröder wrote:
>>> Use something like this:
>>>
>>> NSRect frame = [[statusItem valueForKey:@"window"] frame];
>>
>> Don't do this. -[NSStatusItem wi
On 2012-09-17, at 2:17 PM, Kyle Sluder wrote:
> On Mon, Sep 17, 2012, at 02:12 PM, Tim Schröder wrote:
>> Use something like this:
>>
>> NSRect frame = [[statusItem valueForKey:@"window"] frame];
>
> Don't do this. -[NSStatusItem window] is private API and is not
> guaranteed to exist.
>
> Cr
On Sep 17, 2012, at 4:19 PM, Graham Cox wrote:
>
> On 18/09/2012, at 4:12 AM, Corbin Dunn wrote:
>
>>> 14/09/12 9:02:18.578 AM WindowServer[108]: CGXSetWindowShape: Operation on
>>> a window 0xf87 requiring rights kCGSWindowRightOwner by caller Artboard
>>> 14/09/12 9:02:18.578 AM Artboard[4
On 18/09/2012, at 4:12 AM, Corbin Dunn wrote:
>> 14/09/12 9:02:18.578 AM WindowServer[108]: CGXSetWindowShape: Operation on a
>> window 0xf87 requiring rights kCGSWindowRightOwner by caller Artboard
>> 14/09/12 9:02:18.578 AM Artboard[47282]: _NXPlaceWindow: error setting
>> window shape (1001
On Sep 17, 2012, at 2:55 PM, Erik Stainsby wrote:
> HI,
>
> I'm wondering if anyone can explain to me (or point me in the right
> direction) as to how I can determine the current position of my stats bar
> item at runtime. It seems that the status bar mechanisms are unpublished
> except for
On Mon, Sep 17, 2012, at 02:12 PM, Tim Schröder wrote:
> Use something like this:
>
> NSRect frame = [[statusItem valueForKey:@"window"] frame];
Don't do this. -[NSStatusItem window] is private API and is not
guaranteed to exist.
Create a view, assign it to your status item, and use that for yo
Use something like this:
NSRect frame = [[statusItem valueForKey:@"window"] frame];
Tim
Am 17.09.2012 um 22:55 schrieb Erik Stainsby :
> HI,
>
> I'm wondering if anyone can explain to me (or point me in the right
> direction) as to how I can determine the current position of my stats bar
>
HI,
I'm wondering if anyone can explain to me (or point me in the right direction)
as to how I can determine the current position of my stats bar item at runtime.
It seems that the status bar mechanisms are unpublished except for the very
basic use of popping an item into the collection and han
On Sep 13, 2012, at 4:15 PM, Graham Cox wrote:
> Grrr... and here's exactly the sort of stupid thing that I was referring to a
> moment ago in another thread...
>
>
> I'm attempting to show an NSOpenPanel as a sheet, app is sandboxed. This has
> always worked perfectly fine:
>
> NSOpe
Maybe you are correct. I have found a couple of other cases where Sandboxing
limits the functionality of my application.
I'm beginning to think maybe I should not Sandbox.
By the way, none of the applications I have downloaded from the MAS are
Sandboxed.
Seems to be a lot of exceptions being ma
On Sep 17, 2012, at 8:59 AM, Chris Paveglio wrote:
> I'm trying to build a little app to drag and drop image files (or any files
> really) onto an InDesign document. What is the correct file type to use?
> NSURL or a string with the file path? I've tried both but neither work for me.
If InDes
On Sep 17, 2012, at 8:59 AM, Chris Paveglio wrote:
> I'm trying to build a little app to drag and drop image files (or any files
> really) onto an InDesign document. What is the correct file type to use?
> NSURL or a string with the file path?
Can't answer that for sure. It depends on what dra
I'm trying to build a little app to drag and drop image files (or any files
really) onto an InDesign document. What is the correct file type to use? NSURL
or a string with the file path? I've tried both but neither work for me.
I'm sure I might have another problem with my drag and drop implement
On Sep 17, 2012, at 12:48 AM, Manfred Schwind wrote:
> when an app tries to access the contacts (via Address Book Framework), OS X
> recently asks the user first if this should be allowed. This question is
> asked only once per app, then the app is "on the list" and this list can be
> seen in S
Am 17.09.2012 um 09:48 schrieb Manfred Schwind :
> Furthermore I am not entirely sure, but I think when this contacts questions
> was asked for Pages I saw a description WHY Pages want to access the
> contacts. But I could not find any API to set such a description. So my
> second question is
Hi,
when an app tries to access the contacts (via Address Book Framework), OS X
recently asks the user first if this should be allowed. This question is asked
only once per app, then the app is "on the list" and this list can be seen in
System Preferences - Security & Privacy - Privacy - Contac
17 matches
Mail list logo