...(without having to type in data)? Hi all:
I have a GUI that performs a certain calculation. The way it works is that a user types input values into a GUI menu, then presses a "calculate" button. The GUI is freely available, but I don't have access to its source code.
What I want to do is (1) a GUI calculation, then (2) use the results as input for another calculation, the (3) use those results to do another GUI (step 1) calculation. It would be very inconvenient to have to stop and type input data into the GUI.
So my question is, is there any way of automating the GUI step? I.e., populate the GUI automatically with the results of step (2)? I'm programming in C++, but if there is any solution that might work and that might require another application/language, I'd love to know!
Thanks a lot.
I have a GUI that performs a certain calculation. The way it works is that a user types input values into a GUI menu, then presses a "calculate" button. The GUI is freely available, but I don't have access to its source code.
What I want to do is (1) a GUI calculation, then (2) use the results as input for another calculation, the (3) use those results to do another GUI (step 1) calculation. It would be very inconvenient to have to stop and type input data into the GUI.
So my question is, is there any way of automating the GUI step? I.e., populate the GUI automatically with the results of step (2)? I'm programming in C++, but if there is any solution that might work and that might require another application/language, I'd love to know!
Thanks a lot.