Re: LC 9.6.9 App uses too much memory!

2023-08-16 Thread harrison--- via use-livecode
Hi Mark, It was a very old stack that used the Player object. It had start and stop buttons that I had created, and a couple of scrollbar objects for quick value scrubbing and playing. There was some rather odd behavior with the toggle controller where the 9.6.9 version was the flip flop of the

Re: Linux filenames in LC Server

2023-08-16 Thread matthias rebbe via use-livecode
It seems it is possible to set environment vars using redirect rules in .htaccess. I added the following lines to my .htaccess RewriteEngine on RewriteRule \.(lc) - [E=LANG:de_DE.UTF-8] the 2nd line or better tells Apache not to redirect, but to 'use' the flag [E=] when an .lc file is

Re: Setting focus after tab

2023-08-16 Thread Bob Sneidar via use-livecode
never mind. I just tested this with a new stack and it works the way it’s supposed to. I must have a script that is doing this. Bob S > On Aug 16, 2023, at 9:30 AM, Bob Sneidar wrote: > > Hi all. > > Something curious that has been going on for a while. When I tab from field 1 > to

Setting focus after tab

2023-08-16 Thread Bob Sneidar via use-livecode
Hi all. Something curious that has been going on for a while. When I tab from field 1 to field 2, I have code that populates field 2 in some circumstances, then checks to see if field 2 is empty, then focuses on field 2 if it is, or fiend 3 if it’s not. In other words I am trying to focus on

Re: Linux filenames in LC Server

2023-08-16 Thread Bob Sneidar via use-livecode
Hah! This reminds me of a time when Windows would allow files with names that were legal for Mac to be written to its own file system who’s filenames were NOT legal. The result is you could save the files, but you could never access or delete them, neither could you delete any folder that

Re: Linux filenames in LC Server

2023-08-16 Thread Mark Waddingham via use-livecode
On 2023-08-16 06:37, Neville Smythe via use-livecode wrote: So I misunderstood, I thought we were talking about Apache environment variables. Indeed the Terminal app reports LANG=C as a system env variable. But if this is not specifically a server problem, wouldn’t that mean we could see the