Re: Hacktoberfest is coming

2020-10-01 Thread Mike Kerner via use-livecode
and it's the first day of hacktoberfest
so get your fingers over to https://hacktoberfest.digitalocean.com to
register
then make four pull requests during october, and score a free 2020
hacktoberfest t-shirt
update the LC IDE!  improve something in the docs!  make mobile datagrids
work for both scrolling and dragging!
any any any any public repo on github will do

On Thu, Sep 24, 2020 at 7:56 PM Mike Kerner 
wrote:

> It's almost here - Hacktoberfest 2020!
> And now registration is open
> https://hacktoberfest.digitalocean.com
> All you have to do is register, then make a total of four pull requests to
> any public repo during the month of October.
> Pull requests can be updating LiveCode's documentation, making a
> contribution to any of the many liveCode related open source projects, or
> for that matter, any open source project on GitHub
> If you complete four pull requests, you will be able to choose to receive
> a Hacktoberfest 2020 T-shirt or have event organizers plant a tree in your
> name.
> Read the blog post here :
> https://www.digitalocean.com/blog/announcing-hacktoberfest-2020/
> Get
> To
> HACKING
>
>
>
> On Wed, Sep 9, 2020 at 10:16 AM Mike Kerner 
> wrote:
>
>> it's yours until you get a cease and desist letter.
>>
>> On Fri, Sep 4, 2020 at 1:06 PM Bob Sneidar via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>>> That's really an old saying?? I came up with the saying People don't
>>> change until it hurts not to. I thought I was being pithy.
>>>
>>> Bob S
>>>
>>>
>>> > On Sep 3, 2020, at 13:40 , Richard Gaskin via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> >
>>> > Like the old saying goes, "Change occurs when the pain of changing is
>>> finally exceeded by the pain of not changing."
>>> >
>>> > --
>>> > Richard Gaskin
>>> > Fourth World Systems
>>>
>>>
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>>
>>
>> --
>> On the first day, God created the heavens and the Earth
>> On the second day, God created the oceans.
>> On the third day, God put the animals on hold for a few hours,
>>and did a little diving.
>> And God said, "This is good."
>>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


What DNS to use with QUARTZ

2020-10-01 Thread Klaus major-k via use-livecode
Hi all,

see subject, looks like I lost that info somehow.

And no, currently I use 9.9.9.9. (Google) must have 
changed that some time ago, no idea why... 8-)

Thanks for any hints!


Best

Klaus
--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: What DNS to use with QUARTZ

2020-10-01 Thread matthias rebbe via use-livecode


ns1.on-rev.com
ns2.on-rev.com
ns3.on-rev.com

There is also ns1.livecodehosting.com, but its ip is identical to ns3.on-rev.com

Regards,
Matthias




-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 01.10.2020 um 15:39 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi all,
> 
> see subject, looks like I lost that info somehow.
> 
> And no, currently I use 9.9.9.9. (Google) must have 
> changed that some time ago, no idea why... 8-)
> 
> Thanks for any hints!
> 
> 
> Best
> 
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: What DNS to use with QUARTZ

2020-10-01 Thread Klaus major-k via use-livecode
Hi Matthias,

> Am 01.10.2020 um 16:38 schrieb matthias rebbe via use-livecode 
> :
> 
> ns1.on-rev.com
> ns2.on-rev.com
> ns3.on-rev.com
> 
> There is also ns1.livecodehosting.com, but its ip is identical to 
> ns3.on-rev.com

thank you very much, that was it! :-)

> Regards,
> Matthias

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Modal stacks cpu usage

2020-10-01 Thread Richard Gaskin via use-livecode

Neville Smythe wrote:

> Typically LC cpu usage shows about 34%  (presumably of 1 core).  When
> a modal stack is opened it immediately ramps up to 99% ; the fan kicks
> in, and if left for a while the OS boosts the kernel_task daemon which
> I have been told is a protection device to prevent overheating. This
> has the effect of very markedly slowing down all apps as they get less
> cpu time.
>
> If the stack is opened in non-modal mode, cpu usage stays around 34% .
> I don’t understand why a modal stack should be a cpu hog, indeed it
> seems like a bug to me.

Confirmed here on macOS 10.14.5.  The CPU load is indeed quite dramatic 
with modal dialogs.


I also checked on Linux (Ubuntu 18.04), and LC does not exhibit the 
problem there.


Have you opened a bug report on this?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re:TIL: JSON validator

2020-10-01 Thread Jim Lambert via use-livecode
Mark,

Thanks for those useful links.

Jim Lambert

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


ICS Generation

2020-10-01 Thread Peter Reid via use-livecode
Has anyone got a calendar library for LiveCode? I'm developing an app, part of 
which exports a handful of events to do with ordering regular medication. I'd 
like to export an ICS format file containing 3 all-day events titled something 
like the following:

1. MEDS RUN-OUT TODAY
2. COLLECT MEDS
3. ORDER NEXT MEDS

What I'm looking for is either a full calendar library that I can use to 
generate such a ICS file, or the minimalist version, ie just enough calendar 
support to generate this minimal ICS file - nothing more complex.

Anyone know of anything suitable?

Thanks

Peter
--
Peter Reid
Loughborough, UK


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Modal stacks cpu usage

2020-10-01 Thread Bob Sneidar via use-livecode
I’ll weigh in here. I have noticed at times my Mac becoming slow and extremely 
laggy to input. Quitting all my apps, including LC seems to resolve it, 
although I never dug in any deeper. (Honestly I thought it was a Chrome or web 
page issue and I am used to those.) Next time I see the issue I will dig 
further.

Bob S


On Oct 1, 2020, at 9:28 AM, Richard Gaskin via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Neville Smythe wrote:

> Typically LC cpu usage shows about 34%  (presumably of 1 core).  When
> a modal stack is opened it immediately ramps up to 99% ; the fan kicks
> in, and if left for a while the OS boosts the kernel_task daemon which
> I have been told is a protection device to prevent overheating. This
> has the effect of very markedly slowing down all apps as they get less
> cpu time.
>
> If the stack is opened in non-modal mode, cpu usage stays around 34% .
> I don’t understand why a modal stack should be a cpu hog, indeed it
> seems like a bug to me.

Confirmed here on macOS 10.14.5.  The CPU load is indeed quite dramatic with 
modal dialogs.

I also checked on Linux (Ubuntu 18.04), and LC does not exhibit the problem 
there.

Have you opened a bug report on this?

--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread Bob Sneidar via use-livecode
Ditto. I would LOVE to be able to not only WRITE events but READ them too. On a 
Mac I could probably AppleScript it (given a LOT of time doing almost 
exclusively research and trial and error) but on Windows I think it becomes a 
lot more difficult/impossible without a real C compiled API. Microsoft does not 
have a method for communicating with their apps like they did long ago. Anyone 
who uses ACT can testify to that. There was a time when to use the ACT Outlook 
plugin the user had to be an administrator.

Bob S


On Oct 1, 2020, at 10:08 AM, Peter Reid via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Has anyone got a calendar library for LiveCode? I'm developing an app, part of 
which exports a handful of events to do with ordering regular medication. I'd 
like to export an ICS format file containing 3 all-day events titled something 
like the following:

1. MEDS RUN-OUT TODAY
2. COLLECT MEDS
3. ORDER NEXT MEDS

What I'm looking for is either a full calendar library that I can use to 
generate such a ICS file, or the minimalist version, ie just enough calendar 
support to generate this minimal ICS file - nothing more complex.

Anyone know of anything suitable?

Thanks

Peter
--
Peter Reid
Loughborough, UK

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread matthias rebbe via use-livecode
I am not sure if this is what you are looking for, but in this forum post Bill 
Vlahos wrote about a stack he wrote
http://forums.livecode.com/viewtopic.php?f=108&t=25046

Here's the direct link to his GitHub repo
https://github.com/bvlahos/Scripting-Calendars 


Regards,
Matthias

-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 01.10.2020 um 19:08 schrieb Peter Reid via use-livecode 
> :
> 
> Has anyone got a calendar library for LiveCode? I'm developing an app, part 
> of which exports a handful of events to do with ordering regular medication. 
> I'd like to export an ICS format file containing 3 all-day events titled 
> something like the following:
> 
> 1. MEDS RUN-OUT TODAY
> 2. COLLECT MEDS
> 3. ORDER NEXT MEDS
> 
> What I'm looking for is either a full calendar library that I can use to 
> generate such a ICS file, or the minimalist version, ie just enough calendar 
> support to generate this minimal ICS file - nothing more complex.
> 
> Anyone know of anything suitable?
> 
> Thanks
> 
> Peter
> --
> Peter Reid
> Loughborough, UK
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread matthias rebbe via use-livecode
And heres a link to Andre Garzias post about an iCalendar library he created 
and shared through GitHub
http://forums.livecode.com/viewtopic.php?t=32187

