If a plugin is setup in the actions tab like:
if $dll(...) = 1 GotoTheme2
how often does the main program check the status of the function called to see if it is equal to 1? Is there a way to control it?
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
How often do actions get checked?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Plugin Author
- Posts: 18
- Joined: February 9th, 2007, 10:47 pm
-
- Plugin Author
- Posts: 21
- Joined: July 12th, 2005, 8:42 am
look at the source code:
http://lcdsmartie.cvs.sourceforge.net/l ... cdsmartie/
files UMain.dfm and UMain.pas, search for "ActionsTimer"
I think the actions interval is still hardcoded at 250 ms. Please correct me if I'm wrong.
http://lcdsmartie.cvs.sourceforge.net/l ... cdsmartie/
files UMain.dfm and UMain.pas, search for "ActionsTimer"
I think the actions interval is still hardcoded at 250 ms. Please correct me if I'm wrong.