How to Change the Colors of a Wait Window in FoxPro for MS-DOSLast reviewed: May 25, 1995Article ID: Q130605 |
The information in this article applies to:
SUMMARYThis article shows by example how to change the colors of a WAIT window. You can use the WAIT WINDOW command in FoxPro to display FoxPro system or user-defined messages. The WAIT window belongs to the 'Dialogs' family of FoxPro windows. This family uses color scheme five.
MORE INFORMATIONColor pairs one and three of color scheme five affect the colors of a WAIT window. Color pair one controls the color of normal text, and color pair three controls the window border color. No other color pairs for color scheme five apply to WAIT windows. The following two examples illustrate how to set the WAIT window colors scheme.
Steps to Follow for Simple Color Change
Steps to Follow for Blinking Text
To restore the color scheme back to the default colors, use this command:
SET COLOR of SCHEME 5 TO Additional NotesWhen color pairs one and three of color scheme five are changed, the appearance of other system dialogue windows (such as FileOpen, DatabaseSetup, ProgramDo, and others) are also affected. To keep these dialogue windows looking consistent, you need to change some of the color pairs of other color schemes. For example, color pairs two and six of color scheme six control the colors of the 'enabled option' and 'selected item' respectively.
|
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b 2.60 2.60a new
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |