Re: iWitness v2
i wrote a really cheap fix for the ########################Target didn't match table_name problem
i just inserted
<font class="small">Code:</font><hr /><pre>
IfNotInString, is_target, %table_name%
{
string = ####FIRST TRY#########Target didn't match table_name
Log(string)
ControlFocus, SysListView321
ControlSendRaw, SysListView321, %table_name%
ControlGet, is_target, List, Selected, SysListView321
} </pre><hr />
right before the original
<font class="small">Code:</font><hr /><pre> IfNotInString, is_target, %table_name%
{
string = ########################Target didn't match table_name
Log(string) </pre><hr />
i haven't had any problems since. and even if that ends up erroring we could always add another try
|