MrCreatoR Posted August 17, 2012 Posted August 17, 2012 (edited) This utility allows to preview image file by holding down left (main) mouse button on selected file in explorer window (or on desktop).Notes:Tested on Win 7/Win XP Rus Professional.If Tray icon is hidden, use «Ctrl + Shift + Q» to exit the program.Screenshot:Changelog:v1.4* Fixed issue with opening large Avi files. Only small avi files are supported.* Now the Avi preview is centered.v1.3* Empty cursor now generated from memory instead of file write.* Replaced color picker.* Icons now handled separately.* Animations now supported partially (gif, ani, avi).v1.2* Again Preview mechanism completely rewritten (thanks to Yashied).* Added Tray Icon (optionally).* Added Settings dialog (from tray, or by command line: /Settings).* Added About dialog (from tray, or by command line: /About).* Now the preview window does not focused.* Full compatibility with WinXP.* Changed program icon.* Fixed issue with called file rename action.* Fixed issue with mouse buttons swap (left/right handed).v1.1* Now compatible with WinXP.* Complete rewrite of Preview mechanism (thanks to Yashied). Now should better handle preview scaling and different images load.* Fixed issue with not working preview when files extension is hidden.* Fixed issue with crashing program/explorer on some objects.* Fixed issue with activating explorer window.* Fixed issue with hiding cursor while moving preview.v1.0* First release.Download:SIP.zip (Counter: ) Edited August 19, 2012 by MrCreatoR Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team
UEZ Posted August 17, 2012 Posted August 17, 2012 Nice! It would be nice when you can display some information about the displayed media below the displayed image. E.g. here: Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
KaFu Posted August 17, 2012 Posted August 17, 2012 Looks really nice .Could you explain the possible errors this line fixes?;Fix for keyboard layout issue for HotKeySet and other hotkeys functions __WinAPI_LoadKeyboardLayout(0x0409)Also in __Explorer_GetSelectedItem() I see you use _GUICtrlListView_GetItemText(). Keep in mind that AutoIt and Explorer bit-mode have to be in line for this to work (AU 32bit can only read 32bit LVs). Maybe it would be better to go the COM way like in this example? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
MrCreatoR Posted August 17, 2012 Author Posted August 17, 2012 It would be nice when you can display some information about the displayed media below the displayed imageGood idea, maybe will add later.Could you explain the possible errors this line fixes?It stated in the comments If you set your keyboard layout to some language that doesn't includes latin letters before script starts, your accelerators and hotkeys such as ^c will not work.Therefore you should fix this issue by changing the keyboard layout to English before you set the accelerators/hotkeys.AU 32bit can only read 32bit LVsI have x64 windows on virtual machine, and the LVs are 32bit there, so my question is how it can be that LVs will be not 32bit? Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now