wxTimer Creation Failed

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?

Rgds,
Devendran

Hi,

···

On Feb 7, 2010, at 3:48 AM, Devendran wrote:

Hi,

I have a peculiar failure where the wxTimer creation failed in my
code.

What is the failure? Is there a traceback?

When you get an error its usually good to post what the error was, and at least a snippet of what the code is that you think is causing the error.

Cody

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?

--
Robin Dunn
Software Craftsman