Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Previous section Next section Up level

What's New
1/13/09 - 7:38 PM ET - The server transfer is now starting, and should be done within half an hour. During this period members will NOT be able to post to the forums.
1/08/09 - Budget clicker offers one-touch access to favorite channels; also new advanced home theater model with Z-Wave control.
1/07/09 - Two new color LCD controls capitalize on company's recent agreement to distribute One For All products.
1/06/09 - First voice-enabled remote for Vista Media Center Edition offers intuitive control.
1/06/09 - New enhancements in the pipeline include 2-way Z-Wave and 2-way serial communications.

Up level

The following page was printed from RemoteCentral.com:

RemoteCentral.com has moved to a NEW SERVER - and this is the OLD one!
Please visit http://www.remotecentral.com for current data.

Forums > Philips Remotes > Philips Pronto Professional
So you think you may have PEP v2 problem -...
Login:
Pass:

Topic:So you think you may have PEP v2 problem - Check here first...
This thread contains 7 posts (6 replies). Displaying all posts.
Post 1 made on Saturday August 23, 2008 at 18:04
Loyal Member
Joined:August 2001
Posts:8,000
View Profile
As with any new software, folks who are not used to it may assume there's a problem. This thread is being opened as an Unofficial FAQ for assistance with issues.

If you have something valid to add, please do so. Let's try and keep this thread focused such that Daniel might be able to use it as FAQ content.


1. The File->Import/Export ProntoScript... option is used to package various activies to a portable gallery much like MyDatabase.

It should not be used to Open PEPV1 configurations. Use File->Open Project... instead.

2. There's a optimization feature in PEPV2 such that any panels with textual labels and Font Size of None (0) will have text removed during download.

This can affect any ProntoScript that is reading text from panel labels for purposes of eval() or other use such as Andre's RSS License Page. Prior to download, you will need to change these panels to have a non-zero font size. If you do this, your prontoscript-based activities should run without any problems.

FYI, I've reported this as a bug as there are reasons why one might want to put text into panels and have font size be set to 'None'. Hopefully, in a future release, this will be addressed. For now, we have to live with it.

Known ProntoScript Modules with problems. Contact the community-based author for remedies or up-to-date info.

Andre's RSS Reader V2 (Andre du Fresne)
EscientPronto (Lyndel McGee)

3. Merge no longer supported - Well, not in the way we know it from PEPv1...

You can do the equivalent of merge but done slightly different. You can open them individually in PEPV2 and drag the activity into ProntoScript Modules or the Gallery as Gallery now supports Activities, I believe. From there, you can pull them into any config you like without having to merge using a simple drag and drop. Many of the things that used be stored in a GEF file now are just files on the hard drive.

To see how all this stuff looks on the hard drive (files and folders), open C:\Document And Settings\All Users\Application Data\Philips\ProntoEdit Professional 2.0\Gallery

Files with extensions of .xgf are really configuration files (xcfs) renamed for Gallery use and I don't believe these have system pages inside them.

4. Is it possible to use a Symbol followed by Text in a label?
What I'm trying to do is to add the symbol for 'play' followed by 'play' in text, however in the editor I have to choose between symbols or text.

Please see this post.
http://www.remotecentral.com/cgi-bi...ro/thread.cgi?1795,1#1

5. I'm having problems associating an Extender/IR Port with an Activity

Excerpted/Edited from here...

http://www.remotecentral.com/cgi-bi...ro/thread.cgi?1800,1#1


Following upgrade of PEPv1 configuration to PEPv2...

If I select an Activity from the Activity Tree and click on say Extender 1, I get the option for which IR Port to select. It would appear that in PEPv2 which ever IR Port is selected that it applies for All Devices/Activities.

I dont seem to be able to have one Device/Activity (eg HD DVD Player) on IR Port 1 and another on IR Port 4 (say Blu Ray player). Actually I also noticed that if I select Extender 1 then All Activities/Devices appear to be using Extender 1

And if I unselect extender one for one Activity/Device it removes it from ALL Activities/Devices.


In PEPv2, the Extender and IR Ports are assigned to a Project Component. The Extender/Port that is displayed is based on the selected Project Component, not the Device/Activity in the Tree View. Under Building Blocks, Project Components, simply select the component you would like to assign to an Extender and then specify the IR port. Note that this is a significant change from PEPv1 where Extenders/IR Ports were assigned at the Activity Level.

F1 Help also has information about working with Components spread across the Quick-Start Wizard and Building Block Topics.

This message was edited by Lyndel McGee on Sunday August 24, 2008 at 15:49.

Lyndel McGee
Philips Pronto Addict/Beta Tester
View EscientPronto 1.0.2 Docs - http://www.mediafire.com/do...hp?yyfzfzzok5z
[ Reply | Quote & Reply
Post 2 made on Sunday August 24, 2008 at 12:20
Loyal Member
Joined:August 2001
Posts:8,000
View Profile
6. PEPv2 uses 50Mb RAM even when it is not active. Why?

For more information, see this post.

http://www.remotecentral.com/cgi-bi...ro/thread.cgi?1801,1#1

Yes, it is true that PEPv2 installs a "Pronto Data Server" Win32 service. This service is required for Database functionality. It can be turned off but you MUST start it prior to launching PEPv2.

On XP, you can turn this service off via the Service Control Panel. Start->Run->services.msc

This message was edited by Lyndel McGee on Sunday August 24, 2008 at 16:27.

Lyndel McGee
Philips Pronto Addict/Beta Tester
View EscientPronto 1.0.2 Docs - http://www.mediafire.com/do...hp?yyfzfzzok5z
[ Reply | Quote & Reply
Post 3 made on Monday August 25, 2008 at 19:14
Loyal Member
Joined:July 2001
Posts:6,141
View Profile
7. How to set up a macro that you can call in several places

Previously you could place a macro on one button and use links to execute that macro from other buttons.

With links gone, you have to copy each macro which means that if you want to change it, you have to go and change each copy of the macro.

However, there is an official "workaround" for creating a single macro that you want to use in multiple places.

Create a new device (now called activity). At the activity level there is a macro that gets executed when you go to the activity (it is in the Actions tab). Put your shared macro here, and REMOVE the jump to the device that was automatically generated.

Now just jump to the device to execute your macro. Because you removed the Jump, it executes the code but does not go to the activity.

Peter
Pronto 1000 (retired), Pronto TSU7000, RFX6000 (retired)
Pronto 2xTSU9600, RFX9400
[ Reply | Quote & Reply
Post 4 made on Sunday August 31, 2008 at 11:41
Loyal Member
Joined:August 2001
Posts:8,000
View Profile
8. I'm attempting to use Custom Activity Backgrounds but they don't appear in Simulator or when Downloaded to Control Panel.

A new feature in PEPv2 is Custom Activity Backgrounds. If they do not appear, the following should help to resolve the issue. First, make sure you are running firmware version 5.0.6 or higher. If this does not resolve your problem, please see below.


It is very likely that when the PEPv1 XCF was migrated to PEPv2, the original Panel that was on the System Page was not set all the way to the back (behind all other items) and therefore was not converted to the 'System Background' on System Properties.

The fix is simple:

A. On the System Page, simply save the image from Panel (your intended background) to the hard drive using the Appearance Tab of the Properties Window.
B. On the System Page, delete the Panel from which you just saved the image.
C. On the System Properties, click the 'Appearance' tab in the Properties Window and add the background you saved in Step #A.

Now, if you Download or Simulate, any Activities with custom backgrounds should indeed now show the Custom Activity background.

For more information on this issue, please see this post.

http://www.remotecentral.com/cgi-bi...pro/thread.cgi?1830,#1

Note that although the user reporting the issue has a TSU9400, the issue applies to other models as well.

This message was edited by Lyndel McGee on Sunday November 2, 2008 at 08:24.

Lyndel McGee
Philips Pronto Addict/Beta Tester
View EscientPronto 1.0.2 Docs - http://www.mediafire.com/do...hp?yyfzfzzok5z
[ Reply | Quote & Reply
Post 5 made on Wednesday September 3, 2008 at 06:57
Long Time Member
Joined:April 2005
Posts:28
View Profile
Hello...anyone else having problems trying to import their downloaded PS modules? I tried opening in PE2 and dragging to the Prontoscript Modules gallery...but nothing shows up until you restart PEv2. I think I will have to do this with all my modules before starting a virgin project, but I think, hopefully I will only have to do this once.

A bit annoying that you cant just D&D them into the gallery from Windows.

This message was edited by trustworthy on Wednesday September 3, 2008 at 07:08.

I have you now
[ Reply | Quote & Reply
Post 6 made on Wednesday September 3, 2008 at 17:00
Loyal Member
Joined:August 2001
Posts:8,000
View Profile
trustworthy,

Did you not read the first post in this thread? Please start your own thread and if it is really an issue, it will be added here.

Thanks,
Lyndel

This message was edited by Lyndel McGee on Thursday September 4, 2008 at 11:35.

Lyndel McGee
Philips Pronto Addict/Beta Tester
View EscientPronto 1.0.2 Docs - http://www.mediafire.com/do...hp?yyfzfzzok5z
[ Reply | Quote & Reply
Post 7 made on Thursday October 9, 2008 at 13:19
Loyal Member
Joined:August 2001
Posts:8,000
View Profile
9. Cut and Paste of script code into properties dialog is limited to 32KB in size.

Often one works outside of the editor to build scripts. Please note that if you do this and using cut and paste, you will likely be limited to using scripts <= 32KB in size.

A workaround can be found here.

http://www.remotecentral.com/cgi-bi...ro/thread.cgi?2023,1#1

Lyndel McGee
Philips Pronto Addict/Beta Tester
View EscientPronto 1.0.2 Docs - http://www.mediafire.com/do...hp?yyfzfzzok5z
[ Reply | Quote & Reply



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.

Jump to

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.