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:
how do i page refresh instead of activity refresh?
This thread has 4 replies. Displaying all posts.
Post 1 made on Thursday December 11, 2008 at 07:25
danieljgor
Long Time Member
Joined:
Posts:
December 2008
105
i have a modual that activity refreshes but i need it to page refresh can anybody help? sorry i am new to this.
Post 2 made on Thursday December 11, 2008 at 10:42
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
13,006
If it is for onscreen graphics while remote is running...

Via Prontoscript, GUI.refreshScreen() ,GUI.refreshDisplay(), or GUI.updateScreen(), I forget which one it is but you can see the appendices in the Dev Guide to find out.
Lyndel McGee
Philips Pronto Addict/Beta Tester
Post 3 made on Friday December 12, 2008 at 01:01
tenchi
Long Time Member
Joined:
Posts:
January 2006
156
GUI.updateScreen();

;)
OP | Post 4 made on Friday December 12, 2008 at 06:47
danieljgor
Long Time Member
Joined:
Posts:
December 2008
105
i cant find that in this code.. Any help will be a great help


this.widget("_PS_DEBUG_").visible = false;

if(initTuner)
{
setup();
myVB = new VolumeBar("Widgets Set", "Volume Bar", "VB", 18, -72, 18) ;
for(i = 1; i <= 10; i++)
{
CF.widget("P"+i).label = CF.widget("stName"+i, "presetPage", "presetActivity").label.substring(0,10);
if(CF.widget("P"+i).label == "")
{
CF.widget("P"+i).visible = false;
presetCount--;
}
}
initTuner = false;
}

if (state == "Polling")
{
tfQuery(device);
Activity.scheduleAfter(200, (function(id) { mvQuery(device);}), 0);
}
Post 5 made on Saturday December 13, 2008 at 16:16
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
13,006
Sounds like you might need to understand that Denon script just a bit better.

What should be happening is that the receiver should be querying volume every 200ms if a volume button is not being pressed. When the receiver responds, the module tries to update the volume bar.

With regard to debugging your script you are on your own as my time is slim right now.
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