0
votes
2answers
196 views

Open URLs in Google Chrome and resize windows

I've got a few monitoring sites set up for my mobile apps (e.g. crittercism) and I have an extra monitor set up for monitoring everything. I have a few Chrome windows sized down to just the values ...
3
votes
3answers
231 views

Launching an application from another process

We have an application that we have built as a bundle and we want to launch it from another process. How should we do it? From what I understand we can use openUrls(), openFile() or execve() but I ...
1
vote
1answer
224 views

Is there a better way of launching same app from GUI or Command line

I worked out a way of running my Cocoa (GUI) app. From either the normal double clicking it, Or from the CLI. I realised that when an app launches from a double click (GUI), it returns an argument ...
0
votes
1answer
163 views

“Open With” menu for remote files

I'm getting troubles getting the applications associated with a remote file how has a URL like: "http://servername/folder/file.png". The code I use is: ... NSURL *url = [NSURL ...
0
votes
1answer
87 views

How to launch a dependent application on OS X?

What is the programmatical mechanism by which an application can be launched at a result of another one being launched? E.g. upon launching iTunes, the Last.fm desktop launches too. Or it is just a ...