Re: macOS Ventura (13.x.x)...

2022-07-11 Thread Bob Sneidar via use-livecode
Like how did our stomaches evolve without a circulatory system, and without a circulatory system, how did we develop stomaches? Bob S > On Jul 10, 2022, at 23:53 , Richmond Mathewson via use-livecode > wrote: > > Running RevMedia 4 on Xubuntu 22.04 serves as a reminder of some of the > nigg

Re: What is the best way to trigger an action at a certain time?

2022-07-11 Thread Bob Sneidar via use-livecode
Slight improvement: local lInterval constant cInterval = 300 on openStack put cInterval into lInterval checkTime end openStack on checkTime -- your code send checkTime to me in lInterval seconds end checkTime setProp interval, pInterval if pInterval is empty then ask "Ent

Re: Tree Widget: hilitedValue?

2022-07-11 Thread Mark Waddingham via use-livecode
On 2022-07-10 21:33, Richard Gaskin via use-livecode wrote: Brian Milby wrote: You could also turn the path into an array (but lose the error checking above): function getValue pArray, pPath split pPath by comma return pArray[pPath] end getValue Thanks, Brian. I keep forgetting we can us

Re: What is the best way to trigger an action at a certain time?

2022-07-11 Thread Mike Kerner via use-livecode
I've got a library for adding CRON functionality, if you want something more elaborate. https://github.com/macMikey/mikeys-cron-library On Mon, Jul 11, 2022 at 7:48 AM Tim Selander via use-livecode < use-livecode@lists.runrev.com> wrote: > Tore, > > Interesting! 'send in time' is a new one for me

Re: macOS Ventura (13.x.x)...

2022-07-11 Thread Colin Holgate via use-livecode
In general, Ventura is going well. > On Jul 11, 2022, at 12:53 AM, Richmond Mathewson via use-livecode > wrote: > > Well there go my plans for early adoption. > > I do feel that the 'new OS a year' model means that ALL the versions are > unfinished. > > I could say the same about LiveCode ver

Re: What is the best way to trigger an action at a certain time?

2022-07-11 Thread Tim Selander via use-livecode
Tore, Interesting! 'send in time' is a new one for me. Thanks! Tim On 2022.07.11 20:43, Tore Nilsen via use-livecode wrote: For this I would use a recursive approach with «send in time» something like this: on openStack checkTime end openStack on checkTime ## Do your routines of

Re: What is the best way to trigger an action at a certain time?

2022-07-11 Thread Tore Nilsen via use-livecode
For this I would use a recursive approach with «send in time» something like this: on openStack checkTime end openStack on checkTime ## Do your routines of checking time, performing the required action etc. send checkTime to me in 300 seconds. ## you set the interval to whatever is

What is the best way to trigger an action at a certain time?

2022-07-11 Thread Tim Selander via use-livecode
Dear all, I want to have an LC app running on a computer doing nothing but watching the time. At predetermined times, I then want it to run a command. A call to an API on a website. In the old HC days, I remember using "on idle" to watch for a set time. But even then, using "on idle" was les

Re: MegaBundle whatnot

2022-07-11 Thread Heather Laine via use-livecode
Kaveh and Co, We have actually simplified the licensing in the move to Single Edition, which is what is causing the confusion here. There is no such thing as Indy or Business anymore. It's all just LiveCode. You pick the platforms you want and off you go... However the new Enhancements Bundle