Copydata scripts and tooltips
Posted: 20 Feb 2019 10:12
copydata destroys tooltips. Direct script execution does not.
Run a simple script from addressbar
But when scripts are passed by copydata, infotip and tooltips get destroyed. For example, run this in a secondary XY instance that sends the same script as above to the first XYplorer window after a delay.
Run it, then focus the first XYplorer and let a info tip or hover box pop up.
Now when the copydata command is evaluated, the popup will disappear.
Can the info tip be made to stay in this situation?
This does not happen If copydata mode is 0 or 2.
Run a simple script from addressbar
::wait 5000; eval();then let a file info tip open. The tooltip will remain open.But when scripts are passed by copydata, infotip and tooltips get destroyed. For example, run this in a secondary XY instance that sends the same script as above to the first XYplorer window after a delay.
Code: Select all
::wait 5000; copydata <hwnd-of-first-xyplorer>, '::eval();', 1;Now when the copydata command is evaluated, the popup will disappear.
Can the info tip be made to stay in this situation?
This does not happen If copydata mode is 0 or 2.