Hi all,
I have a field with ListBehavior set to true.
When I mouseDown and hold on the field, the mouseDown message gets sent
twice...?
For example, try putting this script in a button with ListBehavior set to true:
on mouseDown
put "MouseDown message received at"&&the long seconds
wait for 1 seconds
end mouseDown
You will see the handler executes twice.
Does anyone know how to turn this off (without setting ListBehavior to false)?
Or ideas for trapping the second one?
TIA,
Leston
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.