Jump to content

PaulRathbone

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

58 profile views

PaulRathbone's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I think you meant 'forum'. Sadly, it appears you did not read my question. This is not about games, this is about automating an action in Google Chrome. 2. Mouse left-clicks on the 'Games' folder on my Chrome bookmarks bar; 3. Mouse right-clicks on the 'MSFS' subfolder that opens under the 'Games' Folder; 4. Mouse left-clicks on the top right-click menu item 'Open All'.
  2. Thanks for the quick response! I want to create a .au3 file that does the following: - 1. Opens Google Chrome (if it's not already open); 2. Mouse left-clicks on the 'Games' folder on my Chrome bookmarks bar; 3. Mouse right-clicks on the 'MSFS' subfolder that opens under the 'Games' Folder; 4. Mouse left-clicks on the top right-click menu item 'Open All'.
  3. Wow! AutoIt's got a lot more complicated since I last used it in anger back in ... <gulp> 2015. I want to automate a click on a Chrome bookmark button then a right-click on sub-folder I have created under that bookmark, then a click on the 'open all' right-click menu option. I've spent a couple of hours but I'm not really any clearer. Thanks, Paul.
  4. I have a program I'm trying to automate. I have hit a problem with my updown control though. When the form opens, the control has a default value of 6 and a range of 0-24. I can change it to (for example) 0 by doing this. ;Set Rate to 0 ControlFocus("London Control - Log On","","[CLASS:TEdit; INSTANCE:2]") For $x = 1 To 6 Send("{DOWN}") Next I wonder if there's a more elegant way to write a value? GuiCtrlSetData doesn't work. If the worst comes to the worst I'll write a function that accepts my value to write and do what's in the code snippet above, first doing 24 {DOWN}s to zero it. Can't help but think I'm missing something. Thanks, Paul.
×
×
  • Create New...