sushmithaborkar Posted November 6, 2017 Posted November 6, 2017 hello, i would like to know how to navigate through menu sub menu options through autoit in eagle tool. Regards, Sushmitha
Moderators JLogan3o13 Posted November 6, 2017 Moderators Posted November 6, 2017 @sushmithaborkar welcome to the forum. Take a look at WinMenuSelectItem in the help file. It shows you how to invoke the menu of a program, including its sub items. Try it out for yourself on your application; if you run into problems fee free to post the script and we will do our best to help. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sushmithaborkar Posted November 13, 2017 Author Posted November 13, 2017 Hello, Thank You for the solution. Am facing problem with autoit tool . when i run the script it get stuck sometimes in the middle of the process and sometimes it works fine .why this problem occurs? Regards, sushmitha
jchd Posted November 13, 2017 Posted November 13, 2017 Don't expect an answer until you post offending script! This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
sushmithaborkar Posted November 21, 2017 Author Posted November 21, 2017 Hello, The current autoit version has a disadvantage that it doesn't work in different Cartesian plane . differs from size of desktop. can this be solved? Regards, sushmitha
Moderators JLogan3o13 Posted November 21, 2017 Moderators Posted November 21, 2017 @sushmithaborkar as has already been asked more than once, how do you expect us to assist without posting any code? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sushmithaborkar Posted November 22, 2017 Author Posted November 22, 2017 Hello, i meant the coordinates varies from desktop to desktop.how shall i explain through code?????! i have problem in selecting component ,which command in autoit helps in that ? find the attachment below of a component capacitor.am unable to select it .
jchd Posted November 22, 2017 Posted November 22, 2017 (edited) You may whish to use the (text) commands of Eagle instead of the GUI automation. You may also use Eagle scripting ou Eagle language support. May I ask why you need to automate schematic entry? Edited November 22, 2017 by jchd This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
sushmithaborkar Posted November 23, 2017 Author Posted November 23, 2017 By the way it is Altium tool not Eagle. Am trying to automate whole Altium process beginning from importing schematic and footprint from a file and making few changes in it and later exporting it to Eagle tool. to select component in altium schematic page, i tried using 1. ' send("^a")' 2. ' HotKeySet("^a", "_selectall")' 3. from Tab options=> Edit -> select-> select all none are working...it selects the component only for little time and deselects again.
jchd Posted November 23, 2017 Posted November 23, 2017 I have zero knowledge about Altium, sorry. If it uses XML as file format (like Eagle does), you may have much better time parsing from there. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
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