Re: A possible messaging and modal dialog bug...

2016-02-26 Thread Kay C Lan
On Sat, Feb 27, 2016 at 3:32 AM, Paul Dupuis wrote: > I what seems to me is a "bug" related to messages and model dialogs in > LiveCode. Sorry I do not know how to link old post but if you search the list for: What is wrong with this Script logic? dated 1/11/13 You will find a recipe (tested

Re: A possible messaging and modal dialog bug...

2016-02-26 Thread dunbarx
, Feb 26, 2016 5:27 pm Subject: Re: A possible messaging and modal dialog bug... Craig, If you are referring to the note that says: --- Important! Specifying a time can affect the order in which statements are executed. If you don't specify a time, the message is sent immediat

Re: A possible messaging and modal dialog bug...

2016-02-26 Thread J. Landman Gay
On 2/26/2016 4:08 PM, Paul Dupuis wrote: What is unexpected is that the answer statement in the script of btn 2 is NEVER executed! This seems like a BUG. What must be happening is that when the answer dialog is up (from btn 1) and equivalent of 'wait with messages" is occuring, so btn 2 then get

Re: A possible messaging and modal dialog bug...

2016-02-26 Thread Paul Dupuis
. > > > Craig Newman > > > > > on mouseUp > send "dataChanged" to btn 1 in 5 milliseconds > send "dataChanged" to btn 2 in 10 milliseconds > end mouseUp > > > > > -----Original Message----- > From: Paul Dupuis > To: LiveC

Re: A possible messaging and modal dialog bug...

2016-02-26 Thread dunbarx
10 milliseconds end mouseUp -Original Message- From: Paul Dupuis To: LiveCode Developer List ; use-livecode Sent: Fri, Feb 26, 2016 2:33 pm Subject: A possible messaging and modal dialog bug... I what seems to me is a "bug" related to messages and model dialogs in LiveCode.

A possible messaging and modal dialog bug...

2016-02-26 Thread Paul Dupuis
I what seems to me is a "bug" related to messages and model dialogs in LiveCode. I have tested this under LC676, LC7.1.1, and LC8.0.0dp15 If I have stack with 2 buttons, called Dialog1 and Dialog2 with the following script in each button. on dataChanged put short name of me & colon & cr & "BEFO