Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flashing main screen window.
Message
From
02/12/1998 00:53:56
 
 
To
01/12/1998 10:18:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00162534
Message ID:
00163076
Views:
28
>>>I have this problem too. I found in help this hint. I use it. But if run my application, main FoxPro window stil flashing. Why I want not it? I want show window with logo after run of my application and after inicialization of enviroment I want release this logo-window and show main Foxpro window. Buf if I use _SCREEN=OFF in config.fpw, main window flashing before hiding.
>>>
>>>Why?
>>>
>>it sounds as if you are running VFP3.0 where the above mentioned solution >doesn't work
>>
>>Arnon
>
>No, I use VFP 5.0.
>
>Maros Klempa

Yuo could try

SCREEN=OFF instead of _SCREEN=OFF (no spaces between the N=O)
Also your app must have the form as TOP LEVEL FORM AND you could try
APPLICATION.VISIBLE = .F. as the first line, though this last used without the confif entry will still flash the screen!

BErnard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform