PRB: Timer Event Does Not Fire If Timer Object Is on a ToolbarID: Q134309 The information in this article applies to:
SYMPTOMSThe Timer event of a Timer object on a toolbar does not fire.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. On the FoxPro File menu, click New, and then Class. Then select New 2. Type tbrTestbar for the Class Name. Select Toolbar from the Based On
3. Select the Timer Object from the Form Controls Toolbar, and then click
4. Go to the Properties window. If it is not already visible, use the right
5. Set the Interval property of the Timer to 200.
6. Double-click the Timer event to open the editor for that method. Type 7. On the File menu, click Close to close the Timer event code window.
8. On the File menu, click Close to close the Class Designer. Click Yes 9. Type the following code in the Command window to create an instance of
The WAIT WINDOW is never displayed because the Timer event is not firing.
Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbprb KBSubcategory: FxprgToolbar |
Last Reviewed: August 4, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |