Try that example, then press the “Save” button.
A red frame around the TextCtrl will still be there. I do not want this red frame. Does anyone know how to fix this?
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.
I’ve been able to reproduce something similar with wxPython 2.9.3 on Windows 7. I didn’t get a red ‘frame’ around the TextCtrl, but I did get a red pixel at each corner. These red pixels went away when I hovered over the TextCtrl.
I found that replacing the line
in the
OnClickfunction withgot rid of the red pixels at the corners without the need for a hover-over.