Search found 7 matches

by GerryB
Tue Jul 25, 2006 5:37 pm
Forum: Beginners
Topic: Ignoring GetTreeNode with multiple entries of the same name
Replies: 5
Views: 6434

Thanks, I did not know I had to define delay, I thought that was built in as I had seen it in some other code posted here and it was not defined. Thanks for the SYS_DIR tip, I had found that little gem the other day in the help file, as this code will have to be portable.. But no, I have not yet got...
by GerryB
Sun Jul 23, 2006 9:44 am
Forum: Beginners
Topic: WebRecorder "Exception EOleException" error
Replies: 5
Views: 6551

Your sample script works like a charm. I have found another issue with this window that WaitNewIE hangs on, when in the webrecorder application after clicking on the results of my search, the window automatically closes itself (normal behavior for the website.. it autofills a field on the parent IE ...
by GerryB
Sun Jul 23, 2006 8:16 am
Forum: Beginners
Topic: WebRecorder "Exception EOleException" error
Replies: 5
Views: 6551

Here is the script. I have placed "//crashes here" in the two locations that the script crashes with the noted error for me. I can place the line "libFunc>hIE,WaitNewIE,IE[2],0" anywhere in my code to cause macro scheduler to crash (after hitting the stop button the client will abnormally exit, but ...
by GerryB
Sun Jul 23, 2006 5:03 am
Forum: Beginners
Topic: WebRecorder "Exception EOleException" error
Replies: 5
Views: 6551

WebRecorder "Exception EOleException" error

I am receiving the Application Error "Exception EOleException in module IEAuto.dll at 5CEEC." error unpredictibly in one part of my macro, and with 100% reproduction in another. The issue seems to stem from using the WaitNewIE function and macro scheduler not recognizing the new window, or sending d...
by GerryB
Sat Jul 22, 2006 10:22 pm
Forum: Beginners
Topic: Ignoring GetTreeNode with multiple entries of the same name
Replies: 5
Views: 6434

Here is my latest code Let>iniline=0 let>filepath=c:\winnt\custom let>systempath=c:\winnt\system32 gosub>Sub_StartDM gosub>Sub_SelectDVD gosub>Sub_Get_Drive_Location SRT>Sub_StartDM ExecuteFile>%systempath%\devmgmt.msc wait>delay WaitWindowOpen>Device Manager wait>1 SetFocus>Device Manager Press Tab...
by GerryB
Sat Jul 22, 2006 7:43 am
Forum: Beginners
Topic: Ignoring GetTreeNode with multiple entries of the same name
Replies: 5
Views: 6434

The DVD.ini file contains the model name as it appears in device manager of all the drives that need to be configured in our environment, each device name is listed on a new line. For instance "LITE-ON DVDRW SOHW-S" is on line one, and "HL-DT-SR DVD 4242" is on line two, and etc. I expect the ini fi...
by GerryB
Tue Jul 18, 2006 8:54 am
Forum: Beginners
Topic: Ignoring GetTreeNode with multiple entries of the same name
Replies: 5
Views: 6434

Ignoring GetTreeNode with multiple entries of the same name

I am trying to set the DVD Region of all drives present on a machine. Some machines will have multiple drives of the same type, and I can't figure out how to set the region on the first one, and remove it from the GetTreeNode results of subsequent searches. Here is the code I have so far.. I have br...
Sign up to our newsletter for free automation tips, tricks & discounts