-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 01.10.2020 um 23:22 schrieb matthias rebbe via use-livecode 
> :
> 
> I am not sure if this is what you are looking for, but in this forum post 
> Bill Vlahos wrote about a stack he wrote
> http://forums.livecode.com/viewtopic.php?f=108&t=25046
> 
> Here's the direct link to his GitHub repo
> https://github.com/bvlahos/Scripting-Calendars 
> 
> 
> Regards,
> Matthias
> 
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
> 
>> Am 01.10.2020 um 19:08 schrieb Peter Reid via use-livecode 
>> :
>> 
>> Has anyone got a calendar library for LiveCode? I'm developing an app, part 
>> of which exports a handful of events to do with ordering regular medication. 
>> I'd like to export an ICS format file containing 3 all-day events titled 
>> something like the following:
>> 
>> 1. MEDS RUN-OUT TODAY
>> 2. COLLECT MEDS
>> 3. ORDER NEXT MEDS
>> 
>> What I'm looking for is either a full calendar library that I can use to 
>> generate such a ICS file, or the minimalist version, ie just enough calendar 
>> support to generate this minimal ICS file - nothing more complex.
>> 
>> Anyone know of anything suitable?
>> 
>> Thanks
>> 
>> Peter
>> --
>> Peter Reid
>> Loughborough, UK
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread Alex Tweedly via use-livecode
I don't know of one - but the minimal version (i.e. all-day events only, 
no repeating events, no multiple timezones) should be really trivial. If 
no-one comes up with something in the next day or two I'll try it as my 
weekend project.


Bob - if you want to interact with calendars, take a look at Bill 
Vlahos's library as Matthias pointed out. If you want to read (i.e. not 
write) ICS files I have a library for doing that - let me know and I'll 
check if it works with recent versions of LC and send it to you.


And if you are even thinking of programming something with times/dates, see

https://www.youtube.com/watch?v=-5wpm-gesOY&ab_channel=Computerphile

Alex.

On 01/10/2020 18:08, Peter Reid via use-livecode wrote:

Has anyone got a calendar library for LiveCode? I'm developing an app, part of 
which exports a handful of events to do with ordering regular medication. I'd 
like to export an ICS format file containing 3 all-day events titled something 
like the following:

1. MEDS RUN-OUT TODAY
2. COLLECT MEDS
3. ORDER NEXT MEDS

What I'm looking for is either a full calendar library that I can use to 
generate such a ICS file, or the minimalist version, ie just enough calendar 
support to generate this minimal ICS file - nothing more complex.

Anyone know of anything suitable?

Thanks

Peter
--
Peter Reid
Loughborough, UK


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread Bob Sneidar via use-livecode
Thanks Alex. I already downloaded the git zip file. I’ll have a look. 

Bob S


> On Oct 1, 2020, at 3:33 PM, Alex Tweedly via use-livecode 
>  wrote:
> 
> I don't know of one - but the minimal version (i.e. all-day events only, no 
> repeating events, no multiple timezones) should be really trivial. If no-one 
> comes up with something in the next day or two I'll try it as my weekend 
> project.
> 
> Bob - if you want to interact with calendars, take a look at Bill Vlahos's 
> library as Matthias pointed out. If you want to read (i.e. not write) ICS 
> files I have a library for doing that - let me know and I'll check if it 
> works with recent versions of LC and send it to you.
> 
> And if you are even thinking of programming something with times/dates, see
> 
> https://www.youtube.com/watch?v=-5wpm-gesOY&ab_channel=Computerphile
> 
> Alex.
> 
> On 01/10/2020 18:08, Peter Reid via use-livecode wrote:
>> Has anyone got a calendar library for LiveCode? I'm developing an app, part 
>> of which exports a handful of events to do with ordering regular medication. 
>> I'd like to export an ICS format file containing 3 all-day events titled 
>> something like the following:
>> 
>> 1. MEDS RUN-OUT TODAY
>> 2. COLLECT MEDS
>> 3. ORDER NEXT MEDS
>> 
>> What I'm looking for is either a full calendar library that I can use to 
>> generate such a ICS file, or the minimalist version, ie just enough calendar 
>> support to generate this minimal ICS file - nothing more complex.
>> 
>> Anyone know of anything suitable?
>> 
>> Thanks
>> 
>> Peter
>> --
>> Peter Reid
>> Loughborough, UK
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ICS Generation

2020-10-01 Thread Alex Tweedly via use-livecode


On 02/10/2020 00:11, Bob Sneidar via use-livecode wrote:

Thanks Alex. I already downloaded the git zip file. I’ll have a look.


Oh yeah, it's on github - I'd forgotten that :-)

But I haven't used it since (I think) LC 5.5 - so if you bump into any 
issues, please drop me anote.


Thanks

Alex.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode