Thanks!Fla$her wrote: 2022-09-01, 18:02 UTCApparently so.Clearly.Hacker wrote: 2022-08-31, 19:36 UTCI was saying that I have never observed focus only being lost by switching to another window and not by minimizing.That's exactly how I understood you.Hacker wrote: 2022-08-31, 19:36 UTCFrom my experience a window always loses focus when minimized. However, it seems you misunderstood my point as me saying that I never saw a window lose focus by switching to another window.
2zhxeeaa
So they would write that the title should be changed. Then why check the activity? Just change in the loop:Code: Select all
While 1 ShellExec '%COMMANDER_PATH%\Utils\TCFS2\TCFS2.exe' '/ei "settext(`My HEADER`)"' Sleep 5000 Wend
That's a whole other problem. See my answer below. I solved this problem a long time ago with AutoIt script for restoring the window when you move the mouse pointer to the upper left corner of the screen.zhxeeaa wrote: 2022-09-01, 12:23 UTCI think this problem is the same as the fs2 of TCFS2 that I encountered before to hide the title bar and lose the Windows TaskBar.
But compared to your solution, I feel that TCIMG is better. It will fixed the title and cannot see any flashing or changes.
I also hidden the title bar, but Taskbar still shows a long string of title, but it is not a problem now.
LoadLibrary %COMMANDER_PATH%\Addons\TCFS2\TCFS2Tools.dll
ShellExec "%COMMANDER_PATH%\Addons\TCFS2\TCFS2.exe" "/ei mm0"
shellexec "%COMMANDER_PATH%\Addons\TCIMG\TCIMG.exe" "tityn=0 title=~~~~~~~~~~~~~~~~~~~~✿~~~~𝓣𝓒~~~~✿||insystem<>"
In fact, TCIMG also has instructions to hide menu bars, but it looks like TCFS2 is better than it, so I mix these commands and use it.
Now the only shortcoming is that there will be a hidden title bar at the beginning of the TC, but this is much better than losing Taskbar.