Request: Specify where buttonbar wraps

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2ghisler(Author)
I'm thinking about implementing something like TCmenu internally for those with really many buttons,
Yeah! :-D
Use scrolling? Or have multiple columns?
Such giant menus are always a disaster (all I say is content plug-in selection menu ;-) )
I would say multiple columns is the better choice and if even this doesn't help use scrolling. As those menus are user-created the user has to care take tha they don't become unusable large.
User avatar
StickyNomad
Power Member
Power Member
Posts: 1933
Joined: 2004-01-10, 00:15 UTC
Location: Germany

Post by *StickyNomad »

2ghisler(Author)
I'm thinking about implementing something like TCmenu internally
Yeah indeed! This really would be great :D
User avatar
Stitscher
Power Member
Power Member
Posts: 1058
Joined: 2004-02-17, 12:34 UTC
Location: Hamburg, Germany

Post by *Stitscher »

StickyNomad wrote:2ghisler(Author)
I'm thinking about implementing something like TCmenu internally
Yeah indeed! This really would be great :D
Confirmed!

Phenomenal! :D
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

ghisler(Author) wrote:... Use scrolling? Or have multiple columns?
Thank you for thinking about this implementing!

* Scrolling? Like with very long MNU-menus as it is right now? - No, thx
* Multiple columns? Like with Windows > Start > Programs? - Yes, please.

And with sub-menu please, if it is possible to implement.


Thank you.
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

ghisler(Author) wrote:...I'm thinking about implementing something like TCmenu internally
Only
If it would be possible for you to implement
it would be nice to have the possibility
to browse folders from this new menu.

I would like to add f.ex.
cmd= browse %Commander_Path%\..\..\Tools\SysInternals
to get an menu item to browse the SysInternals folder with all sub-folders
to execute this or that exe, txt, lnk, ... .

So i didn't have to add all tools to an menu by hand
but just browse the folder to launch an app.

Right now i open an new tab to choose the tool...

or i would use "menuApp" from "DesktopApps"
like in this example:
http://img223.imageshack.us/img223/5189/tc75foldermenuxb2.png


What do you think?
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3295
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Stitscher wrote:
StickyNomad wrote:2ghisler(Author)
I'm thinking about implementing something like TCmenu internally
Yeah indeed! This really would be great :D
Confirmed!

Phenomenal! :D
HELLELUJA!

On thing I allways missed in TCMenu is when you right-click on a button you can change to the appdir pls consider to make that possible for the dropdown too and tc will be unbeatable :-)
Hoecker sie sind raus!
jb
Senior Member
Senior Member
Posts: 412
Joined: 2003-02-09, 22:56 UTC
Location: Switzerland

Post by *jb »

Lefteous wrote:
Use scrolling? Or have multiple columns?
I would say multiple columns is the better choice and if even this doesn't help use scrolling.
Support.
It seems that the (normal) "Start menu" of Windows XP always uses multiple columns without scrolling while the "Classic Start menu" uses a single column with scrolling in the main menu and multiple columns without scrolling in the submenus.
Setting the lowest screen resolution I could manage for example that the 3rd column of the "Programs" submenu was clipped.
Multiple columns with horizontal scrolling is probably the best solution but the scrolling is needed rarely. Is it worth the effort?
User avatar
nsp
Power Member
Power Member
Posts: 1805
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

ghisler(Author) wrote:Currently lines which become too long still wrap. Since the number of lines is now unlimited, this doesn't matter, you just get more lines.

I'm thinking about implementing something like TCmenu internally for those with really many buttons, but I'm not yet sure what to do when there are too many buttons. Use scrolling? Or have multiple columns?
2Ghisler
TC Menu is fine and Nested bar are great, the menu should reflect this hierarchy.
As TCMenu is more or less a menu and that we do not discuss about a menu button in any position on the bar.
Why not having a auto-menu label on the menu bar that reflect the full current bar as described with multi column + scrolling . (As i know some people that have a full 1024x768 screen with windows startup menu and need scroll to have more...... I'm pretty sure the same have giant enormous button bar on TC)

Support++ !
User avatar
Hacker
Moderator
Moderator
Posts: 13065
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Hoorray++! :D

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
versalzen
Power Member
Power Member
Posts: 666
Joined: 2003-09-16, 11:52 UTC
Location: kölle, linksrheinisch.

Post by *versalzen »

hip hip!
which is equal to: ++support++
Was nützt der Löffel für die Weisheit, wenn man zu weit vom Suppentopf entfernt sitzt?

Mario
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

versalzen wrote:hip hip!
which is equal to: ++support++
Error: '++' requires l-value. :P
VadiMGP
Power Member
Power Member
Posts: 672
Joined: 2003-04-05, 12:11 UTC
Location: Israel

Post by *VadiMGP »

I'm thinking about implementing something like TCmenu internally
WOW! :D At long last!
Or have multiple columns?
AFAIK, most of TCmenu users prefer multiple column.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

As an update, my internal implementation now uses multiple columns (using menu breaks) each time the current screen height is reached, or when the user has put a manual break in there. I'm using a standard popup menu for now. A right click on a menu entry will close the menu and open a new popup menu with the right click options.
Author of Total Commander
https://www.ghisler.com
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2ghisler(Author)
I'm using a standard popup menu for now.
Can it be used as a drag target?
VadiMGP
Power Member
Power Member
Posts: 672
Joined: 2003-04-05, 12:11 UTC
Location: Israel

Post by *VadiMGP »

2ghisler(Author)
Do you build menus from regular .bar files or you change .bar file format?
If you use regular .bar files may be I have to declare TCMenu as "officially dead"?
...each time the current screen height is reached,
I recommend option for user to set max menu items number in the column.
Post Reply