wxLEDPanel

BlitzMax Forums/Brucey's Modules/wxLEDPanel

Nigel Brown(Posted 2010) [#1]
When running the ledpanel.bmx sample I get a dialogue that informs me three timers have failed to be created?

11:03:14: Timer creation failed.
11:03:14: Timer creation failed.
11:03:14: Timer creation failed.

I have downloaded the latest source via SVN, and am running BlitzMAX v1.38


Glenn Dodd(Posted 2010) [#2]
same here.
win 7 BM1.38.
Latest SVN


amonite(Posted 2010) [#3]
Works fine for me, win 7, blitzmax 1.36


Brucey(Posted 2010) [#4]
It's failing for me too on 1.38 for some reason.

Strangely, the "timer" sample is working fine, and a look at the wxLED source doesn't show any obvious problems.


Nigel Brown(Posted 2010) [#5]
Narrowed it down a little, if you only have one scrolling wxLED all is well, remove all but one SetScrollSpeed() from the example and no problem.

Not sure what setScrollSpeed() is doing but at a guess it is setting up a timer to do the scrolling and it would seem that it does not like more than one timer being set up anymore?