Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow screen refreshes
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00512437
Message ID:
00512444
Views:
8
Hi Andrew,

Do your parameters controls have a lot of code in their Refresh() methods?

If so, you might set a property in your initial control that flips to True when all the necessary code completes, and "spin" or freeze your initial control until the property is True.

If not, why is the Refresh() taking so long? An initial thought (as I type this -g-) is to lock the screen (using the LockScreen property) until the refreshing completes, unlock the screen and continue...don't know if that would work, but it's worth a try.

HTH.

>My application interface has a handful of controls which set the parameters for a lengthy process. I would like the control which starts the process to first disable the parameter controls. This is meant to be more feedback to the user that a) the process is underway, and b) there are no choices to make until the process is complete.
>
>The problem is that although the process charges ahead without delay, the disabled controls are taking several minutes to refresh.
>
>Q: How can I ensure that my screen refreshes are complete before my process starts?
>
>Thanks.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Previous
Reply
Map
View

Click here to load this message in the networking platform