Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
enumeration of items
#7
I upgraded Quick Macro to 2.3.3.7. I tried to use the code with the find and GetChildObject, but I keep getting errors.

Code:
Copy      Help
int w=win("Calculator" "SciCalc") ;;QM Options dialog
Acc a.Find(w "PROPERTYPAGE" "" "SciCalc" 0x1004)
ARRAY(Acc) b
a.GetChildObjects(b)
int i
for i 0 b.len
,out b[i].Name

my error is "invalid argument." using that code.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)