IndyUK Posted December 8, 2008 Posted December 8, 2008 I was wondering whether the AutoIt development team would ever consider incorporating the Java Accessbridge API? I think AutoIt is a fantastic product and has commercial worthiness all for free! It really would be the icing on the cake if the aforementioned dll could be included and referenced natively from AI. If any Java app could be referenced without MouseMoves and SendKeys, imagine the power of AutoIt I did try and consider doing a wrapper but got stuck at the first hurdle of not even getting the Ferret (Auto Info equivilant) application to work. Just like to hear from the community in general about this. Thanks
PsaltyDS Posted December 8, 2008 Posted December 8, 2008 I was wondering whether the AutoIt development team would ever consider incorporating the Java Accessbridge API? I think AutoIt is a fantastic product and has commercial worthiness all for free! It really would be the icing on the cake if the aforementioned dll could be included and referenced natively from AI. If any Java app could be referenced without MouseMoves and SendKeys, imagine the power of AutoItI did try and consider doing a wrapper but got stuck at the first hurdle of not even getting the Ferret (Auto Info equivilant) application to work. Just like to hear from the community in general about this.ThanksAutoIt already has the tools to use the API provided by DLLs. If the Java Access Bridge is accessible via the DLL, then you already have what you need. Look up DllCall() and the various DllStruct* functions in the help file.AutoIt also works with COM objects. So if there is a COM interface to the Java Access Bridge, you can use that already also. If however, this interface requires compiling a C++ library into the AutoIt interpreter's binary -- forget it -- never happen. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
kingkaj Posted December 10, 2008 Posted December 10, 2008 I've yet to see someone posting about successful interaction between AutoIt and Java Access Bridge, see this thread here.Is there someone who has some working experience in doing this?Help is greatly appreciated. Thanks,Kaj
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now