Hi Folks,

Did a quick search but didn't find an answer to this question.

I have a Tracks installation and as part of an Applescript I send a
new event to my Tracks install via it's REST API (nothing to do with
fluid), and then pop open my fluidapp; /Applications/Tracks.app, with
a simple Applescript command;

do shell script "open -a /Applications/Tracks.app

This either opens Tracks.app if it's not running, or moves it to the
front of my windows if it already is. Ultimately I want the fluidapp
to just refresh the page if it is already open, so I see the new
action I just sent to Tracks. So I tried;

do shell script "open -a /Applications/Tracks.app http://tracks.yourserver.com";

This opens a new tab. It's workable but annoying. So is hitting ⌘+R to
refresh manually.

Question: Can I feed a command line variable to fluidapp to tell it to
simply refresh the already open page?

Thanks in advance!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to