seafight17 Posted February 7, 2012 Share Posted February 7, 2012 hallo i try to make one procedure which will "detect"if that bitmap is or not >> procedure test ; begin If (FindBitmapTolerance(bmp,x,y,25)=true) then begin writeln ('bmp find'); end else begin ShowMessage('bmp not found!!'); TerminateScript; end; end; is say bitmap not assinded (i use mack editor for the bmp) how can i solve this? thanks Quote Link to comment Share on other sites More sharing options...
Wanted Posted February 7, 2012 Share Posted February 7, 2012 You have to load a bitmap before you can search for it. Quote Link to comment Share on other sites More sharing options...
rsutton Posted February 7, 2012 Share Posted February 7, 2012 Load bitmap is on the top menu bar. load it and you should get a huge line of text, copy that to a constant then call it. Quote Link to comment Share on other sites More sharing options...