Hi Werner,
Werner F. Bruhin wrote:
I am getting the following exception. self.tabSummary is a panel with a gridbagsizer on which some of the controls are hidden.
I tried to create a small sample recreating this issue but have had no success so far.
Can someone give me some hint of what could cause this.
I had this issue at first when making my SmoothSizerMixin. The problem for me seemed to be caused by skipping positions, ie Adding at (0,0) followed by (1,1). As soon as I added (0,0) sized spacers at (0,1) and (1,0) everything worked fine.
Hopefully this can help,
Mike Rooney