If you've been getting a strange error when trying to find symbols like so
SCAR Code:** Warning in GetSymbolColorIn: fish is not a valid name.**
** Warning in GetSymbolColorIn: tree is not a valid name.**
Change line 655 of Symbols.scar to:
SCAR Code:if (BitmapToString(SymbolBitmap) <> '') and (Color <> 0) then
The error was that it was checking if SymbolBitmap <> 0, and sometimes even when a bitmap has been declared, it's integer value is still 0.








Reply With Quote



