S stealthsniper96 macrumors regular Original poster Jul 20, 2007 169 0 Apr 19, 2008 #1 How can I get automator to open adium as part of my workflow? sorr if this seems dumb I'm just starting to play with Automator.
How can I get automator to open adium as part of my workflow? sorr if this seems dumb I'm just starting to play with Automator.
xUKHCx Administrator emeritus Jan 15, 2006 12,583 9 The Kop Apr 19, 2008 #2 Search for the action "Launch Application" Select that and drag it to the workflow window on the right and select Adium for the list.
Search for the action "Launch Application" Select that and drag it to the workflow window on the right and select Adium for the list.
S stealthsniper96 macrumors regular Original poster Jul 20, 2007 169 0 Apr 19, 2008 #4 Is there any way I can get it to reload a web page (in opera) as part of the workflow?
R reubs macrumors 68000 Jun 22, 2006 1,891 215 Apr 19, 2008 #5 I'm now intrigued by what this workflow is supposed to do. I've never worked with Automator, so I can't help you there with the Opera question.
I'm now intrigued by what this workflow is supposed to do. I've never worked with Automator, so I can't help you there with the Opera question.
B Bonsai1214 macrumors 6502a Jan 15, 2008 585 12 Penfield, NY Apr 19, 2008 #6 sorry to sort of hijack the thread, but is there an option to open adium on startup? i've leafed through the options and i can't seem to find one..
sorry to sort of hijack the thread, but is there an option to open adium on startup? i've leafed through the options and i can't seem to find one..
GimmeSlack12 macrumors 603 Apr 29, 2005 5,406 14 San Francisco Apr 19, 2008 #7 stealthsniper96 said: Is there any way I can get it to reload a web page (in opera) as part of the workflow? Click to expand... Yes, the easiest way to to do this is to embed an Applescript into your workflow and use the following code Code: activate application "Opera" tell application "System Events" keystroke "r" using {command down} end tell (You might have to adjust the keystroke if Command-R is not the keystroke for reloading a page, but I think it is). Bonsai1214 said: sorry to sort of hijack the thread, but is there an option to open adium on startup? i've leafed through the options and i can't seem to find one.. Click to expand... Right click Adium in the Dock and click Open at Login.
stealthsniper96 said: Is there any way I can get it to reload a web page (in opera) as part of the workflow? Click to expand... Yes, the easiest way to to do this is to embed an Applescript into your workflow and use the following code Code: activate application "Opera" tell application "System Events" keystroke "r" using {command down} end tell (You might have to adjust the keystroke if Command-R is not the keystroke for reloading a page, but I think it is). Bonsai1214 said: sorry to sort of hijack the thread, but is there an option to open adium on startup? i've leafed through the options and i can't seem to find one.. Click to expand... Right click Adium in the Dock and click Open at Login.