Microsoft Knowledge Base |
|
PRB: SmartEvents Recorder Msg: Recorder has shut itself down |
|
|
Last reviewed: January 10, 1995
Article ID: Q111953 |
|
|
The information in this article applies to:
- Microsoft Test for Windows, version 2.0
SYMPTOMSThe error "The recorder has shut itself down..." occurs because the recorder has exhausted its own internal buffer. It uses this buffer to watch the Windows message stream. This means that the recorder did not see any combination of messages it recognized in response to the preceding hardware event. This in turn means that the recorder couldn't determine what it was that you did before it ran out of buffer space. There is no way to increase this internal buffer size.
CAUSEThe Microsoft Test recorder works by monitoring the hardware events (keystrokes, mouse clicks, and so on) that occur while you are recording. It then monitors the Windows message queue for messages that occur following a hardware event. The recorder tries to determine what the user did based on the incoming messages following a hardware event. There's a nearly infinite number of possible event and message combinations, so there are some cases when the recorder will run into trouble and possibly produce incomplete code. The recorder can handle standard Windows events like clicking a button, or pulling down a menu. Where you will run into trouble, is with programs that have custom events.
WORKAROUNDHere are two of several ways you can work around this situation:
|
|
Additional reference words: 2.00
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |