Skip to content

wxTimer breaks brl.timerDefault #34

Description

@GWRon

I am not sure what is exactly happening there but:

I have a ng-generated DLL which utilizes brl.TimerDefault (and AddHook EmitEventHook, _myTimerHook). When importing this DLL file into a new project I get the "run" printed which _myTimerHook outputs.

But if the new project utilizes a "wx.wxtimer" to periodically update its gui (independent from the DLL's repeat-every-x-mechanism) then only a single "run" is printed - and _myTimerHook is only called once.

Does this mean that the functionality of the DLL is interfered by it's calling program? I thought it is "separated" ?
Means I could never be sure if a 3rd party using the DLL will "bork" the brl.timerDefault by using eg a wxTimer instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions