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

Themes are broken

General discussion about LCD Smartie.

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

Post Reply
hydrolisk1792
Site Admin
Posts: 305
Joined: July 23rd, 2010, 8:32 pm
Location: Las Vegas, NV USA
Contact:

Themes are broken

Post by hydrolisk1792 »

For some reason in LCD Smartie my "GotoTheme(#) is broken. I never really needed to use it before, but I have some up comming projects and need this functionallity to work. I have LCD Smartie 5.4 and the newest beta that is out. . . I'm slowly transfering all 50 or so screens to the new beta becasuse the new beta fixes some other things that were broken for me like the back light toggle and such. But yeah, this feature is broken and does nothing. . .

I have tried the standard "test" with the following:

Code: Select all


$Username = Leon Then GotoTheme(2)

But that doesn't work either. . . Someone, anyone, please help, maybe I'm just missing something or whatever (Tends to happen a lot :D )

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: Themes are broken

Post by limbo »

Do you have any screen assigned to theme 2?

I believe that you already aware that themes are working like group of screens you have to assign some screens and when a specific event arise you can jump from group to group.
I'm pretty sure that themes are working cause I have them enabled on my configuration to work with my xtremp3 player:

Code: Select all

[Actions]
Action01Variable=$dll(xtremp3,19,1,1)
Action01Condition=2
Action01ConditionValue=0
Action01Action=GotoTheme(1)
Action02Variable=$dll(xtremp3,19,1,1)
Action02Condition=2
Action02ConditionValue=1
Action02Action=GotoTheme(2)
Action03Variable=$dll(xtremp3,19,1,1)
Action03Condition=2
Action03ConditionValue=2
Action03Action=GotoTheme(2)
Action04Variable=$dll(xtremp3,19,1,1)
Action04Condition=1
Action04ConditionValue=1
Action04Action=GotoTheme(1)

hydrolisk1792
Site Admin
Posts: 305
Joined: July 23rd, 2010, 8:32 pm
Location: Las Vegas, NV USA
Contact:

Re: Themes are broken

Post by hydrolisk1792 »

Yeah, I was just doing something wrong lol. I doubble checked the actions I had set up and there were a few typos in there, so they work just fine now :)

Post Reply