Geert Posted April 8, 2006 Posted April 8, 2006 MouseClick("", 10, 10) ; ERROR: MouseClick() called with illegal argument 1: "" MouseClick("left", 10, 10); Oké MouseClick("", 10, 10) returns error in SciTE: MouseClick() called with illegal argument MouseClick("left", 10, 10) is going fine. "" should be a valid option as is listed in the help: Button Normal Swapped "" Left Left "left" Left Left Bug?
Valuater Posted April 8, 2006 Posted April 8, 2006 i tested wirth no x,y position and yours MouseClick("") MouseClick("", 10, 10) i believe it is a bug 8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now