Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

How often do actions get checked?

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
elesquiador
Plugin Author
Posts: 18
Joined: February 9th, 2007, 10:47 pm

How often do actions get checked?

Post by elesquiador »

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?

smack
Plugin Author
Posts: 21
Joined: July 12th, 2005, 8:42 am

Post by smack »

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.

Post Reply