Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Burning Software > VSO Software


Commercial message

VSO Software Discuss PhotoDVD, DVDtoDivX, Blindwrite, CopyToDVD and other software packages from VSO-Software in the VSO-Software Forum.



Reply
 
Thread Tools
Old 09-12-2006   #1 (permalink)
New on Forum
 
Join Date: Dec 2006
Posts: 5
VSO image resizer VISTA bug.

i'm not sure if it's as much a bug as it is a feature that no longer exists in vista.. but even with the latest version of image resizer, there is no right click (FILE) context menu option to resize a photo, it only exists when right clicking a FOLDER, not just one single picture.

Is there any plans to fix this.. does anyone know the registry well enough that i can just add it to the FILE context menu myself?

any help is appreciated.
bubbabyte is offline   Reply With Quote
Old 09-12-2006   #2 (permalink)
CDFreaks Resident
 
cougar_ii's Avatar
 
Join Date: May 2005
Posts: 713
Re: VSO image resizer VISTA bug.

Hi there,

When you say latest version, you mean v1.0.9 ?

http://www.vso-software.fr/download_...hp?product=vir

Try to re-install it, maybe it didn't register a .DLL properly ?

I sent a message to the author for his comments...

My 2 cents...
cougar_ii is offline   Reply With Quote
Old 09-12-2006   #3 (permalink)
New on Forum
 
Join Date: Dec 2006
Posts: 5
Re: VSO image resizer VISTA bug.

yeah i'm using the latest version..

i've tried installing/reinstalling.. all that... it's a vista issue, that many people are having with image resizer, but it shouldn't be hard to correct but i have no idea how to edit the context menu.
bubbabyte is offline   Reply With Quote
Old 11-12-2006   #4 (permalink)
Blindwrite Team Member
 
[VSO]Philipp's Avatar
 
Join Date: Jun 2003
Location: VSO
Posts: 191
Re: VSO image resizer VISTA bug.

Are you using the 32 or 64 bit version of Vista?
__________________
VSO-Software Team

http://www.vso-software.fr
[VSO]Philipp is offline   Reply With Quote
Old 12-12-2006   #5 (permalink)
New on Forum
 
Join Date: Dec 2006
Posts: 5
Re: VSO image resizer VISTA bug.

32 bit version..

i've tried older versions of image resizer as well as the newest version.. it does not put the option in the file context menu, only the folder menu.


bubbabyte is offline   Reply With Quote
Old 19-12-2006   #6 (permalink)
New on Forum
 
Join Date: Dec 2006
Posts: 5
Re: VSO image resizer VISTA bug.

bump... is there a fix for this?
bubbabyte is offline   Reply With Quote
Old 19-12-2006   #7 (permalink)
Blindwrite Team Member
 
[VSO]Philipp's Avatar
 
Join Date: Jun 2003
Location: VSO
Posts: 191
Re: VSO image resizer VISTA bug.

I just tested on a fresh Vista installation (x86) and couldn't reproduce your problem there. The dll was correctly registered for the supported image file types.
__________________
VSO-Software Team

http://www.vso-software.fr
[VSO]Philipp is offline   Reply With Quote
Old 19-12-2006   #8 (permalink)
New on Forum
 
Join Date: Dec 2006
Posts: 5
Re: VSO image resizer VISTA bug.

that's weird.. because i know others i spoke to on other sites were having the same problem. There is no option for resizer in the right click context menu of an image.. only for a folder.
bubbabyte is offline   Reply With Quote
Old 06-01-2007   #9 (permalink)
Blindwrite Team Member
 
[VSO]Philipp's Avatar
 
Join Date: Jun 2003
Location: VSO
Posts: 191
Re: VSO image resizer VISTA bug.

The shell extension has been modified to be fully Vista compatible.

You can download the latest build here: http://download.vso-software.fr/vso_...etup_1010b.exe
__________________
VSO-Software Team

http://www.vso-software.fr
[VSO]Philipp is offline   Reply With Quote
Old 22-03-2007   #10 (permalink)
New on Forum
 
Join Date: Mar 2007
Posts: 1
Re: VSO image resizer VISTA bug.

I'm having the same problem here after installing the newest version - 1.0.11.52.

Currently I can only see VSO image resizer in the right click menu for folders.

Is there something I can do to get the right click option for picture files?

I'm using 32 bit Vista Home Premium.

Cheers.
Bus Driver is offline   Reply With Quote
Old 02-04-2007   #11 (permalink)
New on Forum
 
Join Date: Apr 2007
Posts: 1
Re: VSO image resizer VISTA bug.

Interesting.

I have the EXACT same problem under Windows XP SP2. Right clicking on a folder will display the VSO option...right clicking on individual image files will not.
janeric is offline   Reply With Quote
Old 09-09-2007   #12 (permalink)
New on Forum
 
Join Date: Nov 2006
Posts: 10
Re: VSO image resizer VISTA bug.

I just installed on x64, no Context Menu

This brings back bad memories of when I attempted to pass multiple arguements to a script via Context Menu... As %2 %3 etc.. will not work

You can add the context menu easily using this Reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Resize]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Resize\Command]
@="\"C:\\Program Files (x86)\\vso\\Image Resizer\\Resize.exe\" \"%1\" ""



BUT, it will open a seperate instance for each Image.

The other option is you can put a shortcut to VSO Image Resizer in the "Send To" menu.

It is possible to send multiple arguemnts via Context Menu, but it all depends on the Application.

I think someone with enough could try doing it using:
http://msdn2.microsoft.com/en-us/library/ms679679.aspx

If anyone knows how to pass multiple file arguemtns from a Context Menu, without using the "Send To" method, PLEASE msg me, I am very curious to know how it was implemented...
funkymint is offline   Reply With Quote
Old 09-09-2007   #13 (permalink)
New on Forum
 
Join Date: Nov 2006
Posts: 10
Re: VSO image resizer VISTA bug.

Actually

I just ended up moving


[HKEY_CLASSES_ROOT\ImageResizer.Image\shellex\ContextMenuHandlers\ImageResizer]
@="{C6193976-9333-4E73-96BA-7B21CA942187}"

to

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ImageResizer]
@="{C6193976-9333-4E73-96BA-7B21CA942187}"

Works perfectly now on Vista Ultimate x64

Right click and select multiple files, all passes into one instance of Image Resizer
They already have the functionality in their Context Menu Handler dll
funkymint is offline   Reply With Quote
Old 09-02-2008   #14 (permalink)
New on Forum
 
Join Date: Feb 2008
Posts: 1
Re: VSO image resizer VISTA bug.

Quote:
Originally Posted by bubbabyte View Post
i'm not sure if it's as much a bug as it is a feature that no longer exists in vista.. but even with the latest version of image resizer, there is no right click (FILE) context menu option to resize a photo, it only exists when right clicking a FOLDER, not just one single picture.

Is there any plans to fix this.. does anyone know the registry well enough that i can just add it to the FILE context menu myself?

any help is appreciated.
I recently installed VSO Image Resizer and the right click context menu is there. It would appear to be an issue with your system.
jackmor is offline   Reply With Quote
Old 15-02-2008   #15 (permalink)
CDFreaks Resident
 
cougar_ii's Avatar
 
Join Date: May 2005
Posts: 713
Re: VSO image resizer VISTA bug.

Hi,

Lots of Vista bugs were fixed lately.

If you noticed the date of his posts , they were in September 2007, and I think all those issues were fixed after that

I think all those are now fixed, but please keep VSO posted if there's new bugs found
cougar_ii is offline   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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
vso/vista problem TOYOTA VSO Software 3 29-06-2007 11:39
CDFreaks Presents: VSO Inspector and VSO Image Resizer Review Womble VSO Software 0 26-02-2007 23:17
Windows vista Image honsbeek Newbie Forum 1 10-02-2007 10:53
@SlySoft, Bug with Vista 32bit RTM UAC & AnyDVD, CloneCD Autostart d.chatten AnyDVD 1 28-01-2007 06:10
Bug cannot burn image in root directory trevorharris Nero Linux 2 06-04-2005 10:23


All times are GMT +2. The time now is 08:10.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0