Hmmm. Joe, do you know if the fwShellCommand method is newer than
5.0.2? Andrea, could you try updating to the latest version (5.4.3, I
think) and see if that sorts it? If this method is in 5.0.2, then
that’s really odd that it isn’t working. But if the method was added
after that version, that might be the issue. I can’t recall off-hand
if I test for minor version or just major version when deciding which
way to test for a network connection.
There’s a branch in the Action code (this is common to all Actions
that use the Scripty libraries) where we check to see if you have an
active network connection. If you do, then the code is written to use
the Google CDN (Content Delivery Network) to provide the script
libraries. If you don’t, then we pull a copy out of the Action bundle
and link to that.
Thanks,
Walter
On Apr 13, 2011, at 12:32 PM, ANDREA DALLA FONTANA wrote: