Tagged Questions

0
votes
0answers
4 views

CMake: how do you copy private frameworks into the application bundle under OS X?

We build several private frameworks that get copied into our application bundle during our Xcode build process. I'm moving the whole build process to CMake, and this is one area that I haven't been …
0
votes
4answers
25 views

Sending commands and strings to Terminal.app with Applescript

Hi, I want to do something like this: tell application "Terminal" activate do script "ssh user@server.com" -- // write user's password -- // write some linux commands to remote server end …
0
votes
0answers
25 views

printing 4”x6” cards in OSX (cocoa)

I'm trying to get 4x6 cards to print in Cocoa (story cards). I have a view where I put the data but when I print it prints in the correct orientation, only on 8x11 paper. It must have something to …
1
vote
4answers
63 views

Best practice of installing Ruby and Rails on Snow Leopard?

I am setting up a new Macbook as a rails development machine. Till now, I always installed ruby, MySQL, etc. through MacPorts, because I don't want to be dependent on the system version of ruby. But …
0
votes
1answer
19 views

When creating a custom Toolkit, why does createFrame fail on OSX?

We are trying to extend the UISpec4j testing framework to display the user interface when running tests. So we have a custom toolkit that wraps around the native toolkit for the relevant platform. We …
0
votes
3answers
59 views

CoreData Book Recommendation

I'm looking for a comprehensive book on CoreData. I'm rather frustrated with the many Apple documents that do not seem to be assembled into a single reference work or even at a single place, it is …
0
votes
4answers
46 views

How to read the content of an other app’s text field on OS X?

For a project I must create a little buddy app that will read the content of one of the main app's text fields. Is there a way to get to the contents of a window/control (I'm interested in the text …
-2
votes
0answers
22 views

Does my system support VT? [closed]

I'm trying to use OSX86 on my Intel based machine. THe OS i have is Feodora-9 Sulphur. I read that the processor should support SSe2 or SSe3 for OSX86 compatibility. This is what my cpuinfo is: …
0
votes
2answers
22 views

libmysqlclient15-dev on macs?

Does OSX need an install of libmysqlclient15-dev? I'm trying to compile a gem that is failing and a lot of sources says to install "libmysqlclient15-dev" but I only see this for Linux, not OSX. Am I …
0
votes
1answer
30 views

Can’t install do_mysql gem?

I'm trying to install the do_mysql on my Snow Leopord system Macbook Pro 13", but I keep getting this error: n216-160:~ myself$ sudo gem1.9 install do_mysql Password: Building native extensions. …
0
votes
1answer
25 views

ruby 1.9 — Gem is there but it says its not?

I just installed 1.9 on my 10.6 OSX, and it runs as the "ruby1.9" command. So I'm trying to do: sudo rake1.9 install But it keeps telling me Jeweler (or a dependency) not available. Install it …
0
votes
1answer
35 views

Command key as Meta key in OS X Terminal.app

When i unckeck the 'Use option as meta key' box in Settings, and then do Cmd-F (which i want to mean Meta-F for forward-word in bash) Terminal gives me a 'find word' popup, which isn't what i want. …
0
votes
0answers
16 views

How do I get an Mac OS Component Manager Component to be visible to other processes?

This is a bit esoteric, but there have to be a few people here who know how OS X's Carbon Component Manager works. I've made a couple of little apps to play around with making Components (see here for …
0
votes
0answers
30 views

Cocoa Emacs print-buffer

In Carbon Emacs, I was able to call M-x print-buffer and an OS-X Print Dialog appeared, letting me choose my printer. Now that I've switched to Cocoa Emacs 23.1, the print-buffer command does not …
0
votes
1answer
17 views

localhost working 127.0.0.1 broken in Safari

I'm running an http server on a non-standard port on a Mac Powerbook G4 running OSX 10.5.8 and attempting to open a page in Safari 4.0.4. When I use the IP address 127.0.0.1 in the url Safari shows an …

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