Re: windows standalone performance

2019-12-13 Thread Neville via use-livecode
> My user who initially reported the bug to me has acquired a new PC on which > the bug does not seem to happen I spoke too soon … my user's whiz-bang PC still takes 3 seconds to save my app's 9 MB data stack, when his older PC takes 10 seconds. Both should be saving in a very small fraction of

Re: Standalones and the defaultFolder

2019-12-13 Thread Bob Sneidar via use-livecode
Thanks for the confirmation Tom. I did see two places in my code that I have to set the default folder, so I just reset it when I am done. Same thing, getting list of files. There may have been some discussion in the past about a files command where the path could be passed, but that's not close

Re: windows standalone performance

2019-12-13 Thread Neville via use-livecode
> Sean wrote: From what I can tell from QC is that it has not been confirmed > and been marked as pending due to not being able to reproduce. The bug is clearly marked as status CONFIRMED. There was a stage when QC could not reproduce the bug on their machines, but Panos did confirm it “on olde

Re: Animated Gifs - Keep them Running

2019-12-13 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > RGi rotate an svg using send it time and it seems to work really > well. > i can rotate many svgs simultaneouslyso maybe svg is the answer > hereas far as a progress indicator. It's surprising that the vector rendering of SVG is noticeably faster for multi-frame an

Re: Standalones and the defaultFolder

2019-12-13 Thread Tom Glod via use-livecode
I only use defaultfolder when I need to get a list of files in that folder. Otherwise its the kind of thing that comes back to haunt us for no real reason. On Fri, Dec 13, 2019 at 12:07 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Not sure. There have been thread

Re: Standalones and the defaultFolder

2019-12-13 Thread Bob Sneidar via use-livecode
Not sure. There have been threads in the past relating to the defaultFolder, and how it can in certain cases cause other issues, so I think my strategy for avoiding setting the defaultFolder is the way to go. I've been meaning to for a while now. I just wanted to alert everyone in case they run

Remote Debugging Not Working

2019-12-13 Thread Sannyasin Brahmanathaswami via use-livecode
Anyone who has an an indy or business licence, and has moved to Catalina… I want verify in this is my context or if is a bug… I can't do Remote debugging. My iPhone on in the same wireless network and my MacBook Pro… But if I put an "breakpoint" in a script, save, and test on an iPhone, of cou

Re: Animated Gifs - Keep them Running

2019-12-13 Thread Sannyasin Brahmanathaswami via use-livecode
Ahh.. good catch! You should use: -> SET THE ANGLE of widget xyz to N just like with images you want to "rotate". ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: Standalones and the defaultFolder

2019-12-13 Thread J. Landman Gay via use-livecode
Would the stackfiles property help here? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 13, 2019 10:33:38 AM Bob Sneidar via use-livecode wrote: Hi all. I was given to understand that in a standalone, when I open another s

Re: Animated Gifs - Keep them Running

2019-12-13 Thread Klaus major-k via use-livecode
Hi Swami, > Am 13.12.2019 um 17:28 schrieb Sannyasin Brahmanathaswami via use-livecode > : > ... > -- aside > fyi dictionary is confused: > rotate: > OSmac, windows, linux > Platforms desktop, server, mobile ROTATE is for IMAGE editing only and maybe lossy in that case! You shoul

Standalones and the defaultFolder

2019-12-13 Thread Bob Sneidar via use-livecode
Hi all. I was given to understand that in a standalone, when I open another stack it by default looks in the folder the executable is in first, and then in some other places if it doesn't find it. This used to work and now does not. When for instance I issue the command "go stack devices" wher

Re: Animated Gifs - Keep them Running

2019-12-13 Thread Sannyasin Brahmanathaswami via use-livecode
@richard: I don't think *anything* including widget, run in a different thread on LC @HH and Tom Great idea! (using send) -- aside fyi dictionary is confused: rotate: OS mac, windows, linux Platforms desktop, server, mobile It should say, (hopefully) iOS and Android..whateve