Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen flashes
Message
De
29/03/2002 01:30:30
 
 
À
28/03/2002 18:40:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00638747
Message ID:
00638836
Vues:
16
>Hi. I am working on a Win 98 pc on a NT4 network. Terminal Server is on a separate Win2000 server, but my problem is on a pc plugged directly into the switch.
>The problem: the screen flashed (much like a shutter). I am thinking that this happens when a thisform.refresh is issued.
>Any help on this?

If the local PC is accessing TS, It's most likely an issue with either the terminal server client or the bandwidth available between the client and the terminal server. The refresh runs entirely on the server side; since native VFP controls are bitmaps, there's a fair chance that the entire client screen is passed across the wire as a bitmap during the refresh, followed by the thin-client controlled interaction region descriptors. If running at a lower color depth produces considerable improvement, I'd study the refresh to see if it's possible to update fewer controls, or to increase available bandwidth between the client and terminal server. If you have extensive graphic images which remain static, investigate caching bitmaps at the local client to reduce transmission of image data at refresh - if the bitmap is held on the local client, it's that much less screen image detailsent over the wireper refresh.

I've also founf that issuing a lockscreen, performing the form updates and refreshes during the lockscreen and after update finishes, releasing the lockscreen generally reduces the number of redraw processes initiated.

>
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform