Jump to content

Recommended Posts

Posted

_MouseClickPlus() ? It isn't in the documentation..

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

Posted

Not going to work :/ I need it to send a command and a bunch of other things in my script first..

Any ideas would be great.

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

  • Moderators
Posted

Not going to work :/ I need it to send a command and a bunch of other things in my script first..

Any ideas would be great.

How is it not going to work?

All you do is use it like a mouseclick() or controlclick() command.

Have you even tried it before you looked at it and decided that it wasn't going to work?

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.

  • 2 weeks later...
Posted

With the ClassNameNN

Hi guys,

I'm trying to do something similar, I'd like to double-click an area of a program that has no ControlID, but only a ClassNameNN. Is there a way to do that?

Here is what I've tried, but it doesn't seem to work:

ControlClick ("Trend Link for Fluke", "", "TimeDisplay3", 2)

;TimeDisplay3 is the ClassNameNN value I'd like to double-click

Thanks!

Greg

Posted

GregN,

Welcome to the forums.

It would help us if you would post your entire code... you may need to add a winwait line before that controlclick line - or - make sure that the window and "button/icon" of interest is ready to be clicked before your one line of code is executed.

later...

[size="1"][font="Arial"].[u].[/u][/font][/size]

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
  • Recently Browsing   0 members

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