gunmaster Posted January 10, 2006 Posted January 10, 2006 I have written a script. This script runs a java application. The script logs me in automatically.(Username,Password,Date) This opens a java application. The java application has a combo box. I want to retrieve data from that combo box(containing date) and compare that date with the date entered by the user. How do i do that?
Beastmaster Posted January 13, 2006 Posted January 13, 2006 AFAIK Java Apps are not very responsive if it comes to get whatever content using a (AU3,AHK) Control command. But nevertheless you should have try. For that reason you've to swap to AU3, as AU2 doesn't provide that command set ...
Recommended Posts