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
0answers
81 views
Building GLSDK on Mac - platform.h not found
I am trying to build GLSDK on mac.
I downloaded the source, did premake4 xcode3 which created all project files for xcode.
Now I am trying to build everything, managed to build ...
2
votes
0answers
54 views
Override NSScrollView in WebView
I made a custom NSScrollView with Pull to Refresh functionality in OSX. I would like to implement it in a WebView. is it possible to set a custom scroll view class for a (WebKit) WebView?
2
votes
0answers
59 views
OS X: Sandboxed app can't read dragged and dropped files after waking from sleep
We have an app in the Mac App Store that is sandboxed and it reads files that users drag and drop onto it. This is all within the guidelines of how apps can access files outside of the sandbox. ...
2
votes
0answers
158 views
Netbeans environment variables for C++ makefile
I have a simple makefile which calls the C++ compiler as $(CXX), which is set in my ~/.profile script. Netbeans seems to have a sophisticated toolchain manager, yet it seems to resolve $CXX as just ...
2
votes
0answers
149 views
Getting the BSD name of a USB device using IOKit to write to the device?
I am trying to determine the BSD name of virtual serial port using IOKit under MacOS.
I have a USB CDC device that looks like a virtual serial port, and I want to get the BSD device path so that I ...
2
votes
0answers
72 views
How Do Java Apps Close in Mac OS X?
I have been writing a Java program to run in Mac OS X. One thing that's been confusing me, however, is that I've seen some people saying that if the user quits the app from the menu bar, the app does ...
2
votes
0answers
259 views
NSMutableData appendBytes is setting length to -1 and crashing
I'm getting a rare and intermittent crash which looks like appendBytes being called with -1 as it's length.
now, I've hard coded the "length" argument every time I've used this method so I can't see ...
2
votes
0answers
109 views
Xcode displays errror when building Mac app for release
I'm writing an application for OS X using core data. It's no problem to build and run it for debugging but when I switch to release or try to archive it, it throws the error
...
2
votes
0answers
128 views
python file reading mangling file's lines (Mac OS X) but not Linux
I've inherited some code that reads enormous data files and packages up that data into chunks, sends it off to a server somewhere and carries on.
Sometimes the packager fails/dies/can't contact the ...
2
votes
0answers
118 views
Resource limits (setrlimit) on mac OS X
I'm trying to understand how to put resource limits on a process from within that process in Mac OS X (I have 10.6). On CentOS, the following test program (python3.3) works as I expected it would:
...
2
votes
0answers
195 views
Setting NSMatrix selection programmatically causing mutex lock when trying to later get selected cell
Overview
I'm seeing a strange issue in a Mac OS X Cocoa app I'm developing w/Xcode 4.3.2 and testing on Mac OS X 10.7.5 (targeting Mac OS X 10.6): I have a basic NSMatrix radio group in my main NIB ...
2
votes
0answers
50 views
Longer Backtrace from CA_DEBUG_TRANSACTIONS
I'm tracking down a problem where CoreAnimation is finding that I'm deleting a thread with an uncommitted CATransaction. This is probably a view animation group with a completion block. As suggested ...
2
votes
0answers
161 views
Mac/Java-7: Why does TextField not get the expected KEY_PRESSED events when Alt is down?
When executing a keyboard event that includes an 'Alt,' Mac/Java-7 does not propagate a KEY_PRESSED against a non-modifier key in the key sequence against TextFields.
This behavior is not ...
2
votes
0answers
53 views
Eclipse ignores exclusion patterns on Mac OS X
I have an Eclipse project that needs to exclude certain files from
src/main/resources
to prevent them being copied to target/classes
On my Windows PC, I exclude these by adding an exclusion ...
2
votes
0answers
107 views
OSX ForceFeedback Driver
I've had this old gamepad for a while now, the GameStop Advanced Controller (it's actually one of those mass produced generic devices from a company called DragonRise inc.), which comes with a ...
2
votes
0answers
77 views
Cursor between the wrong characters when clicking an inactive NSTextField with the “Truncate Head” Line Break
I used Interface Builder to create an NSTextField and set its Line Break to Truncate Head (because if its text is too long to display all at once, I'd rather see the last few words than the first ...
2
votes
0answers
155 views
How to use audioConverterFillComplexBuffer and its callback?
I need a step by step walkthrough on how to use audioConverterFillComplexBuffer and its callback. No, don't tell me to read the Apple docs. I do everything they say and the conversion always fails. ...
2
votes
0answers
261 views
svn checkout fails on Mac OS 10.8.2 at SSL handshake
I have set up CollabNet Subversion and now I am trying to check-out some repository from my Mac 10.8.2. I have checked-out the repository successfully from a Windows 7 using the exact same command on ...
2
votes
0answers
52 views
How to find out whether any part of an NSWindow is currently visible (not just ordered in)
I have an NSWindow that is updated every second to display the current time.
This drawing is quite processor intensive and I want to avoid doing it while the window is completely obscured by other ...
2
votes
0answers
112 views
Android os build giving issue on MAC OS X (lion)
When Running make -j4 it stuck at this or if i remove prebuilt directory from root directory java.mk start giving issue on JAVA_SDK_VERSION need help
PLATFORM_VERSION_CODENAME=REL
...
2
votes
0answers
164 views
Java JPopupMenu Mac OS X
i have three problems with a JPopupmenu on Mac, all can be reproduced by the enclosed java
program or e.g. the netbeans java application.
The first thing is that Java applications don't block the ...
2
votes
0answers
92 views
Eclipse on Mac OS X : Shortcuts are broken
I'm pretty new to Eclipse because i start to learn Java Programming and run in at least one Problem, that is kinda heavy to me.
I run Eclipse on a iMac with (as you assume) a external Keyboard ...
2
votes
0answers
138 views
Problems getting HDF5 to work with pyTables
I've been banging my head against the wall trying to set up pyTables on OSX 10.8. I'm running the Enthought python distribution, have installed pyTables and numexpr with PIP, and used Homebrew to ...
2
votes
0answers
167 views
Geometry Shader on MacOS
I'm trying to write a simple pass-through geometry shader, but it's not working and I don't really get why. Here's my gs:
#version 120
#extension GL_EXT_geometry_shader4 : enable
void main(void) {
...
2
votes
0answers
114 views
Mac: Eclipse error import MySQLdb works fine on command line
I have been trying to install Mysql and Python along with MySQLdb module on MAC. I have been able to do that successfully. From the command line when i do import MySQLdb it works fine. However, I ...
2
votes
0answers
132 views
Local PHP Server stopped firing in OSX
My local development environment has stopped working. I suspect it's because I've belatedly updated to Mountain Lion (10.8.2).
First of all, it said I didn't have permission to access ...
2
votes
0answers
45 views
how to create a setup application on MacOS X?
I have HTML website which I need to distribute as standalone app. For Windows, I use Chrome Portable + Inno Setup - and everything is simple and straightforward. Client requested, however, to be able ...
2
votes
0answers
59 views
A Zinc (4.x) application can't be opened from CD, but can open from desktop in Mac
I compiled a faily simple application that just loads images, text and opens some pdfs via mdm.System
It works exactly as intended on Windows, but on Mac, it doesn't even try to launch when it's on ...
2
votes
0answers
90 views
(blink-cursor-mode 0) in Eclipse on OSX
As someone who has been editting on emacs using finger reflexes rather than by conscious intent, I was pleasantly surprised by what can be done with Eclipse but not emacs. Using C-m to switch to full ...
2
votes
0answers
197 views
Java 7 and JavaVM.framework on mac
I played with Java 7 update 9 on mac a little bit and found an interesting thing.
I just ran a simple Java program with a JFrame, and attach to it with lldb. Then I checked libraries loaded by this ...
2
votes
0answers
87 views
Strange leaks detected by Instruments with no stack (505 x 64 bytes __NSMallocBlock__)
During development of my App I am doing my regular leak detection tests using Instruments. A new set of leaks has been detected with no stack information available. They total 505 blocks of 64 bytes ...
2
votes
0answers
201 views
Drawing textures in OpenGL objective c os x
I tried to display a picture, but it is not displayed.
Here is my code for an NSOpenGLView subclass:
//
// MyOpenGLView.m
// OpenGLTests
//
// Created by Tom Schamberger on 10.12.12.
// ...
2
votes
0answers
72 views
Propertyregex: escaping spaces in paths
I have a problem with escaping spaces with ant-contrib's propertyregex. The following works on windows:
<propertyregex property="env.ESCAPED_JOB_NAME" override="true"
input="${env.JOB_NAME}" ...
2
votes
0answers
71 views
not getting everything in a MacOS webview screenshot
wI am trying to capture a screenshot of a cocoa webview using this code:
NSBitmapImageRep *bitmapRepRight = [[webView mainFrame].frameView bitmapImageRepForCachingDisplayInRect:cacheRect];
...
2
votes
0answers
301 views
Problems making a node.js app connect to PostgreSQL, using node-orm (under osx 10.6.8)
I am trying to make a small nodejs app run under osx (10.6.8), and connect to my localhost Postgres database. I am using node-orm (https://github.com/dresende/node-orm2) as well as the Postgres ...
2
votes
0answers
62 views
NSLevelIndicator disable critical value
I have a mac application that i have created that measures bandwidth. I have setup alerts for the user when they have reached a certain percent of the bandwidth. I have options to disable the warning ...
2
votes
0answers
82 views
PyQT: OS X Full Screen Mode?
I've got an open source PyQT app, and am wanting to know if it's possible to have it enter "full screen" like other OS X Mountain Lion apps do; meaning like Safari full screen.
Or is this impossible ...
2
votes
0answers
37 views
Why do App versions differ on OSX
As since earlier this year the application AppFresh for the Mac has become a commercial product I was thinking of making a small Python script to check for versions of applications.
Basically what ...
2
votes
0answers
76 views
IKImageView and scrollToPoint: or scrollToRect:
I'm trying to use IKImageView just because of the number of built-in features it offers. However, it also seems to provide built-in headaches as well. The latest of which is trying to programatically ...
2
votes
0answers
108 views
Why does net-ssh-2.6.2 fail its own unit tests?
I've installed ruby (1.9.3) on both my Mac (running OSX 10.8.2) and PC (running Windows 7). I've installed (using "gem install ...") net-ssh, test-unit, mocha, and echoe. The install seems clean (the ...
2
votes
0answers
76 views
How to keep usb device system file permission e.g. /dev/disk2 in Mac OS X?
Beside using Disk Arbitrator, it can stop the device from auto mount, I would like to change the permission of a specific USB device for future use.
For example, my diskXXX is may be change from ...
2
votes
0answers
62 views
How can I change one single colour on Mac OS X screen (similar to invert colours)?
I've read some guys have done a trick editing this file, but I'm not a guru.
defaults write com.apple.CoreGraphics \
(DisplayUseInvertedPolarity -bool YES)
Basically I want to change the white ...
2
votes
0answers
143 views
how to get rJava 0.9-3 to work on OS X 10.7.4 with Oracle Java 1.7?
Is there anyone out there who has managed to get rJava 0.9-3 to work on OS X 10.7.4 with Oracle Java 1.7?
R version 2.15.2 (2012-10-26) -- "Trick or Treat" Platform
x86_64-apple-darwin9.8.0/x86_64 ...
2
votes
0answers
107 views
How to display an image on the NSWindow title bar that's half outside
I have a custom NSWindow subclass - INAppStoreWindow (github) with a custom title bar view - and I'd like to do something like this image:
As you can see the ribbon is not totally outside the title ...
2
votes
0answers
87 views
Scheduling app to open after 45. days using launchd
i'm making a launchd plist to open certain app after 45. days, however I'm stuck at Day and wondering why cron isn't supported anymore.
Also would like to know if it is possible to restart ...
2
votes
0answers
60 views
NSSharingService fill “To:” field in message composer
is it possible to fill in receiver phone number (apple id) in message composer to share smth via [NSSharingService sharingServiceNamed:NSSharingServiceNameComposeMessage] ?
2
votes
0answers
259 views
libiconv.2.dylib Mountain Lion issue
Anytime I'm try to install something git dependent (homebrew for example) I get this error:
> Incompatible library version: git requires version 8.0.0 or later, but
> libiconv.2.dylib provides ...
2
votes
0answers
121 views
PHP imagick install error
I have installed the imagick php module and also installed Image Magick using Brew. Once installed and added to my extensions in php.ini I get this error when Apache (XAMPP) starts up.
dyld: lazy ...
2
votes
0answers
71 views
How to make svn on mac stop ignoring .a files on commit?
I would like to add .a files on an iOS project to SVN using Xcode, but SVN is apparently ignoring them.
Is there any configuration file where I can set SVN to not ignore these files?
I've tried ...
2
votes
0answers
105 views
PHP shell_exec inconsistent
I'm trying to search through PDF files for multiple key words. I've got ~60 PDFs and ~8 key words and don't fancy ~480 manual searches.
I'm open for other suggestions (see below), but at present my ...

