Jump to content

Recommended Posts

  • Moderators
Posted

@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!

Posted

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

Posted

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 here
RegExp tutorial: enough to get started
PCRE 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)

  • 2 weeks later...
Posted

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 .

 

Capture.PNG

Capture2.PNG

Posted (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 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 here
RegExp tutorial: enough to get started
PCRE 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)

Posted

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.

 

 

 

Posted

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 here
RegExp tutorial: enough to get started
PCRE 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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...