Tagged Questions

3
votes
4answers
657 views

Find out location of an executable file in Cocoa

The simple question is: how to find out the location of an executable file in a Cocoa application. Remember that, in many Unix-like OS people use PATH environment to assign the preferred location …
0
votes
1answer
23 views

New to mac development - where should I begin?

Hi I am new to mac development (I've been into iPhone dev so have a good idea of Objective-C). I want to create a simple application which gets/shows data to the user and uses SQL to save the data. …
0
votes
1answer
28 views

Clicking the mouse down to drag objects on Mac

I've been using the following code to issue clicks programmatically on a Mac void PostMouseEvent(CGMouseButton button, CGEventType type, const CGPoint point) { CGEventRef theEvent = …
1
vote
1answer
24 views

Hide console for Tkinter app on OSX

I'm trying to hide the Terminal when I launch a GUI Tkinter based app, but when I double click the app.py file on OSX, the Terminal window appears. I've tried changing the extension to .pyw and tried …
0
votes
1answer
11 views

How to obtain codesigned application certificate info

Hi folks, I am having a tough time finding an answer to my codesigning issues. We have an application for Mac OS written under Cocoa. Finally - we did our codesigning, but i would like to add an …
1
vote
1answer
162 views

Core animation code structure/conventions

In learning Core Animation, I learned very quickly that if you don't do it right, you get really weird undefined behavior. To that end, I have a few questions that will help me conceptually understand …
0
votes
1answer
26 views

Help needed on font for localized string

Hi, My client has given me a custom TTF font only for English. So my intention is to load that TTF only for English and for other languages it should fallback to the available System font. I am …
1
vote
0answers
43 views
+150

How to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6

I am trying to trap drag and drop events from the standard Apple address book app to my Qt app. This code works fine with Qt 4.4. on Mac OS X 10.4: void MyView::contentsDropEvent( QDropEvent* e ) { …
-1
votes
2answers
54 views

New iMac - New Rails Environment - Dropbox - Permission Problem…

Ok, I just bought the new 27 inch iMac and I am trying get everything set up. I am new to rails and have been developing on my MacBook Pro and seem to be having some trouble sharing my applications. I …
0
votes
1answer
31 views

Why “Follow symbol under cursor” does not work in QT Creator for Mac OS X?

Hi I'm using QT Creator under Mac osx, but "Follow symbol under cursor" option, to allow me to jump for class and methods' definitions, does not really work... it only works for local symbols. …
0
votes
0answers
73 views

localhost went “It works!” - and nothing else [closed]

I'm working with Mac's built in Apache, and everything was just great UNTIL - something went wrong. I think it's the .hosts file. http://localhost results with "It works!" message, while any …
0
votes
0answers
89 views

What is the best VPN for MAC/Windows/Linux Server [closed]

I have had bad luck when using hamachi, and I am looking for a good vpn that works on any network, and on Mac 10.6, Windows 7, and Ubuntu Linux Server. I've looked into OpenVPN but was way too …
0
votes
1answer
17 views

Graphical interface for Graphiz for Mac OS?

I installed the Graphviz GUI from pizelmap.com, but it appears to only be a viewer for .dot Graphviz files. I am looking for a graphical editor, where I can create diagrams by pointing and …
0
votes
1answer
38 views

Printing to IP receipt printer from ruby

Want to send text to a network receipt printer using ruby. I know the IP address of the printer. The printer is accessible through the network, but it is not directly connected to the computer. I'm …
0
votes
3answers
39 views

Why does emacs in an xterm on a Mac interpret c-h as backward-delete-char ?

C-h is correctly interpreted has 'help' in Carbon Emacs.app and using /usr/bin/emacs in Terminal.app. I'm sure I'm missing something simple here. Emacs describe-bindings shows c-h is rightly mapped …

1 2 3 4 5 110 next
15 30 50 per page