03-23-2009, 08:10 PM
If you find buttons with child or id function, everything is the same as with windows, because these functions return window handle or 0 if not found.
If you use acc function,
Acc a=acc(...) ;;in 'Find accessible object' dialog uncheck 'error if not found'
if(a.a)
,out "found"
If you use acc function,
Acc a=acc(...) ;;in 'Find accessible object' dialog uncheck 'error if not found'
if(a.a)
,out "found"
