Total Commander Forum Index Total Commander
Forum - Public Discussion and Support
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Hiding the menu bar
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Total Commander Forum Index -> TC suggestions (English) Printable version
View previous topic :: View next topic  
Author Message
BociPuki
Junior Member
Junior Member


Joined: 13 Sep 2008
Posts: 4

PostPosted: Sat Sep 13, 2008 12:37 pm    Post subject: Hiding the menu bar Reply with quote

I'd be interested in an option to hide the menu bar (in the settings).
I always use shortcuts so it's just space consuming.

Thank you.
Back to top
View user's profile Send private message
HolgerK
Power Member
Power Member


Joined: 26 Jan 2006
Posts: 3563
Location: Europe, Aachen

PostPosted: Sat Sep 13, 2008 12:54 pm    Post subject: Reply with quote

TC-Wiki: Minimal TC interface

HTH,
Holger
Back to top
View user's profile Send private message Send e-mail
BociPuki
Junior Member
Junior Member


Joined: 13 Sep 2008
Posts: 4

PostPosted: Sat Sep 13, 2008 1:14 pm    Post subject: Reply with quote

Ah, that fixed it, thanks Smile
Though i still suggest such an option, so menu could be hidden by default and be brought back by pressing alt or so.
Back to top
View user's profile Send private message
HolgerK
Power Member
Power Member


Joined: 26 Jan 2006
Posts: 3563
Location: Europe, Aachen

PostPosted: Sun Sep 14, 2008 3:28 am    Post subject: Reply with quote

BociPuki wrote:
... and be brought back by pressing alt or so.

You're right, that would make this layout more useful. Wink

Regards,
Holger
Back to top
View user's profile Send private message Send e-mail
ak0rn
Junior Member
Junior Member


Joined: 14 Apr 2007
Posts: 2

PostPosted: Tue Apr 27, 2010 7:38 am    Post subject: Reply with quote

Top menu can be removed by entering path to empty (zero sized) file for main menu file in "Configuration -> Options -> Language", but I don't want to permanantly remove this menu, I want it to apear when I press ALT (like it's done in explorer on vista & win7)

Please consider possibility to implement this option in next release Rolling Eyes
Back to top
View user's profile Send private message
9kvD38n6
Junior Member
Junior Member


Joined: 03 Sep 2010
Posts: 35

PostPosted: Fri Sep 03, 2010 2:26 am    Post subject: Reply with quote

I'd like to second this. An auto-hiding menu bar to be made visible when pressing alt would be a very welcome feature. Thanks!
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4541
Location: Russian Federation

PostPosted: Fri Sep 03, 2010 6:30 am    Post subject: Reply with quote

You may use my TCFS2 tool to control TC interface. Hovewer, if you want to hide menu and show it by Alt key you will need also Autorun plugin with Autorun_HideMenu module (post contains download link) - module should be loaded via Autorun.wdx and then TCFS2 may be used to show/hide menu bar. It is safest way to hide menu because it works within TC process and frees outdated resources.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
hoppfrosch
Junior Member
Junior Member


Joined: 19 Oct 2004
Posts: 67

PostPosted: Wed Nov 24, 2010 1:28 am    Post subject: Reply with quote

MVV wrote:
... you will need also Autorun plugin with Autorun_HideMenu module (post contains download link) ...


The link provided in the Autorun_HideMenu module-Topic is not correct (anymore?) - it leads to russian gaming site ... (at least I cannot identify the described link on the linked site ...)

Is this module available elsewhere?
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4541
Location: Russian Federation

PostPosted: Wed Nov 24, 2010 3:45 am    Post subject: Reply with quote

Sorry link in this post is pointing to deleted old version. Recently I've updated Autorun_HideMenu module.
You may always find working link in first post of TCFS2 discussion topic - I'm updating post when new versions are released.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
hoppfrosch
Junior Member
Junior Member


Joined: 19 Oct 2004
Posts: 67

PostPosted: Wed Nov 24, 2010 4:31 am    Post subject: Reply with quote

MVV wrote:
You may always find working link in first post of TCFS2 discussion topic - I'm updating post when new versions are released.


Thanks, got it - but the link is quite difficult to follow, when you don't speak russian ... (first entering captcha - then identfy link on the download page ...)


Edit:

It's not quite clear, how to get it work Autorun_HideMenu.dll work with TCFS2 (at least my first attempts failed yet):

Autorun_HideMenu - Readme wrote:

1. Configuration file

Configuration file must be placed near application and have same name and extension INI. It allows to redefine command indexes to control main menu.
...


Which application is meant: TCFS2 or Autorun_HideMenu.dll (Autorun_HideMenu is a dll and not an application ...) or what else?
As far as I understand, described redefinition of command indexes is not needed - but it would be helpful to understand which application is meant anyway ...
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4541
Location: Russian Federation

PostPosted: Wed Nov 24, 2010 9:19 am    Post subject: Reply with quote

Thanks for corrections, you're right, help file means 'module' and not 'application', I'll correct it for future releases. However usually you don't need Autorun_HideMenu.ini file - in this case default IDs are used. All you really need - is to configure Autorun.wdx to start HideMenu module - to do it just add a line to Autorun.cfg:
Code:
LoadLibrary Modules\Autorun_HideMenu.dll
(specify full or relative path to module if it is not in Modules subfolder of Autorun.wdx installation folder)

If you've downloaded TCFS2, its INI already has ready commands to call HideMenu functions. Commands mm0, mm1 and mm2 allow to turn main menu off, on and switch. And, command mm_track allows to show main menu as popup menu. When menu is hidden, you may press Alt key to display it temporary.

To hide main menu using TCFS2 you need to e.g. execute following command:
Code:
TCFS2 /ei mm0

_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
hoppfrosch
Junior Member
Junior Member


Joined: 19 Oct 2004
Posts: 67

PostPosted: Thu Nov 25, 2010 12:21 pm    Post subject: Reply with quote

Everything works now as hoped ...

MVV wrote:
However usually you don't need Autorun_HideMenu.ini file - in this case default IDs are used. All you really need - is to configure Autorun.wdx to start HideMenu module - to do it just add a line to Autorun.cfg:
Code:
LoadLibrary Modules\Autorun_HideMenu.dll
(specify full or relative path to module if it is not in Modules subfolder of Autorun.wdx installation folder)

If you've downloaded TCFS2, its INI already has ready commands to call HideMenu functions. Commands mm0, mm1 and mm2 allow to turn main menu off, on and switch. And, command mm_track allows to show main menu as popup menu. When menu is hidden, you may press Alt key to display it temporary.

To hide main menu using TCFS2 you need to e.g. execute following command:
Code:
TCFS2 /ei mm0


Perhaps it might make sense to put this description/explanation in the readme as well ...

Thanks for your support and keep up your good work
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4541
Location: Russian Federation

PostPosted: Thu Nov 25, 2010 1:10 pm    Post subject: Reply with quote

Great that you made it:)

BTW this info is already in HideMenu Readme file (maybe in some other words but it is there). Please check it again - maybe you can say what exactly is unclear in Readme - I'll try to correct it.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
hoppfrosch
Junior Member
Junior Member


Joined: 19 Oct 2004
Posts: 67

PostPosted: Fri Nov 26, 2010 1:12 am    Post subject: Reply with quote

MVV wrote:
Please check it again - maybe you can say what exactly is unclear in Readme - I'll try to correct it.


Having the notes above, it's a pretty clear documentation. The "readme" alone is a little confusing - esp. the section about "configuration file".
For example:
You write as a very first point in the readme about "configuration file":

Readme_Autorun_HideMenu.txt wrote:

Configuration file must be placed near application and have same name and extension INI. It allows to redefine command indexes to control main menu.


Reading only the first sentence it implies that configuration file is not optional, but mandatory ("must be placed").

And it's only described how the command indexes are redefined - it's not described what the default values are ...

You wrote as an explanation for me: "However usually you don't need Autorun_HideMenu.ini file - in this case default IDs are used.". This sentence and describing the default ids should be sufficient additions to the readme-file in my eyes ...

Thanks for your patience
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4541
Location: Russian Federation

PostPosted: Fri Nov 26, 2010 1:25 am    Post subject: Reply with quote

Well, default IDs are specified after '=' mark in 1st Readme section:) just like in TOTALCMD.chm wincmd.ini help section. Ok, I'll add a note.

I've corrected that paragraph, now it looks like this:
MVV in new Readme wrote:
Configuration file should be placed near module and have same name and extension INI. You need it only if you wish to redefine default command indexes (specified below after equals signs).
Is it clear now?
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> TC suggestions (English) All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Impressum: This site is maintained by Ghisler Software GmbH

Using phpBB © 2001-2005 phpBB Group