How to set a large window in TC when viewing a BIG thumbnail?
Moderators: Hacker, petermad, Stefan2, white
How to set a large window in TC when viewing a BIG thumbnail?
How to set a large window in TC when viewing a BIG thumbnail, like Explorer.
Re: How to set a large window in TC when viewing a BIG thumbnail?
Maximize/restore TC - F11 (AHK-script)
viewtopic.php?t=50278
Button with command
ON: cm_VerticalPanels,cm_100Percent
OFF: cm_VerticalPanels,cm_50Percent
Re: How to set a large window in TC when viewing a BIG thumbnail?
In addition, program elements can be switched on or off via a menu item in TC as follows.
In the file WCMD_ENG.MNU I inserted the following after "STARTMENU":
(Source: viewtopic.php?f=2&t=50763 (german thread))
This allows the contents of the window to be enlarged again.
It is recommended that you create a backup of the WCMD_ENG.MNU file immediately, as the above entries
must be re-entered after a TC update/upgrade.
In the file WCMD_ENG.MNU I inserted the following after "STARTMENU":
(Source: viewtopic.php?f=2&t=50763 (german thread))
Code: Select all
POPUP "&Program elements"
MENUITEM SEPARATOR
MENUITEM "Show/hide button bar", cm_VisButtonbar
MENUITEM "Show/hide vertical button bar", cm_VisButtonbar2
MENUITEM "Show/hide drive button bars", cm_VisDriveButtons
MENUITEM "Show/hide two drive bars", cm_VisTwoDriveButtons
MENUITEM "Show/hide drive combobox", cm_VisDriveCombo
MENUITEM "Buttons: Flat/normal mode", cm_VisFlatDriveButtons
MENUITEM "Show/hide two drive bars", cm_VisTwoDriveButtons
MENUITEM "Interface: Flat/normal mode", cm_VisFlatInterface
MENUITEM "Show/hide current directory", cm_VisCurDir
MENUITEM "Show/hide dir history+hotlist", cm_VisHistHotButtons
MENUITEM "Show/hide tab header (sorting)", cm_VisTabHeader
MENUITEM "Show/hide status bar", cm_VisStatusbar
MENUITEM "Show/hide Command line", cm_VisCmdLine
MENUITEM "Show/hide function key buttons", cm_VisKeyButtons
MENUITEM "Show/hide Breadcrumb bar", cm_VisBreadCrumbs
MENUITEM "Switch icon overlays on/off", cm_SwitchOverlayIcons
MENUITEM "Show/hide folder tabs", cm_VisDirTabs
MENUITEM SEPARATOR
END_POPUP
It is recommended that you create a backup of the WCMD_ENG.MNU file immediately, as the above entries
must be re-entered after a TC update/upgrade.