Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Controls in child window
#10
Currently QM implements ARRAY(str) a="line[]line[]...", but not ARRAY(int) a="number number ...". But it is in my TODO list.

but waits 100 ms. Use spe to set speed.

Macro Macro1460
Code:
Copy      Help
out

int w1=win("Find Image" "#32770")
act w1
ARRAY(int) a
int i h


child "" "Button" w1 0x400 0 0 a
out a.len
int t1=perf
spe 0
for i 0 a.len
,h=a[i]
,if(GetButtonType(h)!=1) continue
,but h
int t2=perf
out t2-t1
spe -1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)