Page 2 of 2

RE: Concurrent Event Problem

Posted: Fri Jun 11, 2021 9:38 pm
by KnightHawk75
ORIGINAL: michaelm75au

A fix to cater for 'deleting an action with an action' has been made for the next build.

Massive THANK YOU!! Dimitris,Michael, and JKgarner for finding it, fixing it and extensive examples that highlighted it and made it easier to track down.

Thanks KnightHawk75.
I will most likely lift this solution (with credit and somewhat modified) to use while I am compelled to use version 1 and change.
No problemo, no need for "credit", and by all means adapt as needed as it was just a sample.

RE: Concurrent Event Problem

Posted: Mon Jun 14, 2021 8:48 am
by jkgarner
@KnightHawk75:

I decided that implementing a delayed event deletion rather than the delayed action delete was a cleaner solution in that it results in less code, and is more easily understood.

Thanks for your help in identifying the actual problem.