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
6 views
Sending and receiving data via POST in Microsoft Word 2011 for OSX
I am trying to port a macro that we have working for MS Word on Windows that uses a website to generate an equation image and returns that image for insertion into a document. The current (working on ...
1
vote
1answer
8 views
NSMenuDelegate methods not called for contextual menu
I have a Document based application. I want to add a contextual menu that displays context-sensitive info when the user right-clicks selected text in an NSTextView.
I have followed the advice in the ...
0
votes
0answers
10 views
The Dimension of my screen is not being measured, MacOSX and NetBeans
package spaceinvaders;
//@author AlexB
import java.awt.Color;
import java.awt.*;
import java.awt.Graphics2D;
import java.awt.event.KeyAdapter;
import java.awt.event.MouseEvent;
import ...
0
votes
0answers
3 views
Mac OSX Server: Profile Manager Error
When I go into the profile manager menu in the OSX Server Software, it immediately shows:
I have read that to fix this problem I should check "Sign configuration profiles" and choose my ...
2
votes
0answers
42 views
Can anyone identify what language this is
I'm working on Mac OSX and using bash as my shell (not really relavent). I was wondering if anyone recognized what this is? It's in a .m (thought it was matlab, matlab wouldn't run the script as is) ...
0
votes
0answers
7 views
Sublime Text 2 Key Bindings - Is there any detection of left/right modifier keys
Is it possible to make Left Alt+A and Right Alt+A do different things? And of course, other modifier keys.
If not, maybe the following idea would work?
If AppleScript, Python, Ruby, Perl etc. can ...
0
votes
1answer
15 views
Get Current Caret Position Cocoa
I'm building a desktop mac app that runs in the background. Right now when a user pushes a keyboard shortcut a window appears in the top right with several options of what to insert at the Current ...
0
votes
0answers
5 views
How to request new TOR identity in terminal
I am trying to connect to TOR via telnet in my terminal on my mac osx and to request new identity, but it is not working, I always get this error message:
Trying 127.0.0.1...
telnet: connect to ...
0
votes
0answers
4 views
add a subscript a superscript for the same word in Pages
I'm using Pages to edit an article.
I want to add a subscript a superscript for the same word, like
$A^{up}_{down}$
in LaTex.
Anyone knows how to do it?
0
votes
1answer
19 views
Wrong photo orientation after uploading from mac os
I am not sure if there is any fixed from this, but nevertheless the problem as follows.
Problem:
My client took a picture using iphone. As it was in a wrong orientation, he used the inbuilt photo ...
0
votes
0answers
11 views
what causes NSPortTimeoutException?
I use a cocoa webview to load many web pages one by one for a long time.However,sometimes,the
console prints as follow:
2013-06-04 20:12:32.829 iBookMark[5895:707] ---sender = (null)
2013-06-04 ...
0
votes
0answers
20 views
Can't connect to localhost since Mac OS 10.8.4 update
For the last few days I've been starting some work with PHP and ZendServer on my Mac. Everything was working fine and I had no issues until this morning. I updated to Mac OS 10.8.4 last night and ...
0
votes
0answers
4 views
Track mouseMove event when the context menu is displaying
When user right click on the cell of NSTableView, I show the context menu. While the context menu is showing, I want to track the mouse move event to highlight the cell when the mouse is over it.
...
0
votes
1answer
9 views
Configuring MySQL with python on OS X lion
MySQL is installed at /usr/local/mysql
In site.cfg the path for mysql_config is /usr/local/mysql/bin/mysql_config
but when i try to build in the terminal im getting this error:
...
0
votes
0answers
14 views
Cannot export developer ID signed Mac app
I am trying to build an update to my Mac app. As usual, I clicked Product>Archive then, in the Organiser, I clicked Distribute...>Export Developer ID-signed Application. Xcode finds my Developer ...