The information in this article applies to:
SYMPTOMS
The About Tasmanian Traders dialog invoked from the Help menu in the
TasTrade sample application will zoom and reveal a disabled System Info...
button. The About Tasmanian Traders dialog can be zoomed either by double-
clicking the title bar or by using the zoom box in the upper right corner.
CAUSEThe Zoombox property in the Aboutbox class of the About.vcx file is set to TRUE (.T.). The System Info... button was not implemented but it was not removed from the Aboutbox class. In Visual FoxPro for Windows, this button is not seen because the About Tasmanian Traders dialog cannot be maximized. WORKAROUNDDo not zoom the About Tasmanian Traders dialog. Or, go into the Aboutbox class, change the Zoombox property to FALSE (.F.), and rebuild TasTrade.app. If the Zoombox property is changed to FALSE, the About dialog will not be zoomable. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONTasTrade.app is a sample application included with Microsoft Visual FoxPro. It is located in the Samples:Mainsamp folder under the Microsoft Visual FoxPro folder. It is a good example of how to implement some of Visual FoxPro's Object Oriented programming features. The source code is included. Steps to Reproduce Problem
Additional query words: 3.00 VFoxMac
Keywords : FxotherSample |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |