Jump to content
Macro Express Forums

Mouse Click On Control Problem


David Moen

Recommended Posts

I've been trying to automate a program was created with JUCE. I've tried the Mouse Click on Control at specific cordinates and it doesn't work. I can move the mouse to the position in relation to the control and then left mouse click and that works. But I need to use the mouse click on control command so that the program does not need to be active.

 

A demo of JUCE is available at http://www.rawmaterialsoftware.com/juce/do...ds/jucedemo.exe

This demo has the same problem as the program that I need to automate.

Any ideas on making this work or why it doesn't work.

 

Thanks,

David Moen

Link to comment
Share on other sites

I've tried capture control. I've even tried capturing the control and set the a variables from the control class and control text and viewed the text it captured. It appears to recoginize the control, but the mouse click on control command gets ignored.

 

From what little I understand JUCE is a C++ library, High-level API, for creating audio apps that work on Windows, Mac and Linux. I'm not a programmer so that is the best that I understand.

 

David

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...