Re: mouseControl

2012-01-23 Thread Jerry Jensen
guess it could be that some > things take longer to process. > Craig Newman > > > > -Original Message- > From: Jerry Jensen > To: How to use LiveCode > Sent: Mon, Jan 23, 2012 12:43 pm > Subject: Re: mouseControl > > > Because no new messages get no

Re: mouseControl

2012-01-23 Thread dunbarx
s something about some functions. "wait with messages" has fixed things before, just not sure why. I guess it could be that some things take longer to process. Craig Newman -Original Message- From: Jerry Jensen To: How to use LiveCode Sent: Mon, Jan 23, 2012 12:43 pm Subject: R

Re: mouseControl

2012-01-23 Thread Jerry Jensen
> > > -Original Message- > From: Ken Ray > To: How to use LiveCode > Sent: Mon, Jan 23, 2012 11:59 am > Subject: Re: mouseControl > > > > On Jan 23, 2012, at 3:17 PM, dunb...@aol.com wrote: > >> >> >> Sorry if this has been

Re: mouseControl

2012-01-23 Thread dunbarx
Ken. The wait thing worked. Don't know why it should. Thank you. Craig Newman -Original Message- From: Ken Ray To: How to use LiveCode Sent: Mon, Jan 23, 2012 11:59 am Subject: Re: mouseControl On Jan 23, 2012, at 3:17 PM, dunb...@aol.com wrote: > > > Sorry if

Re: mouseControl

2012-01-23 Thread Ken Ray
On Jan 23, 2012, at 3:17 PM, dunb...@aol.com wrote: > > > Sorry if this has been answered already. Possibly to me. > > > What is wrong with this: > on mouseUp > repeat until the mouseclick > put the mouseControl > end repeat > end mouseUp Try "repeat until the mouse is down" … if th