FIX: @ ... CLEAR Does Not Repaint Screen with New ColorLast reviewed: October 20, 1997Article ID: Q110363 |
2.50b
MACINTOSH
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSIssuing @0,0 CLEAR does not clear the screen with a new color until a refresh event is executed.
RESOLUTIONInstead of using 0,0 for the coordinates, issue the following command
@ 0.1, 0.1 CLEARor issue the CLEAR command by itself.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Macintosh.
MORE INFORMATION
Steps to Reproduce BehaviorIssue the following commands in the Command window:
SET COLOR TO W+/B && This will change background color to blue @ 0, 0 CLEAR && This should paint the whole screen in blueNote that the screen does not change its color. In order to change the color, the screen must be resized or closed and then reopened.
|
Additional reference words: FoxMac 2.50b color clear fixlist3.00b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |