Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lcMyMessage = "Hello World"
lnOldScaleMode = _SCREEN.ScaleMode
_SCREEN.ScaleMode = 0 && USE FOXELS
WAIT WINDOW lcMyMessage ;
WINDOW AT _SCREEN.TOP + 10, _SCREEN.LEFT + 20 NOWAIT
_SCREEN.ScaleMode = 3 && Use Pixels
Paul's code does center WAIT WINDOW relative to the VFP screen, not physical screen.