Command ID For To Clipboard Not Working

Things you’d like to miss in the future...
Post Reply
Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Command ID For To Clipboard Not Working

Post by Enternal »

With a fresh install, make two files on your desktop called Google Chrome.lnk and MATLAB 2015b.lnk (or whatever names you prefer).

Select them and do the File -> To Clipboard commands manually and you will get something like this:

Code: Select all

Item Path/Name(s)
C:\Users\KORUS\Desktop\Google Chrome.lnk
C:\Users\KORUS\Desktop\MATLAB 2015b.lnk

Item Name(s)
Google Chrome.lnk
MATLAB 2015b.lnk

Item Path(s)
C:\Users\KORUS\Desktop\
C:\Users\KORUS\Desktop\

Item Base(s)
Google Chrome
MATLAB 2015b
Everything is working as expected! Now if you used the associated commands, #101, #102, #103, #113 (in that order), you get:

Code: Select all

Item Path/Name(s) #101
C:\Users\KORUS\Desktop\

Item Name(s) #102
Desktop

Item Path(s) #103
C:\Users\KORUS\

Item Base(s) #113
Desktop
Totally bonkers?!

admin
Site Admin
Posts: 60614
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Command ID For To Clipboard Not Working

Post by admin »

The results depend on which control has the focus.

If you pass #101 thru the AB, then it works as if the Tree has the focus.

Post Reply