07-31-2006, 01:46 PM
Hi - OK I have the following code:
But QM says:
and the cursor points at the a.Navigate("first" afirst) line.
Any suggestions? Am I supposed to fill it in some other way?
Cheers,
Matt
run "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe" "" "" "C:\Program Files\Yahoo!\Messenger"
double F=1.0; spe 10
int w1=act(win("Yahoo! Messenger with Voice (BETA)" "YahooBuddyMain"))
str r
inp r "Message To Send"
Acc a=acc("" "LISTITEM" w1 "SysListView32" "" 0x1001)
Acc afirst alast
a.Navigate("first" afirst)
a.Navigate("last" alast)
afirst.Select(3)
alast.Select(4)But QM says:
Quote:Error (RT) in MyMacro: failed
and the cursor points at the a.Navigate("first" afirst) line.
Any suggestions? Am I supposed to fill it in some other way?
Cheers,
Matt
