Errata
Following is a list of corrections and changes for Scripting for Dragon NaturallySpeaking 7.
- Index entries between pages 87 and 95 are off by one page (e.g. if Index says page 90, the material is actually on page 89). Index entries for pages 97-156 are off by two pages. (Thanks, Don!)
- The Win32 API Example -- Current Mouse Position in the macro on pages 55-58 returns a mouse position relative to the top left of the active window, not a position relative to the upper left of the client area of the active window. The line:
clip = "SetMousePosition 5," & result.x & _
should be:
clip = "SetMousePosition 1," & result.x & _
That is, the "5" should be a "1"
- On page 111, the second way listed to create a voice macro for Excel doesn't work in most cases. Use one of the other three methods listed on pages 111-112.
top