Sorry Jeff; my bad as I just copied and pasted out of my VBA editor, rather than from the saved .vbs code. obviously the line should be: Sub onPopupTipCreate(win) and I'll correct the examples file. I admit to working on examples right up to class time. Chip
_____ From: Jeff Weiss [mailto:[email protected]] Sent: Tuesday, May 03, 2011 1:44 PM To: [email protected] Subject: Sub onPopupTipCreate(win As WindowEyes.window) In the example from scripting class 10, I tried to run this script, but got an error on the following line: Sub onPopupTipCreate(win As WindowEyes.window) The error was expected ')' at column 26. What should be different in this line? Jeff Weiss
