OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.

learn more… | top users | synonyms (4)

0
votes
0answers
10 views

No callaback with my recording AudioQueue

I followed the AudioQueue tutorial here from Apple and it works well. Now i'm trying to get AAC packets in order to send them over the network but my callback is never called : -(OSStatus) ...
1
vote
1answer
26 views

Command + V not working with keyup event in jQuery

I've have the following scenario and bellow a small jQuery script: I have an input and the keyup event attached to it $('input').on('keyup', function(e) { console.info(e.ctrlKey, e.metaKey, ...
0
votes
0answers
8 views

Send as someone else - Mac Outlook 2011 [migrated]

We have the need to send as someone else (preferably a group) in Mac Outlook 2011. I can do this very easily in "normal" Outlook, but have no idea how to do it in Mac Outlook. I've granted the "send ...
0
votes
0answers
18 views

Nasm with Gcc Error

I'm creating a simple asm code, to act as a wc command. To compile the code i use nasm + gcc (MAC OS X 10.8) The commands i use are nasm wc.asm -f macho -o wc.o gcc wc.o run.c -m32 -o run.o The ...
1
vote
0answers
28 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

Encoding of SMS-files from Nokia backup (.nbf)?

I am using a Mac and have a Nokia phone. Therefore I cannot sync it with my computer, but I found out, that making a backup on the creates a .nbf-file, which contains all the data I want (contacts and ...
0
votes
0answers
13 views

Change default Xamarin Studio's web server

Is it possible to change Xamarin Studio's web server from XPS to another like Nginx or Apache with mod_mono? I did not find any option that looks like the one Visual Studio has where you have the ...
1
vote
0answers
15 views

libboost_date_time-mt.a, file was built for archive which is not the architecture being linked (i386)

I am downloaded the boost library 1_53 and followed the steps and compiled it on my MAc Pro system Mac Os 10.7.4 on core i7 machine. ./bootstrap.sh .b2 these command successfuly build the boost ...
0
votes
0answers
18 views

How to insert Horizontal bar in NSCollectionView?

How to insert Horizontal bar in NScollectionview like as below
0
votes
1answer
18 views

Install location for boost

I am trying to Install the boost through Mac Port using command 'sudo port install boost".It Installed but I wanted to know where it gets installed.
0
votes
0answers
5 views

Can I blend between WebViews containing video on OS X?

I am trying to create an Mac app that will show a variety of content from a server in a loop. It should show each bit of content for a few seconds and then fade to the next. Ideally I could show web ...
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
2answers
30 views

Use AppleScript to change System Preferences without being visible?

I would like to change settings in System Preferences without the user seeing things happen. If I have a script that starts like: tell application "System Preferences" activate set current ...
0
votes
1answer
11 views

Clipboard is passed to another machine [closed]

I've got 3 (2xPc and a Mac) machines which can exchange clipboard data and I can't figure it out how (if I copy something on machine 1 you could paste it on machine 2 or 3). Searching didn't gave me ...
1
vote
0answers
27 views

Is there a Java/C library which allows identify multiple keyboards?

I need to connect more than one keyboard/mouse with a single computer. Manymouse library can identify different mouses, but is there a library which can identify different keyboards? I mean, when I ...
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
0answers
43 views

Opengl is rendering the color of first pixel

I am trying to port my game engine from win/linux to mac os x and all works fine except for the textures. I use SOIL to load the textures and GLSL shaders to render and all it's done in C++. I ...
2
votes
0answers
46 views

Wrong ruby executable path in Tmux session

I've installed ruby 2.0 by using rvm. I am new to tmux. I am using zsh in the .tmux.conf with this config set-option -g default-shell /bin/zsh set-option -g default-command "/bin/zsh -i" also ...
-2
votes
1answer
22 views

Diff software for Mac [closed]

not sure if this is the right place to ask this. I have been looking for a good "Diff"ing software for Mac OSx 10.8.3, something like "Meld", which has a clear GUI and it is possible to edit the files ...
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
0answers
29 views

installer created with intall4j is not able to launch the application

I have created installer by selecting OpenJdk in jre option. Application icon blinks on the dockbar and goes and after that nothing happens. Below is the cosole log. 5/23/13 11:16:47.777 AM ...
0
votes
2answers
73 views

Open file with own application written in objective-c

I would like to know how can I open a file with my OS X application, which I wrote in Objective-C. I registered the file types in Info.plist and I have application:openFile: in my code. I did ...
1
vote
1answer
25 views

Pasting long lines into Mac OS X Terminal

When I paste a long string (ie, more characters than the width of the terminal window), the terminal doesn't autoscroll and put them in multiple lines. Instead, it basically wraps onto the same ...
0
votes
0answers
10 views

CUnit integration into xcode

Hi Folks, I wanted to use CUnit as part of my project. For testing I created a dummy project with actual source files and a secondary project (with in the original one) as test project using CUnit. I ...
1
vote
0answers
17 views

Safari renders text input boxes and textarea differently on iOS and OS X

I discovered Safari 6 on the Mac renders text input boxes and textarea boxes differently from Safari on iOS 6. OS X: iPad: Here is the code: <!DOCTYPE html> <html> <meta ...
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
6 views

Changing browser for IPython Notebook from system default

I would like to keep firefox as my system default browser on my Mac, but launch IPython Notebook in Chrome[1]. This answer led me to my ipython_notebook_config.py file but I can't get an instance of ...
0
votes
0answers
15 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
11 views

Changed PATH variable and now Terminal won't accept most console commands

I'm a newbie to programming, and I've recently started learning basic Terminal commands on my Mac OSX 10.8. One exercise involved changing the PATH variable by entering this into the console: touch ...
1
vote
1answer
26 views

Why CURL return and error (23) Failed writing body?

It works ok as a single tool: curl "someURL" curl -o - "someURL" but it doesn't work in a pipeline: curl "someURL" | tr -d '\n' curl -o - "someURL" | tr -d '\n' it returns: (23) Failed writing ...
1
vote
0answers
23 views

How to package brew binaries for multiple versions of Mac OS

I often have use for software that requires compilation, on machines that don't have developer tools installed. Today I found something that I thought would simplify my life. Brew-pkg allows you to ...
0
votes
1answer
28 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 ...
0
votes
1answer
10 views

QT Creator adds -Xarch

I was using the QT Creator with an old GCC, now i updated to the 4.8 version. But the QT Creator adds a -Xarch_x86_64 option, the GCC 4.8 tells me g++: error: unrecognized command line option ...
1
vote
1answer
19 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
votes
0answers
18 views

Upgraded to OS X 10.8.3 …Now my “make” command is gone [closed]

So I upgraded to the newest OSX and now my terminal make command is gone. I tried going to XCode -> Preferences -> Downloads to try and download it but it says "No components available". Clicking ...
0
votes
1answer
20 views

Connection refused on client and server, both are on MAC

I am using Mac book and having client and server running on same machine. Server opens socket whenever it has to send command to Client. Problem is Client opens socket at startup but whenever server ...
0
votes
0answers
14 views

Keychain Access Not Returning kSecValueData

I'm using the following code: + (void)createKeychainItem:(NSString *)name { // Don't create if one already exists if ([self getKeychainItem:name] != nil) return; NSData *encodedName = ...
0
votes
1answer
34 views

Bash script to copy directory to multiple other directories

I have two directories, src and build. Within src I have a folder called core which is where all updates are made. Within build I have several folders with different names and each of those folders ...
0
votes
1answer
19 views

Changing MySQL Workbench shortcut key mac osx?

I have mysql workbench installed on a mac. I am trying to use shortcuts for sql auto-complete. As per their documentation it is Modifier+Space http://dev.mysql.com/doc/workbench/en/wb-keys.html ...
0
votes
1answer
35 views

Conditional right click items in macos - finder

I'm trying to add right click items with NSMenuItem tools with Finder Inject. I need to change the items according to the path of the clicked file/folder. But it seems that, with finder inject, the ...
0
votes
2answers
26 views

clock() and CLOCKS_PER_SEC on OSX 10.7

I'm having a problem using clock() in OSX. I just want to display the time elapsed since my program started. The thing is, when I divide the clock_t struct by CLOCKS_PER_SEC I get strange results. ...
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
31 views

Highcharts export to svg

Based upon this tutorial, I am successfully running the following (simplified) example : phantomjs highcharts-convert.js -infile options1.json -outfile chart1.png -width 300 -constr Chart I can ...
1
vote
1answer
13 views

Is there any way to run java awt application on macos without taking focus

I have simple java application main(){ Robot robot = new Robot(); Thread.sleep(5000); } It grabs focus from my other java application when i run it on macosx. Can i prevent it? It is also possible ...
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
0answers
9 views

Safari: Fixed background + transition

Example site I have a site divided into your usual vertical sections. Header and footer both contain backgrounds with background-attachment: fixed. I have a slide-out nav, which you can see is ...
0
votes
0answers
40 views

Compiling opengl mac and linux apps on windows

I'm making a windows opengl app, but with fully portable code (using GLEW and glfw) Is there a way to compile .app files on windows, so it will work on linux and mac?
0
votes
1answer
40 views

UTF-8 in Rails on Mac OSX

We recently ran into the requirement of accepting UTF-8 characters in one of our models. We set up the field to use the proper encoding in the database (mysql, locally mariadb in my case). We all run ...
0
votes
1answer
8 views

fgrep Match string patterns with a file

I used fgrep -f to extract lines from genedictionary.txt which match patterns (Ids) from pattern file (id.txt) My command fgrep -f id.txt genedictionary.txt > result.txt is not giving any ...

1 2 3 4 5 626