wxLEDPanel
BlitzMax Forums/Brucey's Modules/wxLEDPanel| 
 | ||
| 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 | 
| 
 | ||
| same here. win 7 BM1.38. Latest SVN | 
| 
 | ||
| Works fine for me, win 7, blitzmax 1.36 | 
| 
 | ||
| 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. | 
| 
 | ||
| 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? |