Cocoa is Apple's application-development framework for Mac OS X, consisting of Foundation, Application Kit, and Core Data. Use the "cocoa-touch" tag for iOS questions.
0
votes
0answers
39 views
Renew/change the IP address of an iPhone programatically in iOS 6.1
I am developing an iPad/iPhone app for my own personal use on my own devices (i.e. not for submission to the App Store).
My app needs to change the IP addresses assigned to the cellular data (not ...
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. ...
1
vote
2answers
46 views
Navigating to a main ViewController that is already loaded without loading it again
I have a main view controller that loads some data from api, from there I move to another screen which shows details for a particular deal. I want to go back to the main controller, but when I use ...
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) ...
-2
votes
0answers
44 views
Reorder NSString, extern NSString *const hello; [closed]
I am using the Aviary SDK for an app and am confused about how to re-order the strings.
This key allows developers to customize the visibility of, and order in which
tools appear in the SDK ...
1
vote
0answers
31 views
Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?
The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
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 ...
2
votes
1answer
32 views
How can I make an NSTextField that has focus redraw itself?
I've subclassed and defined my own custom NSFormatter and NSTextField classes in order properly display SMPTE time code values (HH:MM:SS:FF). When the user selects to use drop-frame for the fps ...
0
votes
1answer
17 views
iOS export call logs to csv/excel or similar file in app
I know that I cannot read directly from the call_history.db, but I know that itunes can export the call logs onto a mac, and several other programs can do this to PC or osx.
Is there any sort of ...
1
vote
1answer
27 views
How to run a specific project when you have multiple projects in xcode?
If you have a xcode project like restkit that has the core code for restkit + examples that have their own project, how do you run a specific project?
https://github.com/RestKit/RestKit/
If you look ...
0
votes
0answers
9 views
Using NSGlyph and memory allocation
in a method to track line breaks frequently, for a NSTextView visibleRect, i am allocating memory for NSGlyph to use NSLayoutManager getGlyphs:range:.
should/can i find out how much memory this ...
1
vote
0answers
25 views
Is it possible to use a cocoa control like inputtoolbar in Phonegap?
I have an app developed in jqueryMobile and Phonegap for iOS. I would like to use a cocoa control I have found called InputToolbar
Is it possible?
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 ...
-5
votes
5answers
61 views
How to extract two numbers from an NSString? [closed]
Below is the string I have
NSString *myString = @"file_1_23.pdf";
^ ^^
What I want to extract is 1 & 23.
Any idea how to get this?
Other possible of string can be
...
2
votes
3answers
66 views
How to write 0x00 into file
I'm writing some application which will communicate (write only) with my custom USB-serial device. It is Cocoa (OS X) application and part which is related to this writing is coded in POSIX style.
I ...
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
0
votes
2answers
34 views
Drag Drop delegate for NSView could not set an attribute
I am using NSView delegate to read the dragged excel values. For this I have subclassed NSView. My code is like-
@interface SSDragDropView : NSView
{
NSString *textToDisplay;
}
...
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
45 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 ...
1
vote
2answers
41 views
Fail to jump from a portrait view to a landscape view
Everyone. I've got two views. The first view supports only landscape orientation and the second view supports all orientations. However, when the second view is portrait and a button is pressed, it ...
2
votes
3answers
86 views
Async image loading from url inside a UITableView cell - image changes to wrong image while scrolling
I've written two ways to async load pictures inside my UITableView cell. In both cases the image will load fine but when I'll scroll the table the images will change a few times until the scroll will ...
2
votes
1answer
36 views
Managing the memory for an object passed in to an in-out argument
I wonder how memory management must be done for method parameters that are used to pass values into the method and (optionally) return updated values from the method.
For example, the ...
0
votes
0answers
25 views
NSMenu Not connecting method of another class
-(void)rightMouseDown:(NSEvent *)theEvent
{
cvcont = [[CollectionViweItemSubClass alloc] init ];
NSMenu * m = [[NSMenu alloc] init];
//[cvcont openInFinder];----perfectly ...
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
votes
2answers
60 views
Difference between @property and variable within interface declaration [duplicate]
What's the difference between putting a variable inside of the @interface{} declaration in a header file, and putting in a @property after that declaration?
E.g.,
@interface GameCenterManager : ...
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
0answers
24 views
How can I ensure that NSOperationQueue uses only one thread?
ABAddressBookRef can only be accessed by one thread. I think a good model would be having a thread for ABAddressBookRef in the background, besides the main thread.
How can I ensure that there's only ...
1
vote
1answer
17 views
Why would subclassing NSFormatter prevent me from editing NSTextField's input?
I'm trying to format two NSTextFields for SMPTE time codes, which have the format:
HH:MM:SS:FF. However, when the user switches the SMPTE code to drop-frame, the delimiter between SS and FF needs to ...
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
30 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
0answers
25 views
Reduce Choppy Scrolling in Objective-C?
I've read several other topics on stackoverflow about this, but none helped solve the issue. My app loads images from the web, and the user can scroll and the app will load more and more images. It ...
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 ...
0
votes
0answers
20 views
Custom view for NSMenuItem in menu bar app and cursor keys
I am trying to create a simple menu bar application with Cocoa. There are lots of tutorials for it and i got it working - up to a certain point:
My NSStatusItem gets displayed in the status bar, my ...
0
votes
0answers
8 views
How to apply .strings changes to a xib file and vice versa
In my OS X app I have currently 2 languages and enabled base internationalization for that. So, in my resource folder I have 3 lproj subfolders: base, de, en. base contains the xib file (say, ...
0
votes
4answers
52 views
iOS 5 UIButton title showing with ellipsis
I have a problem regarding the UIButton title in iOS5. They are clipped and show like in this photo. I don't want them to be clipped, i want to show the full title.
In iOS6, they work perfectly.
...
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 ...
0
votes
1answer
15 views
Make new entry for NSOutlineView focused and editable
When a new item is created in the NSOutlineView, I would like to have the item selected and editable, I'm currently using the following code within my NSOutlineview delegate/datasource, the new item ...
0
votes
1answer
26 views
Select current button that is showing in UIScrollView programmatically
I have a UIScrollView with paging enabled. In every page I have a button. I want that with every swipe the button that is showing in the UIScrollView will be selected.
I'm guessing that the solution ...
1
vote
0answers
29 views
Embed Collection View in Custom Table View Cell
I have a table view with a custom Cell which gets it contents from an array, this all builds fine. I want to add to this content a Collection View of thumb nail images of varying number to each of ...
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.
0
votes
1answer
75 views
objc: strong property with NSString
I declare a strong property:
@property (strong) NSString *message;
And I set the message like:
self.message = [NSString stringWithFormat:@"xxxx %@",sth];
But it will crashed with message:
*** ...
-1
votes
1answer
67 views
Sending Images and data to PHP server-side
It,s my first time trying to send Images & Data to a PHP Server from an app, and I am quite confused as to what's the best way to achieve this.
In my research, I came across AFNetworking library ...
2
votes
1answer
106 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
47 views
Exception `-[NSConcreteFileHandle readDataOfLength:]: Bad file descriptor` when running a NSUserUnixTask
I'm using NSUserUnixTask to run an unsandboxed NSTask on my sandboxed app. However, my code hangs on calls to [NSFileHandle readDataToEndOfFile]. If I remove those calls it works perfectly. If I ...

