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)
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 AMHello,
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.