Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to dynamically change a Wait Form's labels

$
0
0

A Wait Form is displayed by a Splash Screen Manager in a separate thread. To dynamically change labels within the Wait Form, while it is being displayed, use the SplashScreenManager.SetWaitFormCaption and SetWaitFormDescription methods.

Question Comments

Added By: Philip van Diem at: 6/5/2012 10:05:54 PM    

Thank you. This did the trick for me although all I needed was to :

SplashScreenManager.ShowForm(Me, GetType(WaitForm1), True, True, False)
SplashScreenManager.Default.SetWaitFormDescription("Saving...")
.
my code
.
SplashScreenManager.CloseForm(False)

Added By: Anders Wang at: 12/8/2014 6:45:19 AM    

the code in the following example: SplashScreenManager.Default.SetWaitFormDescription(i.ToString() + "%"); doesn't work.  it doesn't show the percent information setted in the above code.

Added By: Svetlana (DevExpress Support) at: 12/8/2014 8:00:48 AM    

Hello,

To process your recent post more efficiently, I created a separate ticket on your behalf: T184297: SplashScreenManager - The SetWaitFormDescription method does not work. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.


Viewing all articles
Browse latest Browse all 7205

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>