Plugin changes not saved

2022-03-24 Thread Neville Smythe via use-livecode
I hadn’t realised that LC does not offer to save changes to plugin stacks when it quits. Foo! I have therefore updated nsPropertyMapper (version 3.6. Revision 9) in Sample Stacks so changes to favorites and settings will be available on the next launch, there wasn’t much point to the favorites

Re: keyup not always working

2022-03-24 Thread Bob Sneidar via use-livecode
I have also run into this. I use rawKeyDown though, that always seems to work. Have you tried rawKeyUp? Bob S > On Mar 24, 2022, at 13:58 , Klaus major-k via use-livecode > wrote: > > Hi, > > I have this in the card script to provide some shortcuts to a player object: > ---

Weird Standalone Builder issue

2022-03-24 Thread Paul Dupuis via use-livecode
I'm on Windows 10, using LC 9.6.6, and building for macOS and Windows I have a folder called "Utilities" and in it I have the Windows version of an open source video utility called ffmpeg (specific file is just called "ffmpeg.exe". In the same "Utilities" folder, I have the macOS version of ff

Re: playrate & templateimage

2022-03-24 Thread Jerry Jensen via use-livecode
> On Mar 24, 2022, at 10:37 AM, Klaus major-k via use-livecode > wrote: > > Am 24.03.2022 um 18:31 schrieb Jerry Jensen via use-livecode > : >> >> Izotope > > Gesundheit! :-D Ha! I last said Gesundheit after a dinner companion exclaimed about her salad: "Jicama!" >>> I wonder if there i

keyup not always working

2022-03-24 Thread Klaus major-k via use-livecode
Hi, I have this in the card script to provide some shortcuts to a player object: -- on keyup tKey ## Have been bitten by this in the past :-D if the selectedfield <> EMPTY then pass keyup end if switch tKey ## This ALWAYS works: case

Re: playrate & templateimage

2022-03-24 Thread Klaus major-k via use-livecode
Am 24.03.2022 um 18:31 schrieb Jerry Jensen via use-livecode : > > Izotope Gesundheit! :-D >> On Mar 24, 2022, at 9:19 AM, Bob Sneidar via use-livecode >> wrote: >> >> Now THAT is interesting. I used to play guitar along with music in my >> iTunes. The problem is that recording studios used

Re: playrate & templateimage

2022-03-24 Thread Jerry Jensen via use-livecode
Izotope > On Mar 24, 2022, at 9:19 AM, Bob Sneidar via use-livecode > wrote: > > Now THAT is interesting. I used to play guitar along with music in my iTunes. > The problem is that recording studios used to alter the pitch of their songs > (and so the time of the song) slightly, in order to

Re: Counting Syllables

2022-03-24 Thread Craig Newman via use-livecode
I am actually having trouble finding a dictionary “dump” that would provide a list of words along with a syllabic entry attached. If such a thing exists, we only need a dozen lines of code and ten minutes to create a database mapping each word to its syllable count. Anyone know of such a resour

Re: playrate & templateimage

2022-03-24 Thread Bob Sneidar via use-livecode
Now THAT is interesting. I used to play guitar along with music in my iTunes. The problem is that recording studios used to alter the pitch of their songs (and so the time of the song) slightly, in order to get the songs to play within the limits imposed by Radio stations, and to get everything

[ANN] Release LC 10.0.0 DP-3

2022-03-24 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-3. You can find more details on the new features of this amazing release here: https://livecode.com/livecode-10-dp-3-release/ Enjoy! Kind regards The LiveCode Team -- ___

LiveCode Server Shared Hosting Environment

2022-03-24 Thread Ralph DiMola via use-livecode
Is there any way without root access to solve the problem of missing libraries preventing LiveCode server from running in a shared server environment? I'm getting this error when running the 9.6.6 64 bit server from the command line. ./livecode-server-pro: /lib64/libc.so.6: version `GLIBC_2.17' no

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread panagiotis m via use-livecode
Hello all, Thank you for the update and the sample stack/files. I will reopen this bug report then, and we will investigate further. Kind regards, Panos -- On Thu, 24 Mar 2022 at 15:45, matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > I can replicate this here also with

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread matthias rebbe via use-livecode
I can replicate this here also with 10DP2. And have attached a sample stack so others could also test. But i could not attach the pdf. I am always getting this error here: "It looks like you didn't come from the right page (you have no valid token for the create_attachment action while processi

Re: Counting Syllables

2022-03-24 Thread Rick Harrison via use-livecode
Yes, I’m looking into that. Web-scraping isn’t fun though, and it can be a lot of work. One also has to make sure it doesn’t violate company policies etc. I’m not a fan of getting sued. Rick > On Mar 24, 2022, at 1:55 AM, Dick Kriesel via use-livecode > wrote: > > You could scrape an onlin

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread Andreas Bergendal via use-livecode
Hi Panos, Interesting, I had not seen that bug report. Yes, it’s the same issue, and unfortunately it seems not fully solved in 9.6.x. I tried using 9.6.7 rc 2 Win 32bit and built both a 32bit and 64bit standalone, but neither did any better really. They can sometimes succeed on first run to c

playrate & templateimage

2022-03-24 Thread Klaus major-k via use-livecode
Hi friends, LC never ceases to surprise me and I love that! 1. In earlier versions setting the "playrate" of a player object to a different value than 1 unfortunately also changed the PITCH of the sound/movie. Today I was delighted to find out that this is not the case anymore! PITCH does not

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread panagiotis m via use-livecode
Hello Andreas, This sounds like this bug https://quality.livecode.com/show_bug.cgi?id=23088, which should be fixed in LC 9.6.6 RC-1 and newer. If this is not the case for you, could you attach a sample stack and the pdf to this report and reopen it? Or send it to me directly if they are confident

Print to pdf fails on Windows with multiple pages

2022-03-24 Thread Andreas Bergendal via use-livecode
Hi all, TL;DR: App/IDE crashes/fails when printing 30+ pages to single pdf, using Windows 10. Works fine on Mac. Windows memory issues? Long version: I have a stack/app where a crucial feature is printing to pdf. Om Mac (LC 9.6.6 or 9.6.7 rc1) this works flawlessly with 156 posts, resulting i