Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternate Wait Window
Message
From
21/09/2020 08:08:36
 
 
To
03/10/2019 11:32:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01671370
Message ID:
01676180
Views:
141
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()
Previous
Reply
Map
View

Click here to load this message in the networking platform