EDIT -- PROBLEM WAS XP, NOT REV.
All applications I use except Rev, open files I want to work on when double clicked.
This is convenient if I navigate around using Windows explorer looking for a file.
When I double click it to open it, Rev just opens the IDE which doesn't help much.
Then I have to navigate to the file for a second time using Revs open file dialog.
cheers
Marc
double clicking rev file should open it.
Moderator: Klaus
double clicking rev file should open it.
Last edited by marc on Mon Dec 04, 2006 7:08 pm, edited 1 time in total.
Rev Studio 2.74/XP/3.2Ghz/1.5Gb ram
Running 2.7.4 here on XP MCE SP2, and double clicking a .rev file opens
Rev and the project as well.
Open RegEdit and browse to the following location:
The default key should have the following for it's value:
If it does not have that value, then change the value to that. Now scroll
further down in that section until you reach the following key:
Expand that key out until you reach:
The default value should be something like this:
If it does not have the path to Rev there and then the "%1", change the
value to the "path to your Rev install" and then a space and then "%1".
Be sure to put both in quotes of their own and a space between them.
If that's not the problem, or that doesn't do the the trick, then my guess
was wrong and I do not know what the problem is
-Garrett
Rev and the project as well.
Open RegEdit and browse to the following location:
Code: Select all
HKEY_CLASSES_ROOT\.rev
Code: Select all
RevolutionStack
further down in that section until you reach the following key:
Code: Select all
HKEY_CLASSES_ROOT\RevolutionStack
Code: Select all
HKEY_CLASSES_ROOT\RevolutionStack\Shell\Open\Command
Code: Select all
"C:\Program Files\Revolution Studio\2.7.4-gm-1\Revolution.exe" "%1"
value to the "path to your Rev install" and then a space and then "%1".
Be sure to put both in quotes of their own and a space between them.
If that's not the problem, or that doesn't do the the trick, then my guess
was wrong and I do not know what the problem is

-Garrett