Closed GoogleCodeExporter closed 9 years ago
Chromectrl creates a timer with given ID. Does calling wx.Timer() multiple
times given the same ID result only in one timer running? The timer ID is
currently = 1. What if other part of app assigns the same id? Should it be
unique?
Original comment by czarek.t...@gmail.com
on 30 Jul 2014 at 8:24
Answering question from the post above. The timer is associated with "self"
which is ChromeWindow, so the ID uniqueness is not a problem. But still it
creates multiple timers for multiple ChromeWindow instances.
Original comment by czarek.t...@gmail.com
on 30 Jul 2014 at 8:27
Fixed in revision e592db916887.
Original comment by czarek.t...@gmail.com
on 30 Jul 2014 at 9:44
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 30 Jul 2014 at 8:11