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.
9
votes
0answers
338 views
Weird JVM crash on long running process - Possible JVM bug
We have built an application using JavaFX for Mac and had distributed it to client. But after somedays the client started reporting a weird behavior: The application quits out of no where.
We tried ...
8
votes
0answers
175 views
Application memory issue with mac
I face a problem with java application I built in javaFx. It consumes only 2-3% of cpu usage and around 50 to 80 MB of memory in windows. But in mac same application initially starts with 50 mb of ...
8
votes
0answers
515 views
Embed Web Browser in MacOS Application using Delphi XE2
How can I embed a WebView (Embedded Web browser) inside a Delphi MacOS application?
It does not appear the webkit headers are included in XE2.
8
votes
0answers
327 views
3rd Party Mac Developer Installer? error when uploading
I'm trying to upload my App to the Mac App Store and when I'm uploading it via Application Uploader I get an error :
The product archive package's signature is invalid. Ensure that it is ...
8
votes
0answers
925 views
How do you author Mac package to install without requiring admin privileges on Lion?
I'm trying to understand how to fix my Mac package developed in Packagemaker (that comes with Xcode 2.4.1) to install on OS Lion 10.7 without requiring admin privileges when it is being run as a ...
6
votes
0answers
1k views
How do I add MonoGame project templates to MonoDevelop on MacOS?
According to the readme, I am supposed to
Shutdown MonoDevelop
Find your MonoDevelop AppBundle
Right Click on it and select "Show package Contents"
Press Alt and Drag and Drop the ...
6
votes
0answers
348 views
QuickTime API fails with error 2048
I have a trouble with quicktime api on MacOS 10.7.2(b.11C74).
Here is a piece of openFrameworks code which opens a movie descriptor:
// ofQuickTimePlayer.cpp
bool createMovieFromURL(string urlIn, ...
6
votes
0answers
612 views
Identifying the preferred IPv6 source address for an adapter
If you have a IPv6 enabled host that has more than one global-scope address, how can you programmatically identify the preferred address for bind()?
Example address list:
eth0 Link ...
6
votes
0answers
368 views
Handling mouse events on transparent window conditionally
I am developing an Desktop application in which I should be able to take mouse events on transparent window. But, transparent NSWindow does not take mouse events. So, I have set setIgnoreMouseEvents ...
5
votes
0answers
140 views
grep -f on OS X produces segfault
If you've got a Mac, try this:
echo 'abcd*' > grepfile
echo 'abc$' >> grepfile
echo '^abc' >> grepfile
echo "fojeiwuroiuwet\nljfajsljkfabcdddjlfkajlkj\nabcaaa\nzzzabc\n" | grep -f ...
5
votes
0answers
454 views
Proguard exception while creating release android apk
I am building an app engine connected android project using the eclipse plugin. The project is working fine and so I decide it's time to create a release APK. Using eclipse, I go through the process. ...
5
votes
0answers
194 views
Core Data fetched property $FETCHED_SOURCE resolves to an object ID
In a Core Data fetched property expression, apparently $FETCH_SOURCE resolves to an object ID instead of the object itself. This caused an exception "class is not key-value coding...". Which is true ...
5
votes
0answers
676 views
Generate and post Multitouch-Events in OS X to control the mac using an external camera
I am currently working on a research project for my university. The goal is to control a Mac using the Microsoft Kinect camera. Another student is writing the Kinect driver (which will be mounted ...
5
votes
0answers
374 views
How to programmatically list processes currently using the default sound output on Mac OS 10.6
I would like to know if there is a programmatic way (public API, terminal command, AppleScript, etc.) to list all processes currently playing sound through the default sound output in Mac OS 10.6 ?
I ...
5
votes
0answers
383 views
Alt/Option key after C-c in Aquamacs
I'm working with Aquamacs on a Macbook with German keyboard. I've set the "Meta & German" option to make the alt/option key work as Alt when needed, but as Meta otherwise. So far so good. Now I ...