LEENO wrote: 2024-09-28, 17:38 UTC
hallo removed TCFS2Tools, in commandline entered:
Removed? It says TCFS2Tools is needed for hiding main menu bar. BTW, I have no experience with this program, so let's wait till someone responds who knows what he is talking about
Moderator message from: white » 2024-09-28, 18:16 UTC
Merged topic "hide menu" into topic
» TCFS2 + TCFS2Tools: Full-screen mode for TC etc
Fla$her wrote: 2024-10-13, 17:17 UTC
2yahuu
Neither SendMsg nor TCFS2 will help here.
Sad.
So, similarly, the SendMessage function in AHK (AutoHotkey) is also not feasible, right?
Is there any way to achieve this? Total Commander does not support automatically filling the full width when dragging the separator, and I want to implement it through other means.
Like toolbar buttons, tab stops are part of a single control and are controlled by TC itself. There is hardly any hook that could affect this. Using TCFS2/Autorun or scripts, you can only open the settings page (cm_ConfTabChange), set the data there and apply it, but that's probably not what you need. In addition, it seems that you don't need a constant, but an automatic number detection by the longest name in the list, which is a completely non-trivial task, since it must take into account the font and its scaling settings.
2yahuu
If you need to automatically create or replace a comment for the selected files, you don't need a third-party utility, just save settings (☑ Change plugin attributes: tc|comment|<your text>) in the "Change attributes" dialog (cm_SetAttrib) and use OPENATTRIBUTES=<Settings> in the button or user command.
yahuu wrote: 2024-10-22, 08:42 UTC
Therefore, I can only use delay() or AHK.
Not only. Autorun, VBScript, JScript, AutoIt (see source for MCE) etc.