Copydata scripts and tooltips

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Copydata scripts and tooltips

Post by bdeshi »

copydata destroys tooltips. Direct script execution does not.

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;
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.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Copydata scripts and tooltips

Post by bdeshi »

is it possible?
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Copydata scripts and tooltips

Post by bdeshi »

াAny comments, Don?
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply