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.
0
votes
0answers
4 views
How to play XBMC media on a mac
I have a small linux box hosting openELEC, XBMC (Frodo), and I want to play its media on my mac. I cannot seem to find any clients suitable for playing the content. Is anyone familiar with a piece of ...
2
votes
5answers
148 views
+100
PHP: Http request fails from remote server
I have some PHP code that calls a web service. It works perfectly when running on my local machine, but when I try to run it on the remote server (where it will ultimately reside), I get the following ...
0
votes
0answers
14 views
Maven & JDK 1.7 on Mac
When I try to compile a project with Maven I get the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ...
0
votes
1answer
16 views
proguard not working with adt 22.0.1 (only Mac)
I am trying to obfuscate the code by enabling proguard in Mac but I get an error .After the update to adt 22.0.1 and after other updates
sometimes: error code 1 when proguard.config=proguard.cfg and ...
0
votes
0answers
5 views
jar bunlder bundled app icon keeps on bouncing
Hi I am using a jar bundler to generate a .app from a jar file. The jar file's functionality is limited to starting a new thread and then starting a embedded tomcat server and the thread waits on till ...
1
vote
2answers
16 views
How to take a snapshot of the entire system of Macbook Pro OS x 10.8 Mountain Lion
I want to be able to take a snapshot of the current system and will go back to it whenever I mess up with files. I looked at the Time Machine solution, but realized that it's only a good solution when ...
1
vote
5answers
2k views
How to open a window from mac terminal
this is the first time I ask on stackoverflow because I can't find the answer anywhere. I use emacs to write all my code and I just switched from ubuntu to mac os. One problem has been bothering me: ...
0
votes
0answers
21 views
ARC causes EXC_BAD_ACCESS with SocketRocket
I'm trying to get SocketRocket to work on OSX, but I've ran into many issues. I finally compiled the framework for OSX 10.6, but whenever I start my app with ARC enabled I get EXC_BAD_ACCESS (code=13, ...
1
vote
1answer
17 views
Directory or File contain space error in Shell Script
I need to encrypt my resource image files in my project so I used NK-Encrypter and I write run script like this
DIRNAME=ImageFiles/Images
RESOURCES=Resources
...
0
votes
0answers
11 views
How can I specify the rpath in a dylib?
I have a library: libfoo.dylib. The problem is illustrated in the commands:
$ install_name_tool -id "@rpath/libfoo.dylib" libfoo.dylib
$ install_name_tool -add_rpath "@executable_path/" libfoo.dylib
...
-1
votes
0answers
10 views
How do I create a folder in “/Library/Application Support/”?
I have an OSX application that does not have per-user settings/logs. It is an application that needs to always run using the same settings/data. The application is written in Java. I followed this ...
0
votes
0answers
13 views
Strange window background for textured window in Mac OS X 10.8
I am implementing a Mac OS X application in Mac OS 10.6 (XCode 3.2) I am using several textured windows. The texture look is nice in all OS versions except Mac OS X 10.8: in some windows, the dark ...
0
votes
0answers
10 views
setIgnoresMouseEvents for keyboard events in cocoa
I'm looking for a Cocoa function that makes an app transparent to keyboard events in the same way that setIgnoresMouseEvents makes mouse events transparent. Basically I need it to pass any keyboard ...
0
votes
2answers
89 views
How can I add ra_neon to svn on mac
I have the latest version on svn but it is without ra_neon. I need to access the svn repository by the https protocol. Is there a way to add the ra_neon module?
This is an OSX 10.8.4 computer.
svn ...
0
votes
0answers
11 views
put music in an installer Mac OSX 10.8.3
Ok so basically I've made a little installer using PackageMaker utility, and what i want more than anything is for it to have an audio file playing while the installer does its work.
I've seen this ...
0
votes
0answers
15 views
Cython Error Installing Reddit on a Mac OS X 10.8
I'm working through the issues trying to install Reddit on a Mac OS X.
I realize this is most easily done through a VirtualBox install on Ubuntu. Indeed, I have that running already. However, I want ...
0
votes
0answers
9 views
Git diff seems to ignore the diff.external variable
I have been using visual diff tool (opendiff) with a wrapper script and set the diff.external variable to point to it for some time now. Recently I decided to try delta walker because opendiff just ...
0
votes
0answers
12 views
Record audio loopback from audio output device on Snow Leopard and later
I would like to programatically record audio loopback from audio output device(NOT input) on OSX 10.6+ in C/C++/ObjC.
It should capture audio output(PCM raw data) from all processes instead of a ...
0
votes
1answer
6 views
Cocoa Scrolling Image Menu
I want to make a menu with a wide image that scrolls horizontally (it's a continuous image). What technique could I use for this?
Thanks!
0
votes
1answer
26 views
Controllers for switching from one view to another
Lets say I have an instance of ViewA on window. ViewA has a button on it. When the button is pressed, I want to hide ViewA and show ViewB. What kind of controller(s) would be involved with this? Is ...
1
vote
2answers
739 views
Python 3.1.1 for OS X FSEvents
Am working on file / folder event capturing of OS X 10.5 and 10.6 versions. My application is developed using Python 3.1.1. Donno whether FSEvents are supported by Python 3.1.1.
If FSEvents are not ...
0
votes
1answer
34 views
Slide in NSImage from Offscreen
I've just started playing with NSAnimation and Core Animation, but I can't seem to animate a NSImage sliding in from offscreen (I also can't get a rotating animation to work, but that's a different ...
5
votes
4answers
11k views
Don't see Android SDK and AVD Manager when execute android tool command
I'm developing android on Mac OS.
In the first time, I use android tool command (<sdk>/tools/android) to launch Android SDK and AVD Manager as this link: ...
-4
votes
0answers
40 views
How should I build a proprietary, and complex, UI that can be ported (as is) between Windows, OSX, iOS etc.?
My team and I are just beginning development of a collaboration app. It will be cloud based for syncing etc, and will first have a client for Windows (business reasons), and then very soon after for ...
0
votes
2answers
63 views
+50
Change NSComboBox drop down menu background color
I am coming from iOS/Android programming background and working on my first MAC application. I am using an NSComboBox to list some item that user can choose but having some trouble setting the ...
1
vote
0answers
16 views
How to enable LCD subpixel antialiasing in Swing on OS X?
I’ve been asked to look up the knobs in Swing to make text as legible as possible for reading. Is there any way to enable subpixel text antialiasing in a Swing application on Java 1.7+ on OS X? Are ...
-1
votes
0answers
14 views
Installing Ubuntu in Virtual Box on mac [migrated]
I've almost completed installation. "Please remove installation media and close the tray (if any) then press ENTER:" it says. I have pressed it,but it did nothing. I thought may be cursor is not in ...
0
votes
0answers
7 views
Do Layer Backed NSViews Break the View Hierarchy?
I am trying to create an application where movies are played in NSViews that may move behind other views. I want to use AVFoundation so I will be rendering video to an AVPlayerLayer.
However, video ...
0
votes
0answers
23 views
+50
How to monitor for swipe gesture globally in OS X
I'd like to make an OSX application that runs in the background and performs some function when a swipe down with four fingers is detected on the trackpad.
Seems easy enough. Apple's docs show ...
0
votes
0answers
9 views
No file creation with logging module in py2app mac application
I've got a python script that uses the logging module to create a log file. Using the following line:
logging.basicConfig(filename='debug.lg',filemode='w', level=logging.DEBUG)
This works great as ...
1
vote
0answers
18 views
Jquery can not trigger file input on Mac
I have stuck on Mac browsers where I can not click file tag via jQuery .
Note : All this things are working fine on all OS browser.
I have one select box that has some values :
<input ...
1
vote
0answers
24 views
How do I use Sublime Text as the OS editor in Mac OS X? [migrated]
How do I set Sublime Text as the editor for git commits in Mac OS X?
In my .zshrc I have:
export EDITOR='subl -w'
But, if I do:
bundle open devise
I get the error:
Could not run 'subl -w ...
-1
votes
2answers
11 views
Mac OS X terminal grab ubuntu ssh output to clipboard [closed]
I wonder is there a way to grab the contents of an SSH Ubuntu session to Mac OS X clipboard?
1
vote
5answers
110 views
Detect url the user is viewing in chrome/firefox/safari
How can you detect the url that I am browsing in chrome/safari/firefox via cocoa (desktop app)?
As a side but related note, are there any security restrictions when developing a desktop app that the ...
4
votes
2answers
791 views
Capture sound output on mac
I am trying to port my screensaver from windows to mac and one of its features was reacting on system sound output. On windows it was easy using Direct Sound, but I can't find any example of capturing ...
0
votes
2answers
55 views
in memory mergeChangesFromContextDidSaveNotification and save memory leak
I has some increasing in memory size of my application (osx 10.8.3) when i'm using in memory type nsmanagedobjectcontext:
Bellow is a top 2 functions by instruments.
I do clearing of that in memory ...
0
votes
0answers
8 views
MacOS kernel, .kext and devices in /dev
I got a trouble with my USB 3G modem, i do a debugging, but i cannot determine what .kext file create a device in /dev
How to determine relationship between device file in /dev (like ...
0
votes
3answers
46 views
How to access animated GIF's frames
I have an animated GIF successfully loaded into an NSData or NSBitmapImageRep object. Reference for NSBitmapImageRep
I've figured how to return data like the number of frames in that gif using:
...
1
vote
2answers
74 views
iTerm2: delete line?
I'm trying to map Cmd+Delete (backspace) to deleting to the beginning of the line (like it works in browsers and text editors) in iTerm2 and I'm unable to find a working escape code for it. I tried 1K ...
0
votes
2answers
53 views
Cocoa check if function exists
I'd like to use a function that's only available on OS X 10.9, but WITHOUT compiling with the 10.9 SDK. Is that possible?
I've tried weak linking, but the compiler just gives out an error that the ...
11
votes
6answers
3k views
Eclipse hangs at the Android SDK Content Loader
I've been working with Eclipse 4.2 (Juno release 20120920-0800) on OS X 10.8.2 for a few weeks now, building apps for Android 3.0 and above. I have a quad core i7 MacBook Pro with an SSD, so ...
0
votes
0answers
11 views
Can't figure out 10.7 backwards compatibility issues
In my app I use a series of collection views to represent card like objects, and the individual item views of the NSCollectionView are colored dependent on their type. The item views are layer-backed, ...
31
votes
12answers
34k views
What Languages are Windows, Mac OS X and Linux written in?
I was just wondering who knows what programming languages Windows, Mac OS X and Linux are made up from and what languages are used for each part of the OS (ie: Kernel, plug-in architecture, GUI ...
1
vote
2answers
3k views
Using VBA / Macro to highlight changes in excel
I have a spread sheet that I send out to various locations to have information on it updated and then sent back to me. However, I had to put validation and lock the cells to force users to input ...
0
votes
0answers
29 views
CMake Error: : System Error: Permission denied
I am trying to CMake a project with the help of the CMake gui but I keep getting this error:
CMake Error: : System Error: Permission denied
I tried to run the CMake gui from terminal with root ...
1
vote
0answers
29 views
NSTokenField completion list style
I'm a beginner in OSX development so I hope my question will find a solution here.
I have an NSTokenField in my app and I implemented the ...
0
votes
0answers
17 views
Chrome WebDriver On Mac IllegalStateException After Setting Webdriver.Chrome.Driver property
I have a properties file that i use to load the location of the different install locations for chrome:
mac.chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
...
0
votes
0answers
7 views
XIB file not loading properly in mac 10.6
i create a app in mac 10.8. It works fine in this but when i run my app on any mac 10.6, the xib file not loading, so app crashes. I am not using auto layout, and also done deployment target of xiv to ...
0
votes
1answer
27 views
How to write build phase run script to encrypt image files in the sub directoryies
I need to encrypt my resource image files in my project so I used NK-Encrypter
and I write run script like this
DIRNAME=ImageFiles/Images
RESOURCES=Resources
...
0
votes
0answers
8 views
Working on setting up Homebrew
so I recently installed Homebrew on my Macbook Pro, which is running the newest version of Mountain Lion. When I did brew doctor, I got the following back, and I just want to know what exactly is safe ...



