VistaPerfect FAQ (Frequently Asked Questions)

VistaPerfect's Home Page

Any questions, bugs or feature requests can be mailed to Perfect.Tommy@POBox.com

What's new in version 1.4?
- Displays images centered correctly in IE5.
- Integrated features into the browser via IE's "right-click", context menu.
- Slide-show images from a web page by right-clicking on the page.
- Redisplay large web images in a resizable window by right-clicking on a web page's image.
- Dump all linked images into a new web page. (another form of preloading)
- Tool to sort image files.
- Tool to find duplicate image files.
- Window positions are preserved between launches.
- Launching VistaPerfect from Start menu opens a new browser window instead of replacing any open ones.
- Fixed some small, misc bugs.

I get a script error when trying to run VistaPerfect.
There is a bug that can be introduced into IE when installing certain third party internet utilities after IE4. This bug shows up as a "JScript" error at window.open(). To fix the bug, see the document "IE4 Known Bugs and Issues".

What do the various settings in the Options dialog do?

What are the security issues with VistaPerfect?
VistaPerfect uses an ActiveX control to scan for images on your local hard drive. Like all ActiveX controls, it can be accessed by web pages you may be visiting on the internet; however, VistaPerfect operates only on image files.

While steps have been taken to limit any risk of abuse, I did not want to sacrifice too much functionality. For example, VistaPerfect can delete local image files using the Backspace key; however, it always presents a confirm dialog first and only operates on image files. Any web page trying to do use VistaPerfect's ActiveX control to delete an image file would be caught by the user as soon as the "Delete Confirm" alert was displayed.

How can I refresh the files displayed?
From time to time, you may want to leave VistaPerfect running and go into a folder and move a bunch of images around. VistaPerfect can refresh it's content if you hit F5 while in the image display window.

Can VistaPerfect display multiple windows?
You can have multiple display windows open; however, VistaPerfect must have the "Full Screen" option off (see Options dialog). Simply click on the SlideShow button more than once.

Is there anyway to move images from one folder/directory to another?
Since VistaPerfect uses IE to display images, you can use drag and drop to copy images. This technique will only work when you are displaying images in a window (versus in full screen mode). Simply open the target folder in Explorer and leave the folder's window open. Slide show images with the "Full Screen" option off (see Options dialog). When you find an image you want to copy, drag and drop it to the folder's window.

How does it work?
I'm putting on my geek hat...
The Dynamic HTML and JScript are served up by a pluggable protocol that lives in the ActiveX control. This approach keeps you from having to be connected to the internet when using the product.
(To see an example of how this works, type "vp:options" in a browser window.) Also, in this ActiveX control, resides the code to locate local image files. The JScript uses this control to find and display image files.

All the User Interface is done in JScript and Dynamic HTML. If you're really curious about how it works, then try typing "vp:options" in a browser window and selected "Save As.." from IE's File menu.