Oooohky...
So the problem is not calling selectionChanged while another selectionChanged
is running. The problem is setting the dgData (or dgText I will assume) while a
selectionChanged handler is running. I remember I tracked that down before
this. Setting the dgData is obviously triggerin
ces
rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Bob Sneidar via use-livecode
Sent: Thursday, January 24, 2019 2:29 PM
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Re: Lock Screen does NOT work!
For those in
For those interested, I've had a bit of a revelation concerning datagrids and
the selectionChanged handler. Here's the problem.
I use datagrids extensively. I have code in my selectionChanged handlers in the
datagrids that update the card objects; fields buttons etc. It's convenient for
me the
Hmmm... Belay that. I bet I am using send in time somewhere prior to the
datagrid updates. That would pop an idle message and cancel the screen lock.
Bob S
> On Jan 24, 2019, at 10:52 , Bob Sneidar via use-livecode
> wrote:
>
> Hi all. Bold subject line I know. Here's how I know.
>
> I us