Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 2 made on Thursday February 11, 2021 at 18:30
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,992
Use scheduleActions() vs executeActions().

Search for try/catch executeActions.

execute/scheduleActions ONLY executes the actions in an ActionList. If you have script that you need to run as a result of pressing a button, you can use a panel label that contains the script (up to 32KB) and then eval() that script

var myScript = CF.widget("SCRIPT1","MYSCRIPTS","SCRIPTS").label;

eval(myScript);
Lyndel McGee
Philips Pronto Addict/Beta Tester


Hosting Services by ipHouse