I have an issue with wxPython where the frame does not refresh
properly for controls under a wx.StaticBoxSizer parent after my
application performs some calculations and updates some text control
fields.
I have tried using frame.Refresh() but that just makes matters worse.
I have pasted the code here using refresh:
Try using a wx.Panel as the parent of the widgets and child of the frame.
···
On 7/14/11 10:09 AM, ric wrote:
I have an issue with wxPython where the frame does not refresh
properly for controls under a wx.StaticBoxSizer parent after my
application performs some calculations and updates some text control
fields.
I have tried using frame.Refresh() but that just makes matters worse.
I have pasted the code here using refresh: