Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to implement a splash screen?
Message
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00060913
Message ID:
00060967
Views:
39
>And to add to what Colin said, add in the Activate method of the form the following code:
>
>set cursor off &&Hides the cursor
>wait window '' time 3 &&A little bit of delay...
>set cursor on &&Brings the cursor back on
>thisform.release()
>
>>In your form set .ControlBox, .Movable, .MaxButton, and .MinButton to .F. and set .Caption=(None).

What you have added only applies if a READ EVENTS is in place. We are trying to determine how to get the splash screen to appear while the main app is initializing, i.e. SET's DO MENU..., _Screen.Visible=.T.
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Previous
Reply
Map
View

Click here to load this message in the networking platform