We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › quetion about Processing in Windows
Page Index Toggle Pages: 1
quetion about Processing in Windows (Read 338 times)
quetion about Processing in Windows
Mar 7th, 2009, 4:53pm
 
I cannot choose Processing to opan a PDE file I have double clicked in this window (it appears by the Double click)
...
(i can surch it by click on "Durchsuchen..." but it does not appear in the Listbox )
what can i do
Re: quetion about Processing in Windows
Reply #1 - Mar 7th, 2009, 5:09pm
 
the processing ide (application) can only open it's own files which end in ".pde".

F
Re: quetion about Processing in Windows
Reply #2 - Mar 7th, 2009, 5:19pm
 
fjen wrote on Mar 7th, 2009, 5:09pm:
the processing ide (application) can only open it's own files which end in ".pde".


i mean *.pde, that in start post was a mistake in writing.
look in Picture of the Windor over the Program list there is PDE
Re: quetion about Processing in Windows
Reply #3 - Mar 7th, 2009, 8:48pm
 
When you first run Processing, I think it sets up registry to open .pde files automatically when you double-click them.

The keys I found are:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.pde]
@="Processing.Document"

[HKEY_CLASSES_ROOT\Processing.Document]
@="Processing Source Code"

[HKEY_CLASSES_ROOT\Processing.Document\DefaultIcon]
@="C:\\Java\\processing-1.0.1-expert\\processing.exe"

[HKEY_CLASSES_ROOT\Processing.Document\shell\open\command]
@="C:\\Java\\processing-1.0.1-expert\\processing.exe \"%1\""

Of course with path corresponding to your install.
If it doesn't do that for you, you can probably manage the association with Explorer (or just put the above in a .reg file, after adjusting the paths, and double click the file).
Re: quetion about Processing in Windows
Reply #4 - Mar 7th, 2009, 8:56pm
 
now i can open the pde´s with Processing by doubleclick
Page Index Toggle Pages: 1