Hamrick Software - http://www.hamrick.com/ VuePrint 7.0 Release Notes January 6, 1999 * New features in 7.0: * Slide shows and screen saver can now have background music (usually a MIDI file). If you set sound files to loop (using the Sound|Loop option) then the first sound file encountered will be played repeatedly and any other sound files in the file list will be ignored. You can enable background music in the screen saver by checking the "Sound Loop" box. * VueIcons is now integrated with VuePrint, and can be installed and removed using the Utilities menu. This is a Windows Explorer add-on that causes icons to be displayed as small images instead of the VuePrint icon. * The default mode for the file dialog boxes has been changed to Large Icons (this makes VuePrint work better with VueIcons). The mode of the file dialog boxes is saved along with the window sizes and positions. You can change the mode of the dialog box by clicking on the middle of the window with the right mouse button and choosing "View|Large Icons", "View|Small Icons", "View|List", or "View|Details". * Added support for Canon .CRW files (CCD Raw files) from the Powershot 600, Powershot A5, and Powershot Pro-70. * VuePrint can be removed from Add/Remove Programs control panel (Pro/32 Edition only). It can be removed from the Utilities menu as well. * Window sizes and positions are remembered when VuePrint exits and is later re-run. This can be disabled by editing the .ini file and adding the line "RememberWindowPositions=0". Multiple copies of VuePrint can also be run by editing the .ini file and adding the line "EnableDragDrop=0". * Added "Options|Display|Enable multiple windows" option to allow multiple copies of VuePrint to be started from the Windows Explorer when a file is double-clicked. In previous versions, the .ini file option "EnableDragDrop=0" would enable this. * The screen saver's Password dialog box is automatically dismissed if not completed in 30 seconds. * Added "Options|Print|Print full page" option. This option causes the printed image to fill as much of the page (up to the Margins) as possible. You can also use the "Utilities|Configure dpi..." command to reduce the dpi of an image type, resulting in larger printouts. * Bugs fixed in 7.0: * Fixed problem reading MIME/base64 images with some types of image headers. File names can also be mixed upper and lower case. * Fixed problem reading some types of .WMF files * A small bug with the "Remember Options" command has been fixed. * Known problems: * When using the "Utilities|Test screen saver" command to test the VuePrint screen saver, the screen saver exits with an error when it is password protected and the Cancel button is pressed in the password dialog. The screen saver works fine when started by the system. * When opening multiple files with the file dialog boxes on Windows NT 4.0, the maxmimum length of the selected file names is 256 bytes. This is caused by a bug in Windows NT 4.0 - this error isn't present in the beta versions of NT 4.0, and isn't present in Windows 95. It appears to be fixed in Service Pack 3 of NT 4.0. * If you're having a problem getting the screen saver to start again on the last image it displayed, try putting a trailing slash on the file name (i.e. c:\jpeg\ instead of c:\jpeg), and turn off the random order flag. * If "All files" is selected in the "File|Open..." dialog box, and a single file is selected, all files in subdirectories are selected along with all files in the current directory. * Using graphics import filters included with Microsoft Word Microsoft Word 6.0 contains a large number of Aldus Graphics Import Filters. These are 16-bit filters that can be used with the 16-bit Edition of VuePrint. Microsoft Word 7.0 contains 32-bit filters that can be used with the Pro/32 Edition of VuePrint. Note that these filters are only available from Microsoft if you purchase Microsoft Word, and are not available from Hamrick Software. In addition, filters are also available with a number of other programs. The 16-bit import filters are stored by Microsoft Word 6.0 in the C:\MSAPPS\GRPHFLT directory. Some of these filters include: CDRIMP.FLT - .CDR (Corel Draw) EPSIMP.FLT - .EPS (Encapsulated Postscript) PCDIMP.FLT - .PCD (Kodak Photo-CD) PICTIMP.FLT - .PIC (Macintosh PICT) WPGIMP.FLT - .WPG (WordPerfect Graphics) If you wanted to add all of these filters to the 16-bit Edition of VuePrint, edit c:\windows\vueprint.ini and add the lines: FilterFile1=C:\MSAPPS\GRPHFLT\CDRIMP.FLT FilterType1=CDR FilterFile2=C:\MSAPPS\GRPHFLT\EPSIMP.FLT FilterType2=EPS FilterFile3=C:\MSAPPS\GRPHFLT\PCDIMP.FLT FilterType3=PCD FilterFile4=C:\MSAPPS\GRPHFLT\PICTIMP.FLT FilterType4=PIC FilterFile5=C:\MSAPPS\GRPHFLT\WPGIMP.FLT FilterType5=WPG You can add up to 10 filters (0 through 9). Make sure that the FilterFileN line has the full path name to the filter, and that the FilterTypeN line has only a three-letter extension (or two or one). The 32-bit import filters from Microsoft Word 7.0 are usually stored in: C:\Program Files\Common Files\Microsoft Shared\Grphflt Note that there's a space after the word "Program", a space after the word "Common", and a space after the word "Microsoft". You need to use this directory instead of "C:\MSAPPS\GRPHFLT" on Windows 95 with Word 7.0. The filter file names corresponding to the example above are: CDRIMP32.FLT EPSIMP32.FLT PCDIMP32.FLT PICTIM32.FLT WPGIMP32.FLT Some of the filters provided with Microsoft Word duplicate the file formats supported natively by VuePrint. If you configure a filter for a supported file format (i.e. GIF), VuePrint will try first to read the file with the filter, and will then try to read the file with the native code. Note that internally an Aldus Version 1 Graphics Import Filter converts a file to a windows metafile. For this reason, the file types of configured filters are added to the "WMF Files" type in the "File|Open... dialog. We hope you find this information useful, but please note that the use of Graphics Import Filters with VuePrint is unsupported, which means we aren't able to provide e-mail technical support for anything related to filters. * Menu codes: VuePrint can be customized to execute any menu command when one of the following happens: 1) Various kinds of Mouse actions (described in the "Utilities|Configure options..." command under MouseEvent) such as left and right mouse clickc. 2) Slideshow events (under Slideshow menu) 3) Scanning an image (ScanSaveAs option) 4) Finding an image in the clipboard (ClipboardEvent option) The special values for these codes are: Print 1 Save wallpaper 2 Save as GIF 3 Save as BMP 4 Save as PCX 5 Save as TGA 6 Save as JPG 7 Save as TIF 8 Stop slideshow 9 Exit program 10 The menu codes for each VuePrint menu command are: FILEINITIALIZE 101 FILEOPEN 102 FILESCANSELECTSOURCE 104 FILESCANACQUIRE 105 FILESCANEDITCOMMENTS 107 FILESCANSAVEASNONE 109 FILESCANSAVEASPRINT 110 FILESCANSAVEASWALLPAPER 111 FILESCANSAVEASGIF 112 FILESCANSAVEASBMP 113 FILESCANSAVEASPCX 114 FILESCANSAVEASTGA 115 FILESCANSAVEASJPG 116 FILESCANSAVEASTIF 117 FILECLOSE 119 FILESAVEAS 120 FILESAVEWALLPAPER 121 FILEPRINT 122 FILEPRINTSETUP 123 FILEPRINTMARGINS 124 FILEDISPLAYTHUMBNAILS 125 FILENEXT 127 FILERANDOM 128 FILEPREVIOUS 129 FILECOPYIMAGETO 131 FILECOPYSOUNDTO 132 FILECOPYMOVIETO 133 FILEMOVEIMAGETO 135 FILEMOVESOUNDTO 136 FILEMOVEMOVIETO 137 FILEDELETEIMAGE 139 FILEDELETESOUND 140 FILEDELETEMOVIE 141 FILEDELETEFILES 142 FILECONVERTTOGIF 144 FILECONVERTTOBMP 145 FILECONVERTTOPCX 146 FILECONVERTTOTGA 147 FILECONVERTTOJPG 148 FILECONVERTTOTIF 149 FILEDECODE 151 FILEENCODE 152 FILEUNZIP 154 FILEZIPINFO 155 FILESHOWHISTOGRAM 157 FILESHOWCOMMENTS 158 FILESHOWLOG 159 FILEEXIT 161 EDITCOPYIMAGE 201 EDITPASTEIMAGE 202 EDITCOPYCOMMENTS 203 EDITPASTECOMMENTS 204 EDITEDITCOMMENTS 205 EDITCOPYWINDOW 206 IMAGEZOOMIN 301 IMAGECROP 302 IMAGEZOOMOUT 303 IMAGEROTATE 305 IMAGEMIRROR 306 IMAGEFLIP 307 IMAGEBLACKLESSRED 309 IMAGEBLACKNEUTRALRED 310 IMAGEBLACKMORERED 311 IMAGEBLACKLESSGREEN 312 IMAGEBLACKNEUTRALGREEN 313 IMAGEBLACKMOREGREEN 314 IMAGEBLACKLESSBLUE 315 IMAGEBLACKNEUTRALBLUE 316 IMAGEBLACKMOREBLUE 317 IMAGEWHITELESSRED 319 IMAGEWHITENEUTRALRED 320 IMAGEWHITEMORERED 321 IMAGEWHITELESSGREEN 322 IMAGEWHITENEUTRALGREEN 323 IMAGEWHITEMOREGREEN 324 IMAGEWHITELESSBLUE 325 IMAGEWHITENEUTRALBLUE 326 IMAGEWHITEMOREBLUE 327 IMAGENEGATIVE 329 IMAGEBALANCE 330 IMAGEINVERT 331 IMAGEDIMMER 332 IMAGEBRIGHTER 333 IMAGELESSCONTRAST 334 IMAGEMORECONTRAST 335 IMAGEFINEADJUSTMENTS 336 IMAGENEUTRAL 337 IMAGERESET 339 IMAGERELOAD 340 SOUNDENABLE 401 SOUNDSYNCHRONOUS 402 SOUNDLOUDER 403 SOUNDSOFTER 404 SOUNDLOOP 405 SOUNDREPLAY 406 MOVIEENABLE 501 MOVIESYNCHRONOUS 502 MOVIELOOP 503 MOVIEREPLAY 504 RUNSLIDESHOW 601 GOTOSLIDE 602 FILESPEC 603 DELAYBETWEENIMAGES 604 DELAYBETWEENSOUNDS 605 DELAYBETWEENMOVIES 606 RANDOMORDER 607 ERASENEWPAGES 608 KEYSTROKEEVENT 610 MOUSEBUTTONEVENT 623 MOUSEMOVEMENTEVENT 636 IMAGEDISPLAYEVENT 649 SCREENDONEEVENT 662 SLIDESHOWDONEEVENT 675 CLIPBOARDEVENT 688 SAVEOPTIONS 801 RESTOREOPTIONS 802 DEFAULTOPTIONS 803 REMEMBEROPTIONS 804 THUMBNAILSENABLE 806 THUMBNAILSRANDOM 807 THUMBNAILSANNOTATE 808 THUMBNAILSOUTLINE 809 THUMBNAILSACROSS 810 THUMBNAILSDOWN 811 FILLWINDOW 813 ALWAYSONTOP 814 DISPLAYINCOLOR 815 DISPLAYDITHERED 816 DISPLAYCAPTION 817 ENABLETRUECOLOR 818 ENABLE3DCONTROLS 819 ENABLELARGEDIALOGS 820 ENABLEMULTIPLEWINDOWS 821 PRINTINCOLOR 823 PRINTDITHERED 824 PRINTCAPTION 825 PRINTFULLPAGE 826 BACKGROUNDCOLOR 828 FOREGROUNDCOLOR 829 GIFINTERLACED 831 GIFTRANSPARENT 832 GIFCOLORS 833 GIFLZWENABLE 834 JPEGTWOPASS 836 JPEGUSEDITHERING 837 JPEGUSEMONOCHROME 838 JPEGOUTPUTPROGRESSIVE 839 JPEGOUTPUTMONOCHROME 840 JPEGOUTPUTOPTIMIZE 841 JPEGOUTPUTQUALITY 842 JPEGOUTPUTSMOOTHING 843 JPEGKBYTESMEMORY 844 TIFFNOCOMPRESSION 846 TIFFCCITTRLE 847 TIFFCCITTGROUP3 848 TIFFCCITTGROUP4 849 TIFFLZW 850 TIFFDEFLATE 851 QUICKLOOK 853 SORTPALETTE 854 OUTPUTWIDTH 856 OUTPUTHEIGHT 857 ENCODELINES 858 DITHERQUALITY1 860 DITHERQUALITY2 861 DITHERQUALITY3 862 EFFECT1 864 EFFECT2 865 EFFECT3 866 EFFECT4 867 EFFECT5 868 EFFECT6 869 EFFECT7 870 EFFECT8 871 EFFECT9 872 EFFECT10 873 EFFECT11 874 EFFECT12 875 AUTOSCALE 877 AUTOFIT 878 AUTOCROP 879 AUTODITHER 880 AUTOCOMMENTS 881 AUTOSEARCH 882 AUTORESUME 883 STARTUPPASSWORD 885 SLIDESHOWPASSWORD 886 SETPASSWORD 887 ZIPPASSWORD 888 IMAGEGAMMA 890 NEGATIVEFILMGAMMA 891 UTILINSTALLVUEPRINT 901 UTILREMOVEVUEPRINT 902 UTILBACKUPVUEPRINT 903 UTILINSTALLVUEICONS 904 UTILREMOVEVUEICONS 905 UTILINSTALLSCREENSAVER 906 UTILREMOVESCREENSAVER 907 UTILCONFIGURESCREENSAVER 908 UTILTESTSCREENSAVER 909 UTILCONFIGUREEXTENSIONS 910 UTILCONFIGUREDPI 911 UTILCONFIGUREOPTIONS 912 HELPCONTENTS 1001 HELPUSINGHELP 1002 HELPABOUT 1003 KEYLEFT 1101 KEYUP 1102 KEYRIGHT 1103 KEYDOWN 1104 KEYSHIFTLEFT 1105 KEYSHIFTUP 1106 KEYSHIFTRIGHT 1107 KEYSHIFTDOWN 1108 KEYCONTROLLEFT 1109 KEYCONTROLUP 1110 KEYCONTROLRIGHT 1111 KEYCONTROLDOWN 1112 KEYALTLEFT 1113 KEYALTUP 1114 KEYALTRIGHT 1115 KEYALTDOWN 1116