Applications like ResourceHacker and Notepad open the files that are dropped on them.
I tried to drag a file from XY but when I press the left-button to start hold the file, the target GUI (Notepad, ResHack) gets deactivated and minimized. This doesn't happen with other file managers like win explorer and q-dir.
What am i missing ...
What is the correct way to drag-drop a file from XY ?
-
admin
- Site Admin
- Posts: 64877
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: What is the correct way to drag-drop a file from XY ?
You mean that the target GUI is in the background and does not stay on top of XY? I never managed to do it like Explorer does. But Explorer is the only app I have ever seen that can do this.
FAQ | XY News RSS | XY X
Re: What is the correct way to drag-drop a file from XY ?
Q-dir does it as well, but not that fluently (like it doesn't allow to escape it).
The target window stays in foreground. On mouse down in Explorer, it gets dimmed but as soon as the drag is initiated, the other application (say notepad) is auto reactivated.
Explorer is activated only on mouse up which makes this possible. Whereas XY gets activated on mouse down causing this drag and drop to not work as smoothly as it should.
The target window stays in foreground. On mouse down in Explorer, it gets dimmed but as soon as the drag is initiated, the other application (say notepad) is auto reactivated.
Explorer is activated only on mouse up which makes this possible. Whereas XY gets activated on mouse down causing this drag and drop to not work as smoothly as it should.
-
binocular222
- Posts: 1419
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: What is the correct way to drag-drop a file from XY ?
I always drag to Taskbar.
btw, with Portable File Association, you doesn't need to drag at all
btw, with Portable File Association, you doesn't need to drag at all
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
Re: What is the correct way to drag-drop a file from XY ?
@Don
Yes, that is what that happens. @nerdweed explanation holds true.
BTW, I have a AutoHotkey script GUI here, which I use as a drag and drop spot to UPX files. Now that it wasn't working with XY, I set it to be AlwaysOnTop and it works now.
How can I use PFA for an exe file ?? Not always I will like to open it with ResourceHacker.
Yes, that is what that happens. @nerdweed explanation holds true.
nerdweed wrote:Explorer is activated only on mouse up which makes this possible. Whereas XY gets activated on mouse down causing this drag and drop to not work as smoothly as it should.
Dragging to taskbar is a good idea.binocular222 wrote:I always drag to Taskbar.
btw, with Portable File Association, you doesn't need to drag at all
BTW, I have a AutoHotkey script GUI here, which I use as a drag and drop spot to UPX files. Now that it wasn't working with XY, I set it to be AlwaysOnTop and it works now.
How can I use PFA for an exe file ?? Not always I will like to open it with ResourceHacker.
-
binocular222
- Posts: 1419
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: What is the correct way to drag-drop a file from XY ?
File > Open with > Customize file association
Instruction:
In your case, you can assign multiple programs to .exe so that File > Open with will popup a list of your assignment
Instruction:
Code: Select all
"Caption|<xyicons>\something.ico" pattern1;pattern2;pattern3>application
png;jpg>C:\Programs\Viewer\Viewer.exe
png>..\Viewer\Viewer.exe [relative to the application path]
png>?:\Programs\Viewer\Viewer.exe [? = application drive]
txt>%windir%\Notepad [variables allowed, registered applications need base name only]
|"Notepad" *>Notepad [pipe "|" in the beginning = Portable Open With: Only appear in PFA popup menu]
*.exe>::copytext <curver> [copies the version number instead of opening an executable]
xys>::Load <curitem>
"Winrar" rar;zip>"?:\7Utilities\WinRAR x%osbitness%\WinRAR.exe" -a [command-line + adapt to x32-x64]
"Java|Java" jar>::run "java.exe -jar <pfaitem>"
?:\*.pdf>?:\Programs\pdfview.exe [load PDF files on app drive with a viewer on app drive]I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
Re: What is the correct way to drag-drop a file from XY ?
@binocular222
Thanks for your help. I added some applications and it's going nice now.
Thanks for your help. I added some applications and it's going nice now.
XYplorer Beta Club