I would like to place a request for the ProgressPanel control to be ported to the VCL. This would help us tremendously informing users when a long running process is about to take place.
Thanks!
I would like to place a request for the ProgressPanel control to be ported to the VCL. This would help us tremendously informing users when a long running process is about to take place.
Thanks!
SplashScreen Control For VCL +1
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello,
Would you please describe the functionality that you wish to implement? Also, please consider the using our TcxProgressBar component.
Thanks for the quick response.
We actually tried the progress bar, but in Remote Desktop and slower environments the TcxProgressBar control with Cycle on takes 50% utilization of the CPU; the end result is that any form that we're waiting to launch (hence the showing of the progress bar in cycle mode) takes far longer to open than usual.
If it were a mere 5-15% then it wouldn't be so bad, but 50% in TS or RD is far too much.
The advantage of the ProgressPanel is the fact that it runs on a separate thread, which should yield better performance and allow the forms to open faster.
I hope this provides enough information.
Just one question to be totally sure that we understand your request. Do you wish to have the VCL version of this control?
I guess I'm referring more to this:
http://documentation.devexpress.com/#WindowsForms/CustomDocument10824
The wait form is dealt with on a separate thread, which allows the animation to take place while the current form is doing its job. Having though of it, the ProgressPanel itself wouldn't solve the problem because it would be animated on the current thread.
So I'm looking for the WaitForm/ProgressPanel combo to be ported to VCL.
OK. Thank you for your clarification.
SplashScreen Control For VCL +1