[futurebasic] Re: [FB] Call another app from FB

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2011 : Group Archive : Group : All Groups

From: Tom Russell <tsrdatatech@...>
Date: Mon, 21 Nov 2011 15:21:05 -0500
The applescript seems to call an instance of my app but I am not sure
where its getting it from cause it gets an error after launching but
if I launch it myself its fine. So I'll assume its calling my app I
want.

On Mon, Nov 21, 2011 at 2:58 PM, H. Gluender <h@...> wrote:
> Sorry again Tom,
>
> from my experience you need not knoe the place of teh very application to
> launch it.
>
> Did youu try launching it by use of thei AppleScript?
>
> tell application "Finder"
>        launch application "Name of the Application to be launched"
> end tell
>
> Does it work?
>
> If yes, the next step would be to include the AppleScript with your FB code
> but this is the second stept. Try the first one first.
>
> Best
> --
>
>                  Herbie
>
>         ------------------------
>         <http://www.gluender.de>
>
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
> To access the list archives, go to:
>  http://freegroups.net/groups/futurebasic/
>
>