Hi All.

Just couldn't help it! I have been addicted to Sony Ericsson Clicker for the past 2 weeks, and I'm toying with scripts that I can find useful from my phone.

So, here is some scripts that uses my two favorite applications:
SEC: www.salling.com
InterMapper: www.intermapper.com

Both scripts are for the default Script type.

-- Rotate IM Maps if IM is running
tell application "System Events"
if ((application processes whose (name is equal to "InterMapper")) count) is greater than 0 then
tell application "InterMapper� 4.0.2"
activate
Rotate Map
end tell
return "Rotating Map"
else
return "InterMapper is not running!"
end if
end

This is for the lazy support staff, relaxed in the chair, looking at the screens...

-- Reload IM probes if IM is running
tell application "System Events"
if ((application processes whose (name is equal to "InterMapper")) count) is greater than 0 then
tell application "InterMapper� 4.0.2"
Reload Probes
end tell
return "Rotating Map"
else
return "InterMapper is not running!"
end if
end tell


This is for the hard-working probe-coder, trying to get that pop-up layout looking just right.


Enjoy!

Jakob Peterh�nsel

'I don't have to try to be a sex bomb, I am one!'
- Kylie Minogue

Email: [EMAIL PROTECTED]
AIM: Marook
Phone: +45 40163806

Reply via email to