I use a progressbar in cxGrid as a column. I set the progresbar property ShowOverload = True. On designtime and runtime in the grid everithing is ok, because the progressbar is working well. But, when I try to print it with the dxComponentPrinter, the overloaded "piece" or color of the Progressbar doesn't appear on the printed page. How can I solve this problem?
See the attachment
The overload bar is not printed in cxProgressBar controls
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Hello Árpád,
I have reproduced this problem with a simple project. It seems that PintingSystem just cannot print the "Overload" part of the progress bar. I have forwarded this ticket to our developers for research.
Thank you. Actually, I know the original problem, because in the dxPScxExtCommon.pas the ShowOverload property doesn't handled. So, I could solve this issue on a simple way: I modified the source of dxPScxExtCommon.pas and I put the necessary properties in it. (InitializeItem, DrawProgressBar etc.) So it works now. But I wanted to take a notes because it is a problem and I'm sure not just for me. I attached the modified sourcecode if it is help you!
[The dxPScxExtCommon.pas file is removed by DevExpress]
Thank you for providing your modified sources here. I have passed them to our developers and removed this file from your post to avoid sharing our sources in public.