kmorgan2 / ResTool-NXT

Computer Repair and Troubleshooting utility for ResTech, a department of NIU Housing and Dining
1 stars 1 forks source link

Optimize new HC procedure #9

Closed kmorgan2 closed 9 years ago

kmorgan2 commented 9 years ago

Make sure that the protocol in runhc64 is working for 100% of cases. Find a better way to do architecture split, since it really is the same software now.

kmorgan2 commented 9 years ago

Found that AutoIt is having trouble targeting the correct window and is hanging because of it. Maybe look by instance.

kmorgan2 commented 9 years ago

Turns out AutoIt can't target the window because script execution halts when an _IEAction is called that causes the element to lose focus. Writing the click that opens Settings as a ControlClick to resolve this.

kmorgan2 commented 9 years ago

Fixed in 0.1.141124.0 as described above