Jump to content

Recommended Posts

Posted (edited)

Hey,

I want to use ControlClick to make it more User-Friendly but the problem i face is

that nothing happens if ControlID = "" so how can i discover the ControlID of a certain program?

It's a Picture that is a Button, How can i fix it so ControlClick works on the button to click on it, left click ?

$Window = WinGetPos("Log")
ControlClick("Log","","??????","left","1",$Window[0] + (980-304), $Window[1] + (542-128))

Thank u,

Zanax

Edited by ZanaxNL
Posted

Posted Image

ControlClick("Tool","","[CLASS:Button; INSTANCE:1]","left","1",$Window[0] + (980-304), $Window[1] + (542-128))

It doesn't seem do work either, what do i do wrong?

  • Moderators
Posted

ZanaxNL,

Some apps resist automation - perhaps this is one of them.

What exactly is the "Tool" GUI you are trying to click and what do you get in the Window Info tool concerning its CLASS, etc? :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted (edited)

There is a way to make it but its not really user-friendly

WinActivate("Tool")
MouseClick("Tool","",$Window[0],$Window[1])

I try to avoid that, by controlclick

@M23 i dont really get what u mean with

what do you get in the Window Info tool concerning its CLASS, etc?

I selected the button of the Tool, the Tool hasn't got a GUI like any standard GUI, It consist only of pictures and some Pictures that work like Buttons

I gues if u guys can help me out i have to use the not-friendly way. : (

Edited by ZanaxNL
  • Moderators
Posted

ZanaxNL,

the Tool hasn't got a GUI like any standard GUI

But it still has a GUI! :bye:

You showed us the "Control" tab of the Window Info tool - please show us the "Window" tab you get from your non-existent picture GUI. :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

  • Moderators
Posted

ZanaxNL,

Then try this: :oops:

ControlClick"[CLASS:#32770]","","[CLASS:Button; INSTANCE:1]","left","1",$Window[0] + (980-304), $Window[1] + (542-128))

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted

Doesnt seem to help : (

gues u were right

Some apps resist automation - perhaps this is one of them.

Is x and y still a need when Class:Button is given?

Thanks anyway : )

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...