WXforum.net

Weather Software => Virtual Weather Station => ImageSalsa/MovieSalsa => Topic started by: southturner on September 14, 2008, 12:00:46 PM

Title: Weather Warnings in Image Salsa
Post by: southturner on September 14, 2008, 12:00:46 PM
I am running Image salsa and I was wondering if there was a code that i could put in to put the warning Description on the image.


Thank you for your time,

Matthew Conklin
Webmaster
www.southturnermaineweather.com (http://www.southturnermaineweather.com)
Title: Re: Weather Warnings in Image Salsa
Post by: DataCrunchTech on September 16, 2008, 12:02:08 AM
I'm still running VWS vs 10.23 so I will play ignorant when it comes to any recent features -- which I presume the warnings are from.

If you are using the Scripting or Weather edition, have a look at the NewTags script on the support page (http://www.imagesalsa.com/support.htm).  Basically, you need to generate a file with the description and then use the script to replace <TAG001> with the file.  Note that the script is expecting a comma-delimited file.  So, if the warning has commas in it, then the warning will be split into multiple tags.  You can remedy this by replacing the comma delimiter in the file with a non-used character.

If the text is longer than the width of your canvas, you will need to split the text into multiple text lines.  That's a lot more complicated (coding wise) -- let's take this one step at a time and make sure I'm at least on the right track so far :)
Title: Re: Weather Warnings in Image Salsa
Post by: southturner on September 16, 2008, 07:06:00 PM
Thanks I will try that this weekend.