Search found 7 matches

by kko
07 Feb 2023 19:34
Forum: Script Exchange
Topic: XYplorer Messenger (using AHK language)
Replies: 38
Views: 22673

Re: XYplorer Messenger (using AHK language)

It won't work on AHK1.1 Full Script for AHK1 - Tried to match it as best I could to the v2 version. #SingleInstance, force SetTitleMatchMode, 2 DetectHiddenWindows, On SenderHWND := A_ScriptHwnd + 0 ;Return this script's hidden hwdn id. +0 to convert from Hex to Dec OnMessage(0x4a, "MsgFromXY&...
by kko
27 Nov 2016 20:16
Forum: Bug Reports
Topic: Thumbnails for symlinked Video Files
Replies: 9
Views: 3706

Re: Thumbnails for symlinked Video Files

That's exactly why I use XY :) Thanks for the quick fix!
by kko
27 Nov 2016 03:18
Forum: Bug Reports
Topic: Thumbnails for symlinked Video Files
Replies: 9
Views: 3706

Re: Thumbnails for symlinked Video Files

So the folder that I'm in is a real folder, the files inside that folder are all symlinked individually.

Image
http://imgur.com/2k1iktl

Image
http://imgur.com/hVz6mzu
by kko
27 Nov 2016 00:35
Forum: Bug Reports
Topic: Thumbnails for symlinked Video Files
Replies: 9
Views: 3706

Thumbnails for symlinked Video Files

I have a folder that has a bunch of symlinks in it to both pictures and video files, xy generates thumbnails for the pictures without issue but all the video files - regardless of codec - show a white file icon. If I browse to the folder that actually has the video files in it, it works fine. Is the...
by kko
24 Apr 2016 03:39
Forum: Script Exchange
Topic: Creating folders based on filename, then moving files inside
Replies: 11
Views: 13284

Re: Creating folders based on filename, then moving files in

I've been using highland's version of this script for a while :tup:, my only issue was the more files you had the longer it would take to move each one individually. I came up with this to work around that issue. Its possible that there is a better way to do it, but this can move 2k files into 20 fo...
by kko
15 Apr 2016 09:37
Forum: Bug Reports
Topic: Floating Preview Window restore location
Replies: 2
Views: 1046

Re: Floating Preview Window restore location

Awesome! Honestly can't think of anything updated or supported as often/well as thing program. Thanks for all your hard work. :mrgreen:
by kko
15 Apr 2016 05:48
Forum: Bug Reports
Topic: Floating Preview Window restore location
Replies: 2
Views: 1046

Floating Preview Window restore location

I have 4 monitors, one stacked on top of the main. If I move the FP window anywhere above 0 (The top of the main monitor) on load it seems to ignore any negative value in FPTop= For example: FPLeft=-1076 FPTop=-1031 After opening the FP it honored the FPLeft negative number, but the top of the windo...