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
1answer
38 views
+50
Silverlight won't show proper height, or won't show list
I don't know what is happening with this silverlight application.
It works on IE9 and bellow. But not on IE10 (Not even on compatibility mode). Not on another browsers, and any browser that simulate ...
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
3answers
80 views
+50
Alternatives to autokey for Mac OSX
I am looking for an alternative for autokey for Mac OSX.
I use autokey for mainly doing semi-automatic manual testing.
Like for example I have a python scripts that generates a random text and enters ...
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 ...
0
votes
1answer
44 views
+200
Multiprocessing Qt app: How can I limit it to a single icon in the MacOS/X Dock?
I've got a Qt application that (for reasons that are outside the scope of this question) launches each of its windows as a separate process.
This works fine, but under MacOS/X, each window/process ...
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 ...