Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait Window Replacement
Message
 
To
04/12/2003 15:01:50
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00856002
Message ID:
00856068
Views:
19
Ok; as I told, original Nigel's utility has some limitations but you could add features as you need. For instance, to release it you may add to form.keypress, form.click and form.deactivate the line:

thisform.release

It is called like /DO FORM mywaitwind NAME frmWait WITH "Text to display"/;
so to release it in nowait mode you should issue instead of wait clear:

frmWait.release

In the past I modified the utility and add timewait parameter and others:

LPARAMETERS pcMessage, pnTimeWait,pnBorderColor,pnBackColor,;
pnForeColor,pcTextFontName, pnTextFontSize, pcTextFontStyle,pnFlashType


>Thanks for the tip, Yuri. I found another wait window class in the downloads section besides the one you reference and checked them both out. One simply repositions an actual WAIT WINDOW command, so has no color control, while the other relies on a hard-coded programmatic call to the "waitform's" release method to destroy it. So still no solution to mimicking WAIT WINDOW NOWAIT behavior.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform