David Moen Posted April 5, 2005 Report Share Posted April 5, 2005 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 Quote Link to comment Share on other sites More sharing options...
randallc Posted April 5, 2005 Report Share Posted April 5, 2005 (edited) does it work if you use "capture control"? I don't know! -interested Randall PS - (my!) rubbish - I can't see how you can select a control that doesn't exist; perhaps you can write the control into their script! R Edited April 5, 2005 by randallc Quote Link to comment Share on other sites More sharing options...
David Moen Posted April 5, 2005 Author Report Share Posted April 5, 2005 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 Quote Link to comment Share on other sites More sharing options...
randallc Posted April 5, 2005 Report Share Posted April 5, 2005 Hi, I'm no programmer either! Perhaps someonre her knows how, but I have seen windows like this before that have obnly one control (the frame) and no tabs etc. Best, Randall Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.