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 5 made on Friday February 12, 2021 at 12:57
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
Send me a small config to my email address containing an example of what you are trying to do and I'll have a look. A small writeup of the buttons you are wanting to use, pages, etc will be much appreciated.

Note that if you are trying to execute the actions of 2 widgets and the first widget does a Jump then you will get an ActionListError.


You must then resort to 2 try catch blocks or use scheduleActions().

try {
CF.widget("WIDGET1").executeActions();
} catch(e) {}

try {
CF.widget("WIDGET2").executeActions();
} catch(e) {}

Send me a simple file and I'll have a look as it is likely something really simply you are missing.

Last edited by Lyndel McGee on February 12, 2021 13:30.
Lyndel McGee
Philips Pronto Addict/Beta Tester


Hosting Services by ipHouse