Re: To make an application start everytime when another program starts

2010-09-24 Thread Matt Neuburg
On Fri, 24 Sep 2010 00:42:06 +0300, eveningnick eveningnick said: >I have written an application, that interacts with another >"stranger"-program by Applescript. The problem is that i need my >application to look like a plugin for "stranger program"- to display a I've written several applications

Re: To make an application start everytime when another program starts

2010-09-23 Thread Jerry Krinock
On 2010 Sep 23, at 15:02, John Pannell wrote: > I would guess you are looking to write a launchd "Agent" Yes, in theory. In practice, it's a little messy… > perhaps WatchPaths might be promising if Word can reliably be seen to modify > the filesystem in a specific location at launch. Yes, b

Re: To make an application start everytime when another program starts

2010-09-23 Thread John Pannell
Hi there- Read up on launchd, Apple's system init solution: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/launchd.8.html http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html%23//apple_ref/doc/man/5/launchd

Re: To make an application start everytime when another program starts

2010-09-23 Thread Scott Ribe
On Sep 23, 2010, at 3:42 PM, eveningnick eveningnick wrote: > But a daemon, that is launched with the system start, and which > remains in memory all the time is not a good idea for a good > application... I think you have to. In order to autolaunch, see launchd. > Why do i need it. I am writing

To make an application start everytime when another program starts

2010-09-23 Thread eveningnick eveningnick
Hello! I have written an application, that interacts with another "stranger"-program by Applescript. The problem is that i need my application to look like a plugin for "stranger program"- to display a panel, and to be launched automatically when the Master-program starts (and to finish, when the m