to make things simpler, i'll show what themes i have and what is required to cause the VFD to change to that theme:
cpu and ram status:
Code: Select all
if $MemU% > 60 then GotoTheme(2)
Code: Select all
if $dll(processes,3,fraps,) = 1 then GotoTheme(8)
Code: Select all
if $NetSpDownK(2) > 95 then GotoTheme(3)
Code: Select all
if $dll(processes,6,IEXPLORE,) = 1 then GotoTheme(1)
i'll later make this appear when the computer is idle
media player:
Code: Select all
if $dll(wmpblog.dll,2,0,0) then GotoTheme(6)
Code: Select all
if $dll(speedfan,2,7,0) > 70 then GotoTheme(4)
all of these work BUT, they only transition once. it won't ever change again unless i restart LCD smartie. also, i have to add:
Code: Select all
if $ScreenChanged = 0 then GotoTheme(1)
So whats wrong here? this is so annoying and i'd really like this to work