SetFocusTo tweak not working for all items

Things you’d like to miss in the future...
Post Reply
highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

SetFocusTo tweak not working for all items

Post by highend »

v19.70.0107

It does work for the tree, even when combined (e.g. SetFocusTo=7 and it still works for the tree).
But it does NOT work for 2 (the catalog) atm. Haven't tested 4 / 8...
One of my scripts helped you out? Please donate via Paypal

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

Re: SetFocusTo tweak not working for all items

Post by admin »

Which Catalog action do you perform?

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: SetFocusTo tweak not working for all items

Post by highend »

Anything that runs a script, like
::load "Properties";
or
run """D:\Tools\WinRAR\WinRARPortable.exe"" ""<curitem>""";

In these cases the focus isn't set back
One of my scripts helped you out? Please donate via Paypal

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

Re: SetFocusTo tweak not working for all items

Post by admin »

That's on purpose: The script itself might set the focus and should have the last word here.

Post Reply