Wanted Posted September 27, 2011 Share Posted September 27, 2011 Slight changes to WaitFunc complete list [sCAR] * function WaitFunc(Func: function: Boolean; DesiredResult: Boolean; MinWait, MaxWait, MinTotalWait, MaxTotalWait: LongInt): Boolean; By: Wanted * function WaitFuncEx(Func: string; Parameters: TVariantArray; DesiredResult: Boolean; MinWait, MaxWait, MinTotalWait, MaxTotalWait: LongInt): Boolean; By: Wanted * function WaitFindColorTolerance(var X, Y: Integer; Color, X1, Y1, X2, Y2, Tol: Integer; DesiredResult: Boolean; MinWait, MaxWait, MinTotalWait, MaxTotalWait: LongInt): Boolean; By: Wanted[/sCAR] Feedback/testing in this thread for all timing.scar Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted October 30, 2011 Share Posted October 30, 2011 I'm not clear on the difference between MinWait/MaxWait and MinTotalWait/MaxTotalWait. Quote Link to comment Share on other sites More sharing options...
Wanted Posted October 30, 2011 Author Share Posted October 30, 2011 MinWait and MaxWait is the wait time between loops MinTotalWait MaxTotalWait is the wait time before giving up and exiting the whole function Min/Max simply mean the random ranges in the wait Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted October 30, 2011 Share Posted October 30, 2011 Gotcha. .....Forum won't let me post short message....la la la la. Quote Link to comment Share on other sites More sharing options...