Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 01-04-2007, 07:08 AM
Richard
Tablet PC Guest
 
Posts: n/a
Selecting items in context menu doesn't match Registry indications

Hi All,

I'm running WinXP/SP2, with the Ruby interpreter and SciTE text editor
installed.

If I right-click on the name of a program, say xxx.rb, in Windows
Explorer, I see see Open (in bold) and Edit items. Clicking either of
them brings up that program's text in the SciTE.

When I check the registry for HKEY_CLASSES_ROOT/.rb I see:

HKEY_CLASSES_ROOT\.rb
(Default) = rbFile
HKEY_CLASSES_ROOT\rbFile
DefaultIcon
(Default) REG_SZ K:\_Utilities\Ruby_1.8.2-15\ruby\lib\rubyw.ico,0
Shell\Edit
command
(Default) REG_SZ "K:\_Utilities\Ruby_1.8.2-15\ruby\scite\SciTE.exe"
"%1" %*
Shell\open
command
(Default) REG_SZ "K:\_Utilities\Ruby_1.8.2-15\ruby\bin\ruby.exe"
"%1" %*

which suggests to me that the invocation should be:

open => ruby.exe
edit => SciTE.exe

Any idea why my expectation is not realized?

Thanks in advance,
Richard

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 01-04-2007, 07:08 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 01-04-2007, 07:08 AM
Ayush
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Replied to [Richard]s message :
> Hi All,
>
> I'm running WinXP/SP2, with the Ruby interpreter and SciTE text editor
> installed.
>
> If I right-click on the name of a program, say xxx.rb, in Windows
> Explorer, I see see Open (in bold) and Edit items. Clicking either of
> them brings up that program's text in the SciTE.
>

What's the default value of HKCR\rbFile\shell\open
and
HKCR\rbFile\shell\Edit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 01-04-2007, 07:10 AM
Richard
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications


Hi Ayush,

Thanks for responding.

> What's the default value of HKCR\rbFile\shell\open


HKEY_CLASSES_ROOT\rbFile\Shell\open: (Default) = (Value not set)

> and HKCR\rbFile\shell\Edit


HKEY_CLASSES_ROOT\rbFile\Shell\Edit: (Default) = (Value not set)

It seems to me there's some other Registry key that preempts the use of
the keys I expected to be used. What do you think?

Best wishes,
Richard

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 01-04-2007, 07:10 AM
Ayush
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Replied to [Richard]s message :
> Hi Ayush,
>
> Thanks for responding.
>
>> What's the default value of HKCR\rbFile\shell\open

>
> HKEY_CLASSES_ROOT\rbFile\Shell\open: (Default) = (Value not set)
>
>> and HKCR\rbFile\shell\Edit

>
> HKEY_CLASSES_ROOT\rbFile\Shell\Edit: (Default) = (Value not set)
>
> It seems to me there's some other Registry key that preempts the use of
> the keys I expected to be used. What do you think?


I dont think so.. but it's weird ..

Try going to Folder Options > File Types > .rb
Advanced > Select Edit > Set as default
Click OK > CLose

Open it again then set Open default


If that doesn't work then try deleting the Edit.


--
→ Ayush [ Good :-) Luck ]
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 01-12-2007, 06:15 PM
Richard
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Hi Ayush,

I got side-tracked for a week or so. That's why I didn't notice your
second response until now.

> Try going to Folder Options > File Types > .rb
> Advanced > Select Edit > Set as default
> Click OK > Close


In a Windows Explorer window, I clicked:

Tools > Folder Options ... > File Types (tab).

I selected the row:
Extensions = RB
File Types = RB File

I did not see any "Advance" button or link. The only LIVE things I see
are five buttons:
New, Change, Restore, OK and Cancel. There are two disabled buttons:
Delete and Apply.

So there's no way I can "> Advanced".

Perhaps the problem is that I'm running WinXP-Pro/SP2 with up-to-date
security updates installed and you're looking at documentation for or
running a different version of Windows.

I think you're on the right track. I'd appreciate if you could direct
me those steps on my system.

Best wishes,
Richard

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 01-12-2007, 07:00 PM
Ayush
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Replied to [Richard]s message :
> I did not see any "Advance" button or link. The only LIVE things I see
> are five buttons:
> New, Change, Restore, OK and Cancel. There are two disabled buttons:
> Delete and Apply.
>
> So there's no way I can "> Advanced".


Click Restore then "Restore" will change to "Change" and new button will appear named
"Advanced"


--
→ Ayush [ Good :-) Luck ]
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 01-14-2007, 08:41 PM
Richard
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Hi Ayush,

Thanks for your additional info. It worked great!!

Best wishes,
Richard

Ayush wrote:
> Replied to [Richard]s message :
> > I did not see any "Advance" button or link. The only LIVE things I see
> > are five buttons:
> > New, Change, Restore, OK and Cancel. There are two disabled buttons:
> > Delete and Apply.
> >
> > So there's no way I can "> Advanced".

>
> Click Restore then "Restore" will change to "Change" and new button will appear named
> "Advanced"
>
>
> --
> → Ayush [ Good :-) Luck ]
> -------------
> Search - www.Google.com | Wikipedia - http://en.wikipedia.org
> Snip your long urls - http://snipurl.com/
> -------------


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 01-15-2007, 03:45 AM
Ayush
Tablet PC Guest
 
Posts: n/a
Re: Selecting items in context menu doesn't match Registry indications

Replied to [Richard]s message :
> Hi Ayush,
>
> Thanks for your additional info. It worked great!!



Glad to know that..


--
→ Ayush [ Good :-) Luck ]
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
context menu 'send to' problem alekm Windows XP 2 01-04-2007 06:45 AM
Desktop Context Menu Buck Windows XP 0 01-04-2007 03:14 AM
context menu problems brandon dub Windows XP 4 01-04-2007 03:08 AM


All times are GMT -8. The time now is 01:35 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0