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

Login:
Pass:
 
 

Topic:
executeActions() warning
This thread has 1 response. Displaying all posts.
Post 1 made on Sunday February 15, 2009 at 13:03
mraneri
Long Time Member
Joined:
Posts:
February 2009
141
Whenever I try to do a page jump via the executeActions method, the jump actually works, however, I get this error message in the console:

ProntoScript error: ActionList Error
Offending page script: Tag: 'LaunchPage'
Offending line #4: "widget("JumpTransport").executeActions();"

I've tried every combination of CF.widget and including Pages and Activities in the widget arguments. Why do I still get the error? I've also scheduled it to insure nothing else is happening at the same time.

The jump WORKS every time. But my console becomes filled with these warnings.

Any way to solve the warning problem? Any easier way to do a page jump?

- Mike
Post 2 made on Sunday February 15, 2009 at 13:30
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,997
No easier way.

use try/catch to prevent error from going to diagnostic log.

try
{
w.executeActions();
}
catch(e)
{
//If you want, you can compare error text and log to diagnostic log if not
//"ActionList Error"
}

Next time, please try a search for last 2 years in this forum as this has been discussed before. Keyword "ActionList"
Lyndel McGee
Philips Pronto Addict/Beta Tester

Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse