FIX: Window Coordinates Differ Between BROWSE/ACTIVATE WINDOWID: Q119903 2.50b 2.50c MACINTOSH kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSA window defined at specific coordinates and then activated will be in a slightly different position than the same window defined and used with the BROWSE WINDOW <window name> command.
CAUSEThis behavior is caused by having MACDESKTOP turned ON when the BROWSE WINDOW <window name> command is issued.
RESOLUTIONSET MACDESKTOP OFF before issuing the BROWSE WINDOW <window name> command. MACDESKTOP can be turned back on after the BROWSE command if desired.
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5b and 2.5c for Macintosh. This problem was corrected in FoxPro 2.6a for Macintosh.
MORE INFORMATION
Steps to Reproduce Problem1. Issue the following commands to change the screen font to FoxFont, 9 2. From the Program menu, choose Debug. Type the following functions in the
3. Define a window called TEST and activate it with the following commands:
4. Bring the Debug window forward. Note that WLROW() is 5 and WLCOL() is 3.
5. Release the window called TEST with the following command:
6. Define the TEST window again (only this time without the title) and use
7. Bring the Debug window forward. Note that WLROW("Salesman") is 2.889 and
8. Repeat steps 1 through 7, but use SET MACDESKTOP OFF in step 1. Note
REFERENCES"Language Reference," version 2.5 pages 159-163, 205-222, 362-372, 753-754, 858, 868, 905-906 Additional reference words: FoxMac 2.50b 2.50c fixlist2.60a buglist2.50b buglist2.50c KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: Solution Type : kbfix |
|
Last Reviewed: October 20, 1997 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |