|
|
|
#1
|
||||
|
||||
|
I can't create more than one timer with CreateTimer function. Only last defined TTimerProc is executed with the smallest Timeout defined:
Code:
ButtonCB := CreateTimer(10, @ButtonAction; EqualizerCB := CreateTimer(100, @EqualizerAction); |
| The Following User Says Thank You to BAMsE For This Useful Post: | ||
peterf1999 (24-03-2016) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Thx for feedback |
|
#3
|
||||
|
||||
|
Changes: v0.0.9.3:
Fixed an issue with multiple timers creation. @Bamse I should rewrite the entire JoinFile function
|
| The Following User Says Thank You to peterf1999 For This Useful Post: | ||
y_thelastknight (07-04-2016) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |