These colours WILL show up in OpenXTalk: however, to import them like this rather than the
crappy black-and-random-colour format in my previous version you will need access to the
commercial LC 9.6.9
-
SShot 2023-04-20 at 20.52.22.png (222.72 KiB) Viewed 1875 times
-
SShot 2023-04-20 at 20.52.29.png (97.22 KiB) Viewed 1874 times
richmond62 wrote: ↑Thu Apr 20, 2023 6:03 pm
These colours WILL show up in OpenXTalk: however, to import them like this rather than the
crappy black-and-random-colour format in my previous version you will need access to the
commercial LC 9.6.9
That's a real shame as I certainly won't be going anywhere near any commercial versions of Livecode. 9.6.3 community edition is the last version I'll ever install of their product.
I would have liked the colour SVGs, but I guess I'll continue to use transparent pngs.
1. Open a completely unmodified version of LiveCode Community 9.6.3
2. In the message box do:
edit script of stack "com.livecode.library.drawing"
3. Search for:
"^url\s*\(\s*#([a-zA-Z][a-zA-Z0-9]*)*\)(.*)$"
and replace it with:
"^url\s*\(\s*#([a-zA-Z][a-zA-Z0-9_-]*)\)(.*)$"
4. Save the script and convey it to someone appropriate.