Is it possible to customize ProgressDialog in wxPython?
For instance, I would like to make the progressbar slimmer, and the window size wider.
SetSize() method doesn’t appear to have any effect.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
wx.ProgressDialogisn’t customizable its just a wrapper around the nativeProgressDialog, the the easiest solution would be to roll your own by extending thewx.Dialogclass and using awx.Gauge