Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are screen updated faster in VB than in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00448595
Message ID:
00448735
Vues:
11
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Probably VFP faster, many VFP objects are just simple drawings on form, when VB objects are real Windows.

>are screen updated fast in VB than in VFP ?
>Rajesh
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I tend to agree with you Vlad. But it's worth pointing out that if a VB form's AutoRedraw property is set to True, it also retains bitmap copies of the forms, in addition to the real windows objects, to speed repaints. This takes up more memory but increases speed. Also, the ClipControls property in both languages will have an affect.

And of course, are we talking about bound or unbound controls? Do the screen updates Rajesh refers to include data updates?

My hunch (not scientific, just an educated hypothesis) is that in a typical VB app compared to a typical VFP app, the underlying code in a form, and the various property settings (especially the ones I mention above), will probably have enough of an affect to cancel out any of the "isolated" performace gains that one language's visual refresh has over another.

Put another way, I don't think that "isolated" speed is enough of a factor to determine which language is best suited for the task at hand; or, certainly, it should be pretty low on the list. (Not sure if that is why Rajesh is asking, but it seems worth stating).
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform