Re: SE2 script snippet for Mouse Speed fails???
Re: SE2 script snippet for Mouse Speed fails???
- Subject: Re: SE2 script snippet for Mouse Speed fails???
- From: email@hidden
- Date: Sat, 21 Dec 2002 17:31:47 -0800
Did you install the Pre-release Software/Dec2002SystemEvents.pkg
package from the Dec. 2002 Dev Tools CD or disk image? You can get
the disk image from ADC at about 300 MB.
I thought that is was part of 10.2.3 at first too but read a little
more closely later and installed the latest Dev tools and pre-release
software.
Hope you get it to work now.
Merry Christmas!
______________________________________________________________________
Previous message from Dale Gillard on 12/22/02 at 12:20 PM +1100
**********************************************************************
Hi all
I've copied the following snippet from the 'Setting Trackpad-Mouse
Speed' script in the SE2 documentation. I get the error msg "Syntax
Error - Expected end of line but found class name" when checking the
syntax. It highlights the phrase "menu item" in the line beginning
"click menu item". If i comment this line out, the script works fine.
I've upgraded to 10.2.3, so does this mean that 10.2.3 wasn't
properly installed? I can't imagine it's a SE2 bug if the script is
provided in Apple's docs.
Thanks
Dale
-------------
tell application "System Preferences"
activate
end tell
tell application "System Events"
tell process "System Preferences"
click menu item "Mouse" of menu "View" of menu bar 1
delay 3
end tell
end tell
---------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.