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

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

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

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

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=25046 Here's the direct link to his GitHub repo https://github.com/bvlahos/Scripting-Calendars

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.

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

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

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:

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

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

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

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

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

Re: Modal stacks cpu usage

2020-10-01 Thread Phil Davis via use-livecode
Sorry Neville, I didn't read your email closely enough - you are obviously on the right track. Phil On 9/30/20 9:02 PM, Phil Davis via use-livecode wrote: Another factor I discovered in times past (which may have been changed by now) that eats up CPU cycles is the "Default" button style. Do