12-22-2008, 01:56 AM 
		
	
	
		How do I make qm klick on right klick tables like "insert", "copy" "sort by name" sort in groups" , "properties".......?
normally I did it with "wait for image" but now I have different screen resolutions and this way does not work anymore.
If there is no other way, how do I write, that qm schould WAIT for either this or that image?
how would that go if it schould WAIT for some right klick window, that opens later?
	
	
	
	
normally I did it with "wait for image" but now I have different screen resolutions and this way does not work anymore.
If there is no other way, how do I write, that qm schould WAIT for either this or that image?
str images=
 image OR another test.bmp
 image OR another test2.bmp
    
     
ARRAY(str) a=images
int i=0
rep
    if(scan(a[i] 0 0 0x1)) break
    i+1; if(i=a.len) i=0; 0.5how would that go if it schould WAIT for some right klick window, that opens later?

 
 

 
