Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to avoid flicking in _screen properties?
Message
From
10/04/1999 00:26:34
 
 
To
10/04/1999 00:23:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00207145
Message ID:
00207148
Views:
11
Before changing any screen properties, try a _screen.hide. Do your dirty work :-) and then put a _screen.show before DO mainmenu.MPR.

Alternately, place a _screen.lockscreen = .T. before and _screen changes and _screen.lockscreen = .F. after them. This will batch up the changes and avoid a flicker.


>I have a .prg file for starting my VFP application and it make several setting before running the menu. I have the code like this,
>
>_screen.caption = "My Title"
>_screen.icon = "myicon.ico"
>_screen.backcolor=12632256
>do mainmenu.mpr
>
>read events
>
>However, before my setting for _screen took place, the default VFP properties was run for less than a second. As the results, the screen background color, icon and title seems to be flicking.
>
>How to avoid the flicking?
>
>Thanks in advance.
>
>Gan
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform