Re: Combined Events

2006-03-21 Thread Wouter
for example: on returninfield mousedown end returninfield Greetings, Wouter On 21 Mar 2006, at 17:03, Jeff Honken wrote: Is there any way to combine events so you don't have to have redundant code. I would like the same code to run on both the on returnInField and on mouseDown events.

RE: Combined Events

2006-03-21 Thread Jeff Honken
, 2006 9:13 AM To: How to use Revolution Subject: Re: Combined Events for example: on returninfield mousedown end returninfield Greetings, Wouter On 21 Mar 2006, at 17:03, Jeff Honken wrote: Is there any way to combine events so you don't have to have redundant code. I would like the same

Re: Combined Events

2006-03-21 Thread Wouter
Hi Jeff, This should work if the locktext and the traversalon of the field are true: on returnInField mousedown end returnInField on mouseDown answer Hello cr the millisecs end mouseDown W. On 21 Mar 2006, at 17:39, Jeff Honken wrote: Wouter, Thank you for the reply but I'm a

Re: Combined Events

2006-03-21 Thread Jim Ault
, 2006 9:13 AM To: How to use Revolution Subject: Re: Combined Events for example: on returninfield mousedown end returninfield Greetings, Wouter On 21 Mar 2006, at 17:03, Jeff Honken wrote: Is there any way to combine events so you don't have to have redundant code. I

Re: Combined Events

2006-03-21 Thread Jim Ault
end returnInField or mouseDown -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Sent: Tuesday, March 21, 2006 9:13 AM To: How to use Revolution Subject: Re: Combined Events for example: on returninfield mousedown end

RE: Combined Events

2006-03-21 Thread Jeff Honken
Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Ault Sent: Tuesday, March 21, 2006 10:09 AM To: How to use Revolution Subject: Re: Combined Events oops. Too early in the morning.. wrong answer since I miss read the question. On 3/21/06 9:06

Re: Combined Events

2006-03-21 Thread Jim Ault
if end mouseDown on hello answer Hello World end hello Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Ault Sent: Tuesday, March 21, 2006 10:09 AM To: How to use Revolution Subject: Re: Combined Events oops. Too early

Re: Combined Events

2006-03-21 Thread Cubist
In a message dated 3/21/06 8:14:18 AM, Jeff Honken [EMAIL PROTECTED] writes: Is there any way to combine events so you don't have to have redundant code. I would like the same code to run on both the on returnInField and on mouseDown events. Jeff In general, the solution to this problem

RE: Combined Events

2006-03-21 Thread Jeanne A. E. DeVoto
At 10:43 AM -0700 3/21/2006, Jeff Honken wrote: That's exactly what I'm looking for but why on a windows box doesn't the left mouse click work. Here's the code: Does it work if you don't specify which mouse button? -- jeanne a. e. devoto ~ [EMAIL PROTECTED] http://www.jaedworks.com