Resolve OS wide Drag+Drop lock
Posted: 02 Sep 2019 09:07
When you have a XY dialog box open that has been invoked (or the script even just contains) using <get drop>, it locks up drag and drop OS wide until the script is finished, I was hoping that there might be a way that you could store the contents of drop then release it maybe?, or maybe even just make it not affect the whole OS?
If you want to test what I am describing, below is an example snippet if it makes it easier for you, just drop a file onto the new CTB, then try and d'n'drop in your web browser or another XY window, or anywhere else in the OS while the dialog is open, I assume it is like this on other Windows versions besides 10?, I have encountered this on each iteration of Win10 since I started using XY, but have never used XY on anything other than Win10.
I may be in a minority, but I pretty much always run multiple instances of XY, so this issue is probably more noticeable for me, usually I encounter it mainly when I have run a script and the output is in a
If you want to test what I am describing, below is an example snippet if it makes it easier for you, just drop a file onto the new CTB, then try and d'n'drop in your web browser or another XY window, or anywhere else in the OS while the dialog is open, I assume it is like this on other Windows versions besides 10?, I have encountered this on each iteration of Win10 since I started using XY, but have never used XY on anything other than Win10.
Code: Select all
Snip: CTB 1
XYplorer 20.30.0012, 1/9/19 3:44:32 PM
Action
NewUserButton
Name
Icon
ScriptL
echo <drop>;
ScriptR
FireClick
0text dialog and I am trying to do something in another window based on the text contents, or I have left a dialog open in the background and try and drag links around in my browser, which no longer functions until I find the correct XY window and close the dialog. I have been working around this issue for ages, so no worries though if it's not possible, but it would be a welcome improvement if it is.