Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait while stops showing the number
Message
 
 
To
22/09/2020 09:17:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01676163
Message ID:
01676194
Views:
38
Thank you.

>Yes, it's as Naomi Nosonovsky indicates, but I was referring to my alternate wait window class:
>
>The class is designed to print any value like WAIT WINDOW. Whatever you pass in is TRANSFORM()'d into a character string for display, but you can prepare any text string you want and pass it in, including multi-line items using CHR(13).
>
>See attached. You can call it as often as you like, and it only updates on a fixed basis, so it looks smoother.
>
>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()
>
>>Pass it in "where"? or to "where"?
>>>Prepare the string however you want and pass it in.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform