Yes this is "normal" behavior for a Mac. There is a workaround. In the button 
(or any button that the user might click) enter: 

focus on nothing

You can even have a mouseUp handler in the frontscript that does it for you and 
passes the mouseUp message.

Bob


On Sep 25, 2012, at 10:32 AM, Charles Szasz wrote:

> I have a number of fields that I am using the closeField and exitField 
> handlers to do calculations after the user enters  numbers in the fields. The 
> Problem I am running into is that the closeField and exitField handlers do 
> not work on the very last field when the user clicks directly on a button. I 
> have tried using the command click at 0,0 in the button that the user presses 
> after leaving a field but that does not work in LC 5.5.2. Anybody have a 
> suggestion?
> 
> Charles Szasz
> csz...@mac.com
> 
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to