Page 1 of 1

Gift 4

Posted: Sun Apr 16, 2023 4:21 pm
by richmond62
SShot 2023-04-16 at 19.17.55.png
SShot 2023-04-16 at 19.17.55.png (75.67 KiB) Viewed 1915 times
-
SShot 2023-04-16 at 19.18.19.png
SShot 2023-04-16 at 19.18.19.png (163.63 KiB) Viewed 1915 times
-

Re: Gift 4

Posted: Sun Apr 16, 2023 6:18 pm
by richmond62
I should like to point out that when LiveCode imports SVG files is mucks up a lot of the colour infomation:
-
SShot 2023-04-16 at 21.16.01.png
SShot 2023-04-16 at 21.16.01.png (210.95 KiB) Viewed 1909 times

Re: Gift 4

Posted: Thu Apr 20, 2023 6:00 pm
by richmond62
I have redone the whole stack using a trial version of LC 9.6.9
-
SShot 2023-04-20 at 20.51.45.png
SShot 2023-04-20 at 20.51.45.png (131.01 KiB) Viewed 1881 times
-
SShot 2023-04-20 at 20.52.06.png
SShot 2023-04-20 at 20.52.06.png (123.57 KiB) Viewed 1880 times
-
-
SShot 2023-04-20 at 20.52.15.jpg
SShot 2023-04-20 at 20.52.15.jpg (166.2 KiB) Viewed 1879 times

Re: Gift 4

Posted: Thu Apr 20, 2023 6:03 pm
by richmond62
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
SShot 2023-04-20 at 20.52.22.png (222.72 KiB) Viewed 1878 times
-
SShot 2023-04-20 at 20.52.29.png
SShot 2023-04-20 at 20.52.29.png (97.22 KiB) Viewed 1877 times

Re: Gift 4

Posted: Sat Apr 22, 2023 7:42 am
by tperry2x
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.

Re: Gift 4

Posted: Sat Apr 22, 2023 11:11 am
by richmond62
Those coloured SVGs WILL display properly in LC 963.

Re: Gift 4

Posted: Sat Apr 22, 2023 12:03 pm
by richmond62
I downloaded a trial
version of LC 969 and did what I wanted to do (i.e. rejig 'Gift 4') and chucked the thing away.

You could also "have a bash" with Mark Waddingham's helpful suggestion:

Code: Select all

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.

Re: Gift 4

Posted: Sat Apr 22, 2023 12:25 pm
by richmond62
Mark Waddingham's script change does EXACTLY what is required, God Bless him.