From: Roger B. <ro...@ro...> - 2004-04-26 18:38:04
|
Steven Palm wrote: > two in relation to each other, I can't think of a way to have a > "bitfling" application bundle call items from the "bitpim" bundle. I'll > give this some more thought. Can't you add a shell script that looks like this and put it in the same directory of the bundle as the BitPim app object. --------------------------------- #!/bin/sh dn=`dirname "$0"` exec "$dn/bitpim" bitfling --------------------------------- For the moment it doesn't have to have an icon etc. It just needs to be possible to start it in some way, even if that means using a console. > There is no way to run bitfling from within bitpim via a menu or > something? Just asking. ;-) It doesn't make sense. The intention is for it to sit in your tray and have no other user interface (unless you click on it). Consequently it needs to be started seperately and be possible to start automatically. Roger |