Jump to content

Recommended Posts

Posted

Hey!

I want to ControlClick a flash in Opera browser, but I can't manage to accomplish that.

I googled and searched the forums but I could not find a solution.

Help?

Posted

$title = WinGetTitle("[CLASS:Chrome_WidgetWin_1]", "")
ControlClick($title, "", "", "Left", 1, 1275, 680)

This is what I tried before I started to search solutions and now for some reason it works.

Is there a CTRL UP command? Alot of the times i use the shortcut the CTRL stays down and I could not find it in help file.

Posted (edited)

The point of this was to be able to multi task, but I can't perform any actions with the mousr while the macro is active.

And the macro works only when the window is active.

Edited by kakaini
Posted (edited)

Use ControlSend to send commands directly to the application. You could also instead run this app in a VM.

 

ControlClick is not the same?

VM as in Virtual Machine? That takes notably more resources.

How do I CTRL+Click

"SOMETHING NUMBER SOMETHING SOMETHING..." Are there commands to extract NUMBER from a string like that?

Edited by kakaini

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
×
×
  • Create New...