From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,72b732a1dc8500e X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.erje.net!news.k-dsl.de!aioe.org!not-for-mail From: "Steve" Newsgroups: comp.lang.ada Subject: Re: [ANN] ada-autoit updated to work with AUtoIt v3.2.12 Date: Wed, 22 Oct 2008 18:53:01 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <3hsLk.20974$he4.20381@newsfe27.ams2> NNTP-Posting-Host: w5671CKqeQm8ogHLEOnKUA.user.aioe.org X-Complaints-To: abuse@aioe.org NNTP-Posting-Date: Thu, 23 Oct 2008 01:52:59 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Response X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-Priority: 3 X-MSMail-Priority: Normal Xref: g2news1.google.com comp.lang.ada:2469 Date: 2008-10-22T18:53:01-07:00 List-Id: "Per Sandberg" wrote in message news:3hsLk.20974$he4.20381@newsfe27.ams2... > ada-autoit is a medium thick Ada-binding to the scripting tool Auto It. > > Note this tool is very win32 specific. > > For more info see: > http://www.autoitscript.com/autoit3/index.shtml > and: > http://sourceforge.net/projects/ada-autoit/ I recently tried using autoit and found it interesting. Unfortunately it wasn't able to do everything I wanted to do with out a lot of extra work, or at least learning a new programming language (the special dialect of basic used by autoit). I did a little research to see if there was an easier way and found the Microsoft UI Automation Library. http://msdn.microsoft.com/en-us/magazine/cc163288.aspx For my app I wound up using the c# and the.net framework which contains an automation framework (system.windows.automation). If I were developing the same app in Ada I would either use A# or create a binding to the Microsoft UI Automation Library using GnatCOM. Regards, Steve