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.
2
votes
2answers
27 views
Why doesn't CGContextShowGlyphsAtPositions() work, when CGContextShowGlyphsAtPoint() does work?
I have written a simple Cocoa app for Mac OS X (10.7) using Xcode 4.2. All the app does is create a window with a scrollable array of sub-Views in it, each representing a page to draw stuff on at a ...
0
votes
0answers
25 views
How to input/output audio volume on mac?
I am trying to make a small application that takes in sound from other apps(like Chrome, iTunes etc.) and if it goes over a certain level, I will turn it down to preferred level. I am only thinking of ...
1
vote
0answers
9 views
Is there a way to inherit if OS X is using the Aqua or the Graphite appearance colour scheme?
I want focus inputs in my web browser to have the same hilight colour as native cocoa elements.
-1
votes
0answers
30 views
Warp filter for OS X
I am trying to implement warp filter. I thought that creating custom CIFilter should be easiest way to achieve expected result. But it came out that it is not as easy as I thought.
There is one ...
0
votes
0answers
23 views
Emacs JUnit “Error: Could not find or load main class org.junit.runner.JUnitCore”
So I was able to successfully compile and run JUnit tests on my SimpleCodeTest.java file in the Mac OSX terminal. I wrote:
javac SimpleCodeTest.java
and got no errors.
Then I ran:
java ...
0
votes
1answer
7 views
Mac OS, is DVD drive under Sandbox
Does the DVD drive on MAC OS come under "Sandbox"
If i have a Start.app that opens a HTML file on a DVD, will the user be able to launch the Start.app from DVD directly? Will it work?
0
votes
0answers
13 views
Use “which -a software_name” command to locate software installed by homebrew [closed]
I installed some software in my Mac OS X 10.7.5 by using Homebrew. Today I use "which -a software_name", and the output of this command is weird. For example:
which -a ctags
The output is:
...
1
vote
0answers
35 views
Undefined symbols for architecture x86_64: Mac OS 10.8
So generally, I know what this error means. But here's what's unique to my issue -
I do have the (static) library with the symbols the linker is unable to find. I ran the 'nm' to verify this, ...
0
votes
1answer
17 views
Trying to Install composer in usr/local/bin on Mac OS X 10.7.5
I am trying to get composer set up so I can work with the Laravel framework.
I successful edited my php.ini file, and are correct for installing Composer. I changed directories to bin, by using ...
0
votes
1answer
23 views
Custom text style drawing in an NSTextView
How would I go about drawing an NSTextView's text to look similar to: http://i.imgur.com/R2yPflH.png
I would normally use an NSAttributedString but I can't produce the rounded stroke properly.
I ...
0
votes
1answer
31 views
64bit libjvm.dylib on Mac OS X
I have a Java project that needs to load some native dynamic libraries.
I run a 64bit JVM, I need to load 64bit dynamic libraries but I get the following exception:
java.lang.UnsatisfiedLinkError: ...
0
votes
0answers
7 views
Telephone Link in Apple Mail picking up wrong name
I'm setting up an email with a tel link (which is working on my iPhone fine). But the problem I'm seeing is that on my desktop Apple Mail is seeing the name that's near the phone and wants to change ...
0
votes
2answers
14 views
Executing mysql from command line just listing overview of arguments/variables
in XAMPP on OS X, I've set my environment path in ~/.profile, so that I can use mysql from the command line. This seems to work fine, as typing mysql launches the mysql CLI. However when I try to ...
0
votes
1answer
10 views
Implementation of if_nametoindex
Where can I find the implementation of if_nametoindex? It seems to be externed in net/if.h but searching through the source code I cannot find any hint on the implementation. A better question is, how ...
0
votes
0answers
10 views
FullScreen Video VLCJ on Mac
I'm having a lot of problems implementing fullscreen on mac. I tried of two ways...
Implementing a FullScreenStrategy where i resize the JFrame and it works ok, but the mac menubar is showing. I ...
0
votes
0answers
28 views
Playing m3u8 stream with AVFoundation fails to display video
I've created AVPlayer and trying to play movie from
...
0
votes
1answer
32 views
pkg-config: PKG_PROG_PKG_CONFIG: command not found
I get the following error
./configure: line 11162: PKG_PROG_PKG_CONFIG: command not found
when this is code is executed in (kivy-ios/tools-build-sdlmixer.sh)
if [ ! -f ...
0
votes
1answer
15 views
What clang optimization flags should I apply to my OS X 10.5+ universal (i86/x64) binary?
Currently, I am compiling:
clang -Oz -g
But I would like to apply an -mtune and if possible an -march flag, and anything else that will be valid on all Intel architectures that OS X Leopard ...
0
votes
0answers
6 views
OS X .htaccess file RewriteRule does not work
<Directory "/Users/zuanzuan/Sites/hema.new/public">
Options Indexes FollowSymLinks MultiViews
AllowOverride ALl
Order allow,deny
Allow from all
</Directory>
I have ...
0
votes
0answers
11 views
what does getpid() call doing in time measuring with mach_absolute_time
The article itself is here: https://developer.apple.com/library/mac/#qa/qa1398/_index.html
Right after calling of mach_absolute_time there is a call of getpid(). According to documentation this ...
0
votes
1answer
28 views
Eclipse plugin - SWT_AWT not working on OSX
I'm developing an Eclipse plugin using the SWT_AWT bridge in order to design the gui using Swing.
It works perfectly on Windows but when I try to run it in OSX i get this error:
...
0
votes
1answer
39 views
RVM install issue - Unable to execute port (autoconf)
I'm trying to install Jekyll on OSX mountain lion. First of all I wanted to install RVM and then the latest ruby. However, the RVM install is failing and I can't solve the problem. Any help ...
-1
votes
0answers
26 views
configure gmail on Mac OSX [closed]
I'm trying to configure my email on the Mail App unde Mac OSX Version 10.8.3. When I enter all the information and click "Continue" in the Add new account window I get an error : "The Google IMAP ...
0
votes
2answers
31 views
Configuring sublime text build system to use shell script
I have a shell script with various functions defined and all accessible via the terminal by including the following line in bash_profile: source ~/hcom-env/conf/sys/hcom-profile
However when I try to ...
1
vote
1answer
23 views
How to simulate process/daemon crash on OSX?
How can I invoke/simulate process/daemon crash on OSX and as result to receive crash report in
/Library/Logs/DiagnosticRepors
(e.g. opendirectoryd_2013-06-11-125032_macmini61.crash)?
I tried ...
0
votes
1answer
22 views
How to enable vsync in PyOpengl?
As the title says really. I'd like to turn on vertical sync in PyOpenGL, but how can I do it? A fairly exhaustive web search didn't turn up anything, but maybe someone has a clever solution? I'm on OS ...
0
votes
1answer
19 views
OSX/ObjectiveC: List all the objects created in the heap by my app
Is it possible to list all the objects that lives in the heap and have been created by my app?
I think it's possible, Instruments do something like this.
0
votes
0answers
25 views
Hosting Web App Locally on Mac
I have written a simple chat web app using .net and it all works fine. Now I have written a small iphone app that is meant to interact with the web app. The problem is I dont know what to do in terms ...
1
vote
1answer
19 views
virtualenv no such file or directory
I am using python2.7 on Mac OS 10.8 in the version installed by homebrew. As I had some issues with vtk, I unlinked python (brew unlink python) and linked it again (brew link python). It seems that ...
0
votes
1answer
33 views
Using regular expressions for syntax highlight
I have a piece of code that assigns attributes to an NSAttributedString depending on whether certain keywords are present in the string or not. In other words, syntax highlight.
To find if a certain ...
1
vote
2answers
40 views
OS X Java maximum threads per process
Running this code
for (int i = 0; i < 4000; i++) {
new Thread(new Runnable() {
@Override
public void run() {
try {
...
0
votes
0answers
10 views
Call to CFURLCreateFromFileSystemRepresentation sometimes fails
I have an application that loads in a bundle and in doing so I call CFURLCreateFromFileSystemRepresentation before CFBundleCreate: -
bundlePackageURL = CFURLCreateFromFileSystemRepresentation(
...
0
votes
0answers
13 views
Probems saving PDF with PDF-kit on Mac OS X
I'm new to the mac development.
I'm using XCode 4.6.2 to build a command line tool app which uses Foundation + Quartz frameworks.
Basically, the idea is to parse PDFDocument pages and then split it ...
0
votes
1answer
59 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 ...
2
votes
2answers
42 views
Substring out of bounds exception with NSMakeRange
When looping through, making a substring of every letter in a NSString, this exception is thrown:
-[__NSCFString substringWithRange:]: Range or index out of bounds
Code:
- (void) ...
0
votes
0answers
10 views
automatic clicks when mouse hover over an item on Mac. How to disable it? [migrated]
A few days ago, my Mac starts behaving strange.
Whenever I move the mouse cursor over something, it automatically clicks the item.
It's driving me nuts, cause a lot of my tasks are bothered by this.
...
-1
votes
0answers
11 views
How to get [open with] dialog when open unknown file type in Mac
Here's what I get from searching:
Java: Open a file (Windows + Mac)
But it might not enough for me. The above solution only deals with the registed file extension. My requirement needs deal with all ...
1
vote
2answers
34 views
How do I use pbcopy in a bash function? Can it be scripted?
I often find myself copying history commands to my clipboard using this:
echo !123 | pbcopy
This works fine from the Terminal. Assuming !123 = cd .., it looks something like this:
$ echo !123 | ...
0
votes
0answers
11 views
How to get USB-connected iPhone's ECID in Cocoa
Some Mac OS X apps generally utilized for jailbreaking purposes have built-in support for automatically finding a connected device's ECID and other device identifiers. For example, both TinyUmbrella ...
0
votes
4answers
70 views
Adding delimiters to CSV column
I need help writing a script that will add : between two characters in a single column csv file. Based on my research awk looks like the tool I need but I am stuck trying to merge two solutions and I ...
0
votes
0answers
11 views
dyld error DBI mysql on MacOS Mountain Lion [migrated]
I try to use DBI mysql on my Mac mini but get this error. I found many solutions on the internet but cannot solve it. Help me please.
dyld: lazy symbol binding failed: Symbol not found: _mysql_init
...
0
votes
1answer
40 views
porting 32 bit OSX app to 64 bit
I am interested in an open source project that is only available
for 32 bit builds. To get 64 bit build, there is a commercial extension.
I am thinking of porting it myself. It is a large medical ...
0
votes
0answers
11 views
How to have a complicated two way sync using rsync preserving deletions [migrated]
I have gone thorough similar questions on stackoverflow but they dont cover the situation that I would like to ask here.
I have all my music files on my remote machine. I would like to sync them to ...
0
votes
0answers
12 views
Mac OS/WebView: How to enable/disable specific plugins into a WebView implementation?
Is it possible to enable/disable specific plugins into a WebView implementation?, if yes, how?
I'm aware of the setPlugInsEnabled instance method. But this one enables/disables all of them. I just ...
0
votes
1answer
36 views
Can I configure emacs to run a custom function when its dock icon is clicked?
I'm trying to set up Emacs as a daemon on Mac OS X. The major issue I'm running into is that if I close all the open frames, the remaining GUI elements (menu bar and dock icon) become nonfunctional ...
2
votes
1answer
39 views
CGEvent does not work when app is sandboxed
Here's a great post on how to press keys through code. CMD+Option+D simulation in Cocoa
This works great but when you sandbox the app, it doesn't work. Does anyone know the exception I should request ...
0
votes
0answers
22 views
process new lines of dynamic CSV file to DB, prevent duplicate entries
I have a service running on a print server that generates a new line in a csv file for every print processed by the system. I want to work with this data, but unfortunately I have no influence over ...
0
votes
1answer
25 views
Making Mac OSX launchctl launch a process as root on startup
My question is how to make a MacOSX daemon process using launchd start with root privileges automatically after a reboot?
I'm writing an application for in house use that blocks access to web sites. ...
-2
votes
0answers
21 views
MAC Automator - Take Word Document, Create PDF & Add Standard First Page [closed]
I want to do the following:
Take a word document that may have different font sizes etc. throughout and different to a previous one
Take a pre designed front sheet
Combine the two into a PDF, and ...
-2
votes
0answers
5 views
Set up dns-sd proxies on startup in OS X [closed]
I'm experimenting with trying to get Airplay Mirroring (to an Apple TV) working across two subnets (without disrupting the networking setup, which in this corporate environment could take some time). ...


