On 9/16/06 1:38 AM, "Josh Mellicker" <[EMAIL PROTECTED]> wrote:

> Regardless of the lookAndFeel setting, in OS X, if you change the
> text in an editable field, then immediately click on a popup menu or
> button, closeField is not sent, because the text field doesn't lose
> focus, and the cursor is actually still in the text field, you can
> still type even after clicking around quite a bit.
> 
> This is unfortunate, forcing workarounds to check if the field
> contents have changed manually...

There's another way - create a frontscript tha has this script in it:

on mouseDown
  if (the platform is "MacOS") and (word 1 of the target is "button") then
    select empty
  end if
  pass mouseDown
end mouseDown

That should do it...

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to