Hey Doug,

Yea, I’m already doing that using

: (Form event=On Mouse Move)

That part works and limits the firing to the “hot zone".

It amazes me that after 30 years I can’t know which key was pressed without, 
once I get it working, using an ‘On Event Call’.

When I thought about imitating the behavior it seemed so easy.

Ahh… Isn’t that what my client always say? <smile>

Appreciate,
John...

> Get mouse to return the mouse location or, if you need the data only when 
> the mouse is over a specific object, you can use On mouse enter to enable 
> your event handler and then shut it off On mouse leave. If the object in 
> question doesn't respond to those events, you could either put a very large 
> button over the object or, if that won't work, create a "border fence" 
> around the object to capture the mouse enter and mouse exit. 
> 
> Once the mouse is in the hot zone, the event handler will monitor the event 
> queue and you can capture use of the spacebar using the event handler and 
> the Keystroke command. 
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to