Re: wait with messages revisited.

2004-11-02 Thread K
: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 1 Nov 2004 14:59:58 -0700 Subject: Re: wait with messages revisited. brOn Nov 1, 2004, at 9:24 AM, K wrote:brbrif gblA is true then return truebrbrAre you actually doing this?brOr this?brbr if gblA then exit repeatbrbrDarbr

Re: wait with messages revisited.

2004-11-01 Thread K
I posted the below some days ago. I have further questions and further infomation. In my testing of wait for X seconds with message: Example code: global gblA global gblB [Button A] on mouseUp repeat forever put Waiting A return after field status if gblA is true then return true

Re: wait with messages revisited.

2004-11-01 Thread Dar Scott
On Nov 1, 2004, at 9:24 AM, K wrote: if gblA is true then return true Are you actually doing this? Or this? if gblA then exit repeat Dar Dar Scott Consulting http://www.swcp.com/dsc/ Programming Services

wait with messages revisited.

2004-10-28 Thread K
Okay, some time ago everyone assisted me with understanding how wait with messages functions. I am still a bit confused. In my testing I found the following. Example code: [Button A] global evtA on mouseUp put Waiting on event (A) cr into field edtStatus wait until evtA with messages