0
votes
1answer
10 views
How to use SpaceBar button inside an application to invoke quick look
i had displayed some images in collectionview. now i want to select the image and press space button. If i pressed Space button , the image should quicklook in a seperate window. any idea?
0
votes
1answer
12 views
How do I detect QTMovie stop playing?
I have done the following - once played a QTMovie (on Mountain Lion) and wanted to get notification when a movie ended. But the notification never got called! Can anybody tell me what have I done ...
0
votes
1answer
69 views
Cocoa Application quit unexpectedly
I wrote an Objective-C Cocoa application which can open some unique file types defined by myself. If I run my application from Xcode and drag and drop one of these unique files on my running ...
1
vote
0answers
29 views
NSTokenField selection list shows empty space while scrolling
While using NSTokenField something strange is happening, as shown in the images below :
As I type A, selection from popup is shown.
I scrolled it
Some more scroll, and it went below the ...
0
votes
0answers
19 views
How to insert Horizontal bar in NSCollectionView?
How to insert Horizontal bar in NScollectionview like as below
0
votes
1answer
41 views
Using IBOutlet in child class (Cocoa OSX)
Ok, so I have a class named "AmazingClass" that I use to generate a sheet to save a file. In it there is an NSView with extra options. It works well, but now I want to have more windows with the same ...
0
votes
0answers
11 views
IBAction not yet called in the custom NSView in the iCarousel
I have a custom NSView which is having QTMovieView and play/pause NSButton. I am using iCarousel to show the projects in a coverflow type.
The custom NSView is created using the nib file.
The ...
1
vote
1answer
40 views
Can't code sign helper app properly
I'm trying to code sign my helper app.
I've created a separate provisioning profile for it, it is valid and works.
I can archive and export it for Mac App Store submission.
However, when I run the ...
0
votes
2answers
28 views
Application next to Spotlight
I am looking to create an application that I can keep next to Spotlight.
Application like Dropbox, Mint, Alfred reside there and live through out the life of OS.
Where should I start?
Thanks in ...
1
vote
0answers
23 views
How to get the drag destination url when I drag item form NSCollectionView to Finder
I am developing a function that copy the file to Finder when I drag a NSCollectionViewItem to Finder,so I implement the following delegate:
- (BOOL)collectionView:(NSCollectionView *)cv ...
0
votes
0answers
16 views
How to open external links to safari/chrome browser in Cocoa
I'm a newbie in Cocoa development.
I have read about using WebPolicyDelegate. However, I can't seem to have it work the way it should. I want the app to open external links and have it launched in a ...
0
votes
1answer
29 views
NSNumberFormatter interfering with NSString intValue
I have an NSForm that is being used to display content to the user. The form can either be updated via the application by connecting to an web hosted XML file or manually edited by the user. Through ...
1
vote
1answer
20 views
cmake generate Xcode project from existing sources
This is what i have, when i starting generation:
iMac:IXCSoftswitch alex$ /usr/bin/cmake -G Xcode .
-- CMAKE_SOURCE_DIR = /Users/alex/Desktop/ixc-v/IXCSoftswitch, CMAKE_BINARY_DIR = ...
1
vote
1answer
32 views
How to force all subviews of NSSplitView to be visible at startup?
I am making a UI completely programmatically. I made a NSWindow, and attached a NSSplitView. The problem is first subview of the split-view always become collapsed when window shows up at program ...
0
votes
1answer
56 views
Objective c: Bad access error when using performSelectorOnMainThread
Here is the problem.
I have a method called -(void)searchingInBackground which is running in background (performSelectorInBackground).
In this method, I have couple of different threads which are ...
0
votes
2answers
10 views
NSView invisible unless I override drawRect, and then it gets clipped even if setMasksToBounds is NO on superview's layer
Trying to add a NSView to an existing NSView, but I'm failing miserably for some strange reason. I'm doing this:
_resizeView = [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 10, 10)];
...
0
votes
1answer
13 views
How to save a image from web using its own filename
i'm having a array of web urls redirecting images. Is it possible to download images directly and save it using its default file name.
0
votes
0answers
12 views
Error on RegisterEventHotKey on Mountain lion
I am creating an application for MAC App Store. That will magnify the content under application's main window.I am using keyboard shortcuts to perform some operations (eg. Change shape, Window size,
...
1
vote
2answers
34 views
Image download was not in proper order
NSOperationQueue *queue = [NSOperationQueue new];
NSInvocationOperation *operation;
for(int k=0; k<[imageArray count]; k++)
{
operation = [[NSInvocationOperation alloc] initWithTarget:self ...
1
vote
1answer
32 views
Created recessed NSButton not displayed correctly
I just created some basic NSRecessedBezelStyle NSButton programmatically, the codes are listed below:
NSButton *btn = [[NSButton alloc] initWithFrame:NSMakeRect(80 + 110 * i, 11, 100, 19)];
[btn ...
4
votes
3answers
63 views
How can I show my app is not a keylogger?
I've created a simple Mac app that gives you statistics on your working behavior over time. For example, your average words per minute, what language you are typing in, usage of the delete key, etc. ...
0
votes
1answer
18 views
applicationDidBecomeActive doesn't fire in OSX application
In my app i have the following setup :
// .h
@interface MyDocument : NSPersistentDocument <NSApplicationDelegate>
{
...
}
// .m
@implementation MyDocument
-(void) ...
0
votes
0answers
14 views
Trouble setting up arrayController with NSTableView and Core Data
I am trying to set up multiple tables in a single window along with a core data model with related entities. Some of which have dictionaries and arrays as attributes. I have turned to manually ...
1
vote
0answers
32 views
Change password of PDF file
How can i change the password of a pdf file programmatically?
I have multiple pdf files in a folder and I want to change the password of all of them. I load the pdfs as described in the Quartz 2D ...
1
vote
1answer
25 views
NSSplitView issues with 10.7 and 10.8
i'm experiencing some issues with AutoLayout. Building for 10.8 with Xcode 4.6.2 none of the constraints i setup work for OSX 10.7. Are there any known issues around this?
Thanks!
1
vote
1answer
28 views
Cocoa : How to intercept a right click on a free (no icon) area of the desktop?
I would like my app to react to a right mouse click on a free (no icon, other app window, ...) area of the desktop.
Thank you if you can help me.
Steven
1
vote
1answer
26 views
Detection of framework usage on Mac system?
I wanted to develop sample framework on OSX with having requirement that at any point in time the framework should be used by only single client, i am not getting how to achieve this ? is their any ...
0
votes
0answers
32 views
NSOutlineView selected item move
I have an NSOutlineView which has two groups and select one item when init. When I click HeaderCell and let one group collapse and the other expand, the selected item moves to the next group. Why does ...
0
votes
0answers
20 views
dispatch_queue_set_specific memory leak
i'm using GCDAsyncUdpSocket in my project (osx 10.8.3) and after some time i got memory increase in that area:
- (id)initWithDelegate:(id)aDelegate delegateQueue:(dispatch_queue_t)dq ...
0
votes
0answers
44 views
+50
How to add Scheduling in a Sandboxed app?
I need to add scheduling to my app. So that my app will launch automatically at a specified time and date. I have done it by referring Scheduling Timed Jobs. I have placed the plist file for ...
0
votes
1answer
13 views
How to bring all the app's windows to front when making active just one?
In my application I have 4-5 windows on screen simultaneously. Sometimes while working some of the windows can go back behind some other app's windows (behind xcode or safari for example). Then, when ...
1
vote
0answers
18 views
How to merge row of selected column like excel sheet in cocoa
I am trying to implement similar functionality(merging rows and highlight it by color) of microsoft excel sheet. is there any methods, api or any sample code for such type of functionality.
1
vote
1answer
35 views
Retina version of an image always used on non-retina display
In Cocoa application I've got 16x16 and 32x32 @2x version of an image: . When the image is displayed in NSImageView Mac OS X always picks higher-resolution version (i.e. downscales the @2x image on ...
0
votes
1answer
19 views
What is the equivalent to [NSPatternColor CGColor] in OS X 10.7?
I have the following code that works fine in OS X 10.8:
[viewLayer setBackgroundColor:[NSColor colorWithPatternImage:[NSImage imageNamed:@"editbackground.png"]].CGColor];
But when I used it on OS X ...
1
vote
1answer
22 views
how to move NSWindow to a particular screen?
In my app I need to be able to move my app's windows between the screens programmatically. I'm working on my MacBookPro and I'm connected to DELL monitor. So what I want to do is to have a method that ...
-1
votes
0answers
29 views
Use chrome or firefox cookie jar in osx application
I have written an os x app, but I have a problem.
My program logins on the site each time it downloads a file. It use safari cookie jar, when logins, so safari is logined on this site after my program ...
0
votes
1answer
23 views
My Mac app is crashing on OS X 10.7 (from tester reports). How can I test on 10.7 when my dev machines are 10.8?
I have a Mac app that I built on the latest Xcode on an OS X 10.8 machine. Some of our beta testers are getting crashes on 10.7. Here in the office we don't have any machines with 10.7 on them.
On ...
1
vote
2answers
44 views
Perform commands in Mac application sandbox?
I need my application to perform a command while in the Sandbox. This is the code I have so far:
// Set up the task
NSTask *task = [[NSTask alloc] init];
[task setLaunchPath:@"/bin/bash"];
NSArray ...
1
vote
0answers
13 views
xcode 4.6.2 alert “Could not launch “TrackMix” Connection refused”when run cocoa aplication
When I try to run cocoa sample application "TrackMix" in xcode 4.6.2(docs), it throws the alert:
Could not launch “TrackMix”
Connection refused
How could I resolve it.
2
votes
1answer
105 views
Issue with the new iTunes 11.0.3 and ScriptingBridge (specifically the 'playerPosition')
Two or three days ago Apple introduced a new updated for iTunes: a new miniplayer, a new player time bar, etc... And I thought: "sweet!". But I found a new issue with it, and here's my problem:
A long ...
1
vote
1answer
39 views
How to find monitor count in mac os by Cocoa?
I want to find count of monitor in mac OS by Cocoa.I can not use carbon.This code written in carbon but i want to do it in Cocoa framework.
CGDisplayCount dspCount;
CGError err ;
err = ...
0
votes
1answer
25 views
Steps to convert a new xcode cocoa project using 1 controller per nib
I want to start off my new xcode project using 1 nib per controller. By default it seems xcode creates:
1. delegate .h/.m
2. MainMenu.xib
And looking at the targets for the project, I see that the ...
1
vote
1answer
32 views
How to make the NSAlert's 2nd button the return button?
I'd like to make something like this NSAlert:
As you can see, the 'return' button is the second one. How can I do this?
Here's an example of the code that I use to create my NSAlert, but the first ...
0
votes
0answers
30 views
How to pass Login With Google Process in Cocoa WebView
I am developing a cocoa app for Mac OSX. It's a basic browser application and I use webview component.
In the page I want to connect, there is standard Login with Google Account button in order to ...
1
vote
1answer
22 views
Sandboxing and security-scoped bookmarks
I'm writing an app which tracks disk usage. For that I let the user select drives (represented as URLs starting with /volume). I save the info using core data. Now I'd like to implement sandboxing and ...
0
votes
1answer
39 views
Mac application bundle ID not changing
I am trying to change my Mac's app ID, but it's simply not being updated!
I changed the plist, however, when I run the game center code, I get his:
NSUnderlyingError=0x1013a1a50 "The operation ...
1
vote
0answers
19 views
NSURLBookmarkCreationPreferFileIDResolution has no effect
I'm trying to create a Bookmark that locates a file even after it's been moved or renamed. Here I create & store a Bookmark for ~/Desktop/file.txt:
- (void) writeBookmark {
NSURL* ...
0
votes
0answers
14 views
core data(possible in memory) locked my processes osx
on osx 10.8.3 i have sometime strange mistake (my app freezed sometimes as no responding with 72 threads). A sampler of process gives me a lot of processes, most of them bellow.
Can you suggest any ...
0
votes
1answer
18 views
Xcode: get lighting information of a picture or predominant color
I need to detect the predominant color or the ligthing of a picture.
It is possible? And how?
It is possibile to extract that data from a CGIMAGE?
Thanks
1
vote
0answers
24 views
objective-C dragging images into NSTextView subclass
I’ve created a Cocoa-made text editing application that mimicks TextEdit with some
other features added. I use a subclass of NSTextView. My problem is, I can’t drag images (jpeg for example), into my ...

