Dear Reinhard, Alan, and WeatherCat web spinners,
How about an additional entry in Tools: Upload Custom Web Now (similar to Update Weather Now)?
This isn't as convenient but close. Run this tiny AppleScript and it will cause WeatherCat to upload on the next weather sync. Here is the code:
-- Force processing of WeatherCat custom web.
--
-- Running this script will cause WeatherCat to immediately
-- process custom web templates and upload them to your
-- server
tell application "WeatherCat"
set RunCustomWeb to true
end tellThe AppleScript is also attached to this posting. You should be able to just download it, decompress it, load it into the AppleScript editor, and finally run it.
If you do this a lot. You might want to save it as an AppleScript application so that you can just double-click on it to cause WeatherCat to upload on the next data fetch.
Cheers, Edouard