06-21-2012, 01:58 PM
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.
my error is "invalid argument." using that code.
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].Namemy error is "invalid argument." using that code.
