The RemoveUnusedCols effect is very usefull, but I noticed that it also removes columns with only images such as the Nat flag images. There is a way to get around it by placing the Nat text below the image. Is it possible for the effect to check for the existence of images? The attached Sailwave file has both Nat and Provincial/State images.
test.blw (149.7 KB)
Hi Peter,
I think the issue is still present in version 1.1, so I’ve created version 1.2, which only changes line 27
from
if ($cell.length && ($cell.text().trim() !== ‘’) {
to
if ($cell.length && ($cell.text().trim() !== ‘’ || $cell.find(‘img’).length > 0)) {
I’ll update the one on the Sailwave website
And while you are here - Did you like the renumber races effect as this is effectively what you have been asking for a long time?
You were asking for the ability to move some fleets to different races but I think this solves the problem perhaps in a better way
Regards
Jon
Hi Jon,
You have a very good memory that I was looking for the renumbering.
I used renumbering and column removal for a regatta last weekend. Here is the link to the results: https://wabamunsailingclub.com/wp-content/uploads/results/regattas/data/Fireball-NAs-Founders.html The same results displayed on smart monitor overlayed on a webcam view with a few other settings: https://wabamunsailingclub.com/wp-content/uploads/results/regattas/data/Fireball-NAs-Founders.html?refresh=2&step=2&speed=30&StaticImageBG=https://wabamunsailingclub.com/wp-content/uploads/webcam/DCS-930L.jpg&text_size=130&opacity=0.7&Cover_image
The Fireballs sailed 3 days and the rest of the classes 2 days. On day 2 all results were entered at race 5, and the effect sorted things out. The Open class has two extra columns that the effect removed from the other results.
Thanks very much for this and all your Sailwave support.
Peter
1 Like
Hi Peter,
A nice idea overlaying on the webcam.
It’s nice to know people are using the software
Thanks
Jon