Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Yes! It was so easy. I did not expect to find that specialFolderPath("resources") on desktop went to folder with your stack inside it. Perfect for tDefaultFolder This did my job! Yay! on mouseUp local tImageName, tDestinationPath,tFolder, tDefaultFolder put

Re: Contesting for Idiot du Jour

2020-09-07 Thread Roger Guay via use-livecode
That’s why I said most! > On Sep 7, 2020, at 12:05 PM, Pi Digital via use-livecode > wrote: > > Except Black > > ... and white. > > >> On 7 Sep 2020, at 18:16, Roger Guay via use-livecode >> wrote: >> >> … and reminding me yet again that most things are never black or white! > > >

Re: Contesting for Idiot du Jour

2020-09-07 Thread Pi Digital via use-livecode
Except Black ... and white. > On 7 Sep 2020, at 18:16, Roger Guay via use-livecode > wrote: > > … and reminding me yet again that most things are never black or white! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Contesting for Idiot du Jour

2020-09-07 Thread Roger Guay via use-livecode
… and reminding me yet again that most things are never black or white! > On Sep 7, 2020, at 2:04 AM, Pi Digital via use-livecode > wrote: > > Sure. Draw a circle on a 10x10, 20x20, 100x100, etc grid. Only Whole pixels > get counted (Pass or 1 in digital binary). Depending on the methodology,

Re: Contesting for Idiot du Jour

2020-09-07 Thread Roger Guay via use-livecode
Thank you! This is excellent information for me to keep in mind. And a special thanks for pointing me to the Gauss Circle Problem. Roger > On Sep 7, 2020, at 2:04 AM, Pi Digital via use-livecode > wrote: > > Sure. Draw a circle on a 10x10, 20x20, 100x100, etc grid. Only Whole pixels > get

Re: How Do You Get Filename / Image

2020-09-07 Thread Pi Digital via use-livecode
I see. You will need to use the full path for tImageName. That will be true for all of the file names you have stored on your cards and stacks. With images, the filename can be either the full path or a relative path, relative to the defaultFolder or the folder the stack is saved in. RevCopy

[ANN] This Week in LiveCode 237

2020-09-07 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #237 here: https://bit.ly/2R4TQzw This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Goal: to get a folder a disk that can be copied to the web server. We have all kinds of files on disk. So, I am trying to copy a list of filename in the cards of stack. It can't that hard. But I think the method for doing the tRelativeName of filename is "broken" where are get the

Re: Contesting for Idiot du Jour

2020-09-07 Thread Pi Digital via use-livecode
Sure. Draw a circle on a 10x10, 20x20, 100x100, etc grid. Only Whole pixels get counted (Pass or 1 in digital binary). Depending on the methodology, either 1) only those within the circle line (complete) or 2) those on the line itself and within it (incomplete). In your example, a 200x200