Jump to content

_MouseClickPlus()


AzKay
 Share

Recommended Posts

Okay, I cant get this to work, So, I was testing it on scite, still no luck.

#include <_MouseClickPlus.au3>
HotKeySet("{F2}", "_SPIN")
Opt("MouseCoOrdMode", 0)
Opt("WinTitleMatchMode", 2)

While 1
    Sleep(1000)
WEnd

Func _SPIN()
    _MouseClickPlus("C:\Documents and Settings\Asus\Desktop\Misc2.au3 * SciTE [1 of 2]", "left", 14, 31) 
EndFunc

It doesnt want to click "file"

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

  • Moderators

If you read through the thread in its entirety or even do searches on it, you'll see myself and others say it doesn't work on "everything", as a matter of fact, it's quite limited on the things it will work on.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

If you read through the thread in its entirety or even do searches on it, you'll see myself and others say it doesn't work on "everything", as a matter of fact, it's quite limited on the things it will work on.

I saw your post, I read through the whole thread before posting this. I also spent alot of time searching for other functions
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

  • Moderators

I saw your post, I read through the whole thread before posting this. I also spent alot of time searching for other functions

Well that's like the flie and the window bit then, I'd think.

Unfortunately, I'm not aware of anything that will do what _MCP() does and work on everything. And I'm going to assume that ControlClick() is out of the question?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Well that's like the flie and the window bit then, I'd think.

Unfortunately, I'm not aware of anything that will do what _MCP() does and work on everything. And I'm going to assume that ControlClick() is out of the question?

Yeah, Im trying to use it on a swf inbrowser.
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...