Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alternate Wait Window
Message
De
21/09/2020 08:08:36
 
 
À
03/10/2019 11:32:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01671370
Message ID:
01676180
Vues:
140
Here's an alternate bit of wait window code that will only update at a certain frame per second rate, and you can update it as often as you like.

See the previous message to get the attached .ZIP file.

>I haven't done much testing, but please download the attached and try it.
>Unzip to c:\temp\ww\
>
>Go into the c:\temp\ww\vfp9\ folder and run sample.prg
>
>Please report any bugs. Parameters can be added to control the font, color, position, background color or image, etc, if anyone wants them.

Sample use:
SET CLASSLIB TO ww.vcx
PUBLIC goWw AS ww OF ww.vcx
goWw = CREATEOBJECT("ww")

goWw.wait_window("Hello world!  Timeout in 2 seconds.", 2)
goWw.wait_window("Persisting message")
goWw.wait_window_clear()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform