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

Login:
Pass:
 
 

Page 2 of 2
Topic:
I need two (2) examples of some actions to change actions in to pronto actions scripts?
This thread has 26 replies. Displaying posts 16 through 27.
Post 16 made on Thursday July 16, 2009 at 02:00
buzz
Super Member
Joined:
Posts:
May 2003
4,371
bnokes@AAVViD,

I suggest that you download a working program from the files area, then pick it apart and study how it works.

For your immediate problem, assign each of your IR commands to a button on a hidden page. Be sure to assign a unique tag to each button. Then assign your CF.widget( ... ).executeActions(); command to a user button.

You can assign multiple commands to the hidden buttons, but as Lyndel suggests, don't include Jumps in your command strings until you understand what you are doing.

---

If you would like an analogy, you are asking how to drive to a certain location. While we could give you explicit instructions, street by street, turn by turn, we hesitate to give the instructions because we feel that you should learn how to read maps. Once you learn to read maps, you can drive anywhere. If we simply give you complete instructions, you'll need to come back here for every trip.

(I don't want to sound mean, but I have a feeling that you can't yet operate the car.)
Post 17 made on Thursday July 16, 2009 at 10:16
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
On July 15, 2009 at 19:01, bnokes@AAVViD said...
i have been reading Developers Guide Pronto Script Jan08 1.1 is there other one. I still need some samples. I am working only on the volume controls first and then i will move on.

I am just stuck on calling up the Equipment & Codes for my Project Components: for the Vol + / -
Now ?

in Activity Properties and you click on Vol + / - then i have a Function: VOLUME UP on Pioneer Elite - AV Receiver - Main Zone All models V2 - Ext_0_P1
FYI Component Location: Ext_0_P1 = Extender 0 IR Port 1

Brand Name is: "Pioneer Elite"
Component Type is: "AV Receiver"
Model Name is: "Main Zone All Models V2
Control Type is: "IR"
// this will call for the extender ? right?
var i = CF.extender[0].input[1];

CF.widget("AllOn", "2", "DVD"):

i am just trying to put this all together from start to end so the volume button on the controller will volume up or down on the pioneer av receiver from the IR database

Make sure that your 'DVD' activity has a ProntoScript name (not the name that shows up in the tree) of 'DVD'.

Make sure that the '2' activity has a ProntoScript name of '2'.

You do not need to use extender to do this as you are sending IR. In the Activity Properties (PEP1) or Component Properties (PEP2), you assign the extender and IR port for the activity or component that contains the IR code.

It appears you are using PEP2 from your quote above. Therefore, add an extender to project (search F1 help) and then set your receiver component to use said extender and specify the IR port that should be used.
This is how you route IR to an extender.

Might I suggest that you go to Philips site and register to become certified on this remote? There are PDFs that are made available when you do that will help explain all of this a bit better. You might even consider attending an online training class or 2.
Lyndel McGee
Philips Pronto Addict/Beta Tester
OP | Post 18 made on Wednesday August 26, 2009 at 17:30
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
(If we simply give you complete instructions, you'll need to come back here for every trip.)

People will come back any ways.

(I don't want to sound mean, but I have a feeling that you can't yet operate the car.)

I drive the car like a race car and if you can't believe that, well that’s your problem

I work on more advance things that the best programmers some times have problems with. I am not by all means the best in the world or the best at all.

I know that I can do things that other can't

That is fine I don't need this place. I was just being lazy so I can just get some samples from some one that as done something like this, but I know now that this is not true.
OP | Post 19 made on Wednesday August 26, 2009 at 17:36
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
Hey thanks Lyndel McGee

Might I suggest that you go to Philips site and register to become certified on this remote? There are PDFs that are made available when you do that will help explain all of this a bit better. You might even consider attending an online training class or 2

I did finish know I am waiting for class 3

I have found that the class just let me in for more info. I still haven't found the new Developers Guide that I was told that was out. Know that my classes are done. I should be able to find it in the log in area.
Post 20 made on Wednesday August 26, 2009 at 22:48
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
Well, if you are indeed level 2 certified, then you should be able to download the guide from the Philips site. Just click the ProntoScript icon from Philips' main page and the login with your user account/password. On the right, you should see a link to download the dev guide...

With regard to using PS_VOLUME, again, if you are certified, you can download some scripts from the from the Philips site and review them. Start with the receiver scripts.

And, since, above, you mention being lazy. What is stopping you from searching this site for: Developer Guide? At the time I write this, the link below is the 4th or 5th thread in the list.

[Link: remotecentral.com]

Lyndel McGee
Philips Pronto Addict/Beta Tester
OP | Post 21 made on Friday August 28, 2009 at 14:45
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
On August 26, 2009 at 22:48, Lyndel McGee said...
Well, if you are indeed level 2 certified, then you should be able to download the guide from the Philips site. Just click the ProntoScript icon from Philips' main page and the login with your user account/password. On the right, you should see a link to download the dev guide...

With regard to using PS_VOLUME, again, if you are certified, you can download some scripts from the from the Philips site and review them. Start with the receiver scripts.

And, since, above, you mention being lazy. What is stopping you from searching this site for: Developer Guide? At the time I write this, the link below is the 4th or 5th thread in the list.

[Link: remotecentral.com]


I have the Developer Guide I got it before I started the certified level classes. I just meant that I work better seeing some examples and then picking it apart. I have been looking at the book to help me understand and write pronto code. Programming language are for the most part are the same, but the variables and interaction are different.

I found out from Philips that there is a new Developer Guide, so I had to take and complete all the levels. it's very hard to find where the Developer Guides are at, but I have Developer Guides Version 1.1 and 1.2.3 I should be good. I will have questions because I do best with a think tank. I just can't find any one smart enought to pass ideas around. I think I have everything now

Last edited by bnokes@AAVViD on August 28, 2009 19:17.
Post 22 made on Friday August 28, 2009 at 17:42
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
You were complaining about not being able to get the latest Dev Guide. I was simply telling you where to find the link if you had not seen it.

Regaring smarts and think tanks. In English, the word "know" means that you possess knowledge and the word "now" means at this instance in time.
Lyndel McGee
Philips Pronto Addict/Beta Tester
OP | Post 23 made on Friday August 28, 2009 at 19:16
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
On August 28, 2009 at 17:42, Lyndel McGee said...
You were complaining about not being able to get the latest Dev Guide. I was simply telling you where to find the link if you had not seen it.

Regaring smarts and think tanks. In English, the word "know" means that you possess knowledge and the word "now" means at this instance in time.

Yes that helps thank you. I do thank you for the info on where to go, but at that time i didn't know. I have what i have now. I will work on it
OP | Post 24 made on Friday August 28, 2009 at 19:22
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
Yes, thanks again for that typo error point "know" to "now"

" Regaring smarts and think tanks. In English, the word "know" means that you possess knowledge and the word "now" means at this instance in time. "

So if we are talking think tank(s) then "know" means possess of knowledge then thats great. Love knowledge!

Now back to work in hand

Are you good in ProntoScript?
Post 25 made on Saturday August 29, 2009 at 23:06
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
I wrote EscientPronto, a Javascript Media Interface. Barry Gordon also wrote a Javascript Media Interface to Slimserver. So, the answer is yes, VERY PROFICIENT.

My billing rate is $100USD/hour and I also request that you do not send private email or RC mail asking me how to do this or that.

My time, like yours is valuable so please respect that and post here for all to be able to help answer.
Lyndel McGee
Philips Pronto Addict/Beta Tester
Post 26 made on Sunday August 30, 2009 at 10:38
Barry Gordon
Founding Member
Joined:
Posts:
August 2001
2,157
Lyndel works "Cheap" - or should I say inexpensively. I get $450 an hour for my time no matter what I do (program, consult, design, etc, talk, waste it). However I am known to work "Pro Buono" if the subject interests me. When I was working for a living for a major corporation, you didn't get me personally for less than $2000/hour, but my take was very small, an annual salary.

I did not mind in those days because I loved what I did and had complete freedom within the bounds of corporations. Now with less time left to enjoy life (I will soon be 70), my rates will probably go up!
OP | Post 27 made on Thursday June 17, 2010 at 17:00
bnokes@AAVViD
Long Time Member
Joined:
Posts:
June 2009
31
Well that was a joke. i would never know
Page 2 of 2


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