If you are on Windows and if the timer is being created more than once with the same ID then this is a bug in wxWidgets that has been discussed in the past few days on wx-users and wx-dev. There is a patch fixing it that I will be evaluating soon.
···
On 2/7/10 1:48 AM, Devendran wrote:
Hi,
I have a peculiar failure where the wxTimer creation failed in my
code.
This only happens while the parent window is a wx.AuiNotebook window
The problem seems to be 'contained' to this.
Has anyone faced such an issue, and has found a way to work around
this problem?