I've tried to avoid bothersome (app startup) flickers by:
placing commands _screen.visible=.F. and _screen.lockscreen=.T. immediately in the main.prg(s).
This workaround helps but does not completely stop the bothersome startup blinking/flickering that occurs
... that is to say, VFP has a visible screen during startup of exes that I'm trying to make invisible BEFORE main.prg if feasible.
Thanks in advance for any suggestions or feedback!
placing commands _screen.visible=.F. and _screen.lockscreen=.T. immediately in the main.prg(s).
This workaround helps but does not completely stop the bothersome startup blinking/flickering that occurs
... that is to say, VFP has a visible screen during startup of exes that I'm trying to make invisible BEFORE main.prg if feasible.
Thanks in advance for any suggestions or feedback